Annotation of zogiLib/zpt/zogiLibMain_image.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <head>
        !             3: <script tal:attributes="src python:here.REQUEST['URL1']+'/navigation_js'" type="text/javascript"> </script>
        !             4: <script tal:attributes="src python:here.REQUEST['URL1']+'/option_js'" type="text/javascript"> </script>
        !             5: 
        !             6: <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-88150">
        !             7: <script tal:content="structure python:here.generateTopJavaScript()"/>
        !             8: </head>
        !             9: <body onload="init()" tal:define="dummy here/storeQuery">
        !            10: <div id="navigation">
        !            11: <form onchange="setParam(event)" method="get" action="setParam">
        !            12: <select name="ws">
        !            13:    <option selected>Size</option>
        !            14:    <option tal:attributes="value python:here.biggerWS()">bigger</option>
        !            15:    <option tal:attributes="value python:here.smallerWS()">smaller</option>
        !            16:    <option value="1">1 x</option>
        !            17:    <option value="2">2 x</option>
        !            18:    <option value="3">3 x</option>
        !            19: </select>
        !            20: <a  tal:attributes="href python:'javascript:mark()'">set a mark</a>
        !            21: <a  tal:attributes="href python:'javascript:ref(1)'">get the reference</a>
        !            22: <a  target="digilib" tal:attributes="href python:'javascript:zoomArea()'">zoom area</a>
        !            23: <a  target="digilib" tal:attributes="href python:'javascript:zoomPoint()'">zoom point</a>
        !            24: <a  target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/wholePage'">Show whole page</a>
        !            25: <a  target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/mirrorPage?mi=h'">Mirror (h)</a>
        !            26: <a  target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/mirrorPage?mi=v'">Mirror (v)</a>
        !            27: <a href="javascript:wd=window.open('options','Options','width=300,height=250');void('')">options</a>
        !            28: </form>
        !            29: </div>
        !            30: 
        !            31: 
        !            32: <div id="scaler" tal:content="structure python:here.generateScalerImg(here.REQUEST.QUERY_STRING)"/>
        !            33:  <div id="dot0" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/mark1.gif'" border="0"></div>
        !            34:  <div id="dot1" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/mark2.gif'" border="0"></div>
        !            35:  <div id="dot2" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/mark3.gif'" border="0"></div>
        !            36:  <div id="dot3" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/mark4.gif'" border="0"></div>
        !            37:  <div id="dot4" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/mark5.gif'" border="0"></div>
        !            38:  <div id="dot5" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/mark6.gif'" border="0"></div>
        !            39:  <div id="dot6" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/mark7.gif'" border="0"></div>
        !            40:  <div id="dot7" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/mark8.gif'" border="0"></div>
        !            41:  <div id="eck1" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/olinks.gif'" border="0"></div>
        !            42:  <div id="eck2" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/orechts.gif'" border="0"></div>
        !            43:  <div id="eck3" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/ulinks.gif'" border="0"></div>
        !            44:  <div id="eck4" style="position: absolute; left: -20; top: 100; visibility: hidden"><img tal:attributes="src python:here.REQUEST['URL1']+'/images/urechts.gif'" border="0"></div>
        !            45: </body>
        !            46: </html>                                                      
        !            47:                                         

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>