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

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)"/>
1.3     ! dwinter    32: <span tal:replace="structure here/generateDivs"/>
1.1       dwinter    33: </body>
                     34: </html>                                                      
                     35:                                         

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