Annotation of zogiLib/zpt/zogiLibMain_book.zpt, revision 1.6
1.1 dwinter 1: <html>
1.6 ! casties 2: <head tal:content="structure here/createHeadJS">
1.4 casties 3: <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"/>
1.1 dwinter 4: </head>
1.6 ! casties 5: <body onload="dl_init()" tal:define="dummy here/storeQuery">
1.1 dwinter 6: <div id="navigation">
1.6 ! casties 7: <form method="get" action="setDLParams">
! 8: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_FirstPage'">|<</a>
! 9: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_PrevPage'"><</a>
! 10: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_NextPage'">></a>
! 11: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_LastPage'">>|</a>
! 12: <input size="4" name="pn" tal:attributes="value here/getPN">of <span tal:replace="here/getPT"/>
! 13: <select onchange="setDLParam(event, this)" name="ws">
1.5 casties 14: <option value="1" selected>Size</option>
1.6 ! casties 15: <option tal:attributes="value python:here.getBiggerWS()">bigger</option>
! 16: <option tal:attributes="value python:here.getSmallerWS()">smaller</option>
1.1 dwinter 17: <option value="1">1 x</option>
18: <option value="2">2 x</option>
19: <option value="3">3 x</option>
20: </select>
1.6 ! casties 21: <a href="javascript:setMark()">set a mark</a>
! 22: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_Unmark'">remove mark</a>
! 23: <a href="javascript:getRef(1)">get the reference</a>
! 24: <a tal:attributes="href python:'javascript:openWin(\''+here.REQUEST['URL1']+'/optionwindow\',\'Options\',\'width=300,height=250\')'">options</a>
1.1 dwinter 25: </form>
26: </div>
27:
1.6 ! casties 28: <div tal:replace="structure here/createScalerImg"/>
! 29: <div tal:replace="structure here/createAuxDiv"/>
1.1 dwinter 30: </body>
31: </html>
32:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>