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

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: <a  tal:attributes="href python:here.REQUEST['URL1']+'/firstPage'">|<</a>&nbsp;
                     13: <a  tal:attributes="href python:here.REQUEST['URL1']+'/prevPage?'+here.REQUEST.QUERY_STRING"><</a>&nbsp;
                     14: <a  tal:attributes="href python:here.REQUEST['URL1']+'/nextPage?'+here.REQUEST.QUERY_STRING">></a>&nbsp;
                     15: <a  tal:attributes="href python:here.REQUEST['URL1']+'/lastPage'">>|</a>&nbsp;
                     16: <input size="4" name="pn" tal:attributes="value here/getPageNum">of <span tal:replace="here/getPageNumTotal"/>
                     17: <select name="ws">
                     18:    <option tal:attributes="value python:here.biggerWS()">bigger</option>
                     19:    <option tal:attributes="value python:here.smallerWS()">smaller</option>
                     20:    <option value="1">1 x</option>
                     21:    <option value="2">2 x</option>
                     22:    <option value="3">3 x</option>
                     23: </select>
                     24: <a  tal:attributes="href python:'javascript:mark()'">set a mark</a>
                     25: <a  tal:attributes="href python:'javascript:ref(1)'">get the reference</a>
1.2     ! dwinter    26: <a href="javascript:wd=window.open('options','Options','width=300,height=250');void('');wd.focus();">options</a>
1.1       dwinter    27: </form>
                     28: </div>
                     29: 
                     30: 
                     31: <div id="scaler" tal:content="structure python:here.generateScalerImg(here.REQUEST.QUERY_STRING)"/>
                     32:  <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>
                     33:  <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>
                     34:  <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>
                     35:  <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>
                     36:  <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>
                     37:  <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>
                     38:  <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>
                     39:  <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>
                     40:  <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>
                     41:  <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>
                     42:  <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>
                     43:  <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>
                     44: </body>
                     45: </html>                                                      
                     46:                                         

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