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

1.1       casties     1: <html tal:define="dummy here/storeQuery">
                      2: <head tal:content="structure here/head_js">
                      3: </head>
                      4: <body onload="dl_init()">
                      5: <div id="navigation">
                      6: <form method="get"
                      7:   tal:attributes="action python:here.zogilibPath()+'setDLParams'"><select
1.2       casties     8:   onchange="setDLParam(event, this, true)" name="ws">
                      9:   <option value="+0" selected>Size</option>
1.1       casties    10:   <option value="+0.5">bigger</option>
                     11:   <option value="-0.5">smaller</option>
                     12:   <option value="1">1 x</option>
                     13:   <option value="1.5">1.5 x</option>
                     14:   <option value="2">2 x</option>
                     15:   <option value="3">3 x</option>
                     16: </select> <a href="javascript:setMark()">set a mark</a> <a
                     17:   href="javascript:removeMark()">delete mark</a> <a href="javascript:getRefWin()">get
                     18: reference</a> <a href="javascript:zoomArea()">zoom area</a> <a
                     19:   href="javascript:zoomBy(1.4)">zoom in</a> <a href="javascript:zoomBy(0.7)">zoom
                     20: out</a> <a href="javascript:zoomFullpage()">whole page</a> <a
1.3     ! casties    21:   href="javascript:toggleOptions()">options</a>
1.1       casties    22: </form>
                     23: </div>
                     24: 
                     25: <div tal:replace="structure here/template/img_div" />
                     26: <div tal:replace="structure here/template/aux_divs" />
1.2       casties    27: <div tal:replace="structure here/template/options"/>
1.1       casties    28: </body>
                     29: </html>

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