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

1.1       dwinter     1: <html>
                      2: <head>
1.4     ! casties     3: <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"/>
        !             4: <script tal:attributes="src python:here.REQUEST['URL1']+'/navigation_js'" type="text/javascript"></script>
        !             5: <script tal:attributes="src python:here.REQUEST['URL1']+'/option_js'" type="text/javascript"></script>
        !             6: <script type="text/javascript" tal:content="structure python:here.generateTopJavaScript()"></script>
1.1       dwinter     7: </head>
                      8: <body onload="init()" tal:define="dummy here/storeQuery">
                      9: <div id="navigation">
1.4     ! casties    10: <form onchange="setDLParam(event)" method="get" action="setParam">
1.1       dwinter    11: <a  tal:attributes="href python:here.REQUEST['URL1']+'/firstPage'">|<</a>&nbsp;
                     12: <a  tal:attributes="href python:here.REQUEST['URL1']+'/prevPage?'+here.REQUEST.QUERY_STRING"><</a>&nbsp;
                     13: <a  tal:attributes="href python:here.REQUEST['URL1']+'/nextPage?'+here.REQUEST.QUERY_STRING">></a>&nbsp;
                     14: <a  tal:attributes="href python:here.REQUEST['URL1']+'/lastPage'">>|</a>&nbsp;
                     15: <input size="4" name="pn" tal:attributes="value here/getPageNum">of <span tal:replace="here/getPageNumTotal"/>
                     16: <select name="ws">
1.4     ! casties    17:    <option selected>Size</option>
1.1       dwinter    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>
1.4     ! casties    24: <a href="javascript:mark()">set a mark</a>
        !            25: <a href="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>