Annotation of zogiLib/zpt/zogiLibMain_image.zpt, revision 1.13
1.13 ! casties 1: <html tal:define="dummy here/storeQuery">
1.6 casties 2: <head tal:content="structure here/createHeadJS">
1.1 dwinter 3: </head>
1.13 ! casties 4: <body onload="dl_init()">
1.1 dwinter 5: <div id="navigation">
1.13 ! casties 6: <form method="get" tal:attributes="action python:here.zogilibAction('setDLParams')">
! 7: <input type="hidden" name="wid" tal:attributes="value here/getWID" />
1.8 casties 8: <select onchange="setDLParam(event, this)" name="ws">
1.5 casties 9: <option value="1" selected>Size</option>
1.6 casties 10: <option tal:attributes="value python:here.getBiggerWS()">bigger</option>
11: <option tal:attributes="value python:here.getSmallerWS()">smaller</option>
1.1 dwinter 12: <option value="1">1 x</option>
1.10 casties 13: <option value="1.5">1.5 x</option>
1.1 dwinter 14: <option value="2">2 x</option>
15: <option value="3">3 x</option>
16: </select>
1.7 casties 17: <a href="javascript:setMark()">set a mark</a>
1.13 ! casties 18: <a tal:attributes="href python:here.zogilibAction('dl_Unmark')">delete mark</a>
1.12 casties 19: <a href="javascript:getRef(1)">get reference</a>
1.7 casties 20: <a href="javascript:zoomArea()">zoom area</a>
1.13 ! casties 21: <a tal:attributes="href python:here.zogilibAction('dl_ZoomIn')">zoom in</a>
! 22: <a tal:attributes="href python:here.zogilibAction('dl_ZoomOut')">zoom out</a>
! 23: <a tal:attributes="href python:here.zogilibAction('dl_WholePage')">whole page</a>
! 24: <a tal:attributes="href python:'javascript:openWin(\''+here.zogilibAction('optionwindow')+'&frametarget=\'+dlTarget,\'options_\'+dlTarget,\'width=300,height=250,resizable\')'">options</a>
1.1 dwinter 25: </form>
26: </div>
27:
1.8 casties 28: <div tal:replace="structure here/createScalerDiv"/>
1.6 casties 29: <div tal:replace="structure here/createAuxDiv"/>
1.1 dwinter 30: </body>
1.6 casties 31: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>