Annotation of zogiLib/zpt/zogiLibMain.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2: <head>
1.2     ! dwinter     3: <meta http-equiv="content-type" content="text/html; charset=iso-88150">
1.1       dwinter     4: <script tal:attributes="src python:here.REQUEST['URL1']+'/navigation_js'" type="text/javascript"> </script>
                      5: <script tal:content="structure python:here.generateTopJavaScript()"/>
                      6: </head>
                      7: <body onload="init()" tal:define="dummy here/storeQuery">
                      8: <div id="navigation">
                      9: <a  tal:attributes="href python:here.REQUEST['URL1']+'/prevPage?'+here.REQUEST.QUERY_STRING">prev</a>
                     10: <a  tal:attributes="href python:here.REQUEST['URL1']+'/nextPage?'+here.REQUEST.QUERY_STRING">next</a>
                     11: <a  tal:attributes="href python:'javascript:zoomArea()'">zoom area</a>
                     12: <a  tal:attributes="href python:'javascript:zoomPoint()'">zoom point</a>
                     13: <a  tal:attributes="href python:here.REQUEST['URL1']+'/wholePage'">Show whole page</a>
                     14: <a  tal:attributes="href python:'javascript:mark()'">mark</a>
                     15: <a  tal:attributes="href python:'javascript:ref(1)'">GetReference</a>
                     16: <a  tal:attributes="href python:here.REQUEST['URL1']+'/mirrorPage?mi=h'">Mirror (h)</a>
                     17: <a  tal:attributes="href python:here.REQUEST['URL1']+'/mirrorPage?mi=v'">Mirror (v)</a>
                     18: 
                     19: <form method="get" action="setParam">Page:<input len="5" name="pn"></form>
                     20: <form method="get" action="setParam">Size (n times window size, 0&lt;n&lt;=3):<input len="3" name="ws"></form>
                     21: <form method="get" action="setParam">Rotate:<input len="5" name="rot"></form>
                     22: </div>
                     23: 
                     24: 
                     25: <div id="scaler" tal:content="structure python:here.generateScalerImg(here.REQUEST.QUERY_STRING)"/>
                     26:  <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>
                     27:  <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>
                     28:  <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>
                     29:  <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>
                     30:  <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>
                     31:  <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>
                     32:  <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>
                     33:  <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>
                     34:  <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>
                     35:  <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>
                     36:  <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>
                     37:  <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>
                     38: </body>
                     39: </html>                                                      
                     40:                                         

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