Annotation of zogiLib/zpt/zogiLibMain_image.zpt, revision 1.7

1.1       dwinter     1: <html>
1.6       casties     2: <head tal:content="structure here/createHeadJS">
1.1       dwinter     3: </head>
1.6       casties     4: <body onload="dl_init()" tal:define="dummy here/storeQuery">
1.1       dwinter     5: <div id="navigation">
1.6       casties     6: <form method="get" action="setDLParams">
                      7: <select onChange="setDLParam(event, this)" name="ws">
1.5       casties     8:    <option value="1" selected>Size</option>
1.6       casties     9:    <option tal:attributes="value python:here.getBiggerWS()">bigger</option>
                     10:    <option tal:attributes="value python:here.getSmallerWS()">smaller</option>
1.1       dwinter    11:    <option value="1">1 x</option>
                     12:    <option value="2">2 x</option>
                     13:    <option value="3">3 x</option>
                     14: </select>
1.7     ! casties    15: <a href="javascript:setMark()">set a mark</a>
1.6       casties    16: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_Unmark'">delete mark</a>
1.7     ! casties    17: <a href="javascript:getRef(1)">get the reference</a>
        !            18: <a href="javascript:zoomArea()">zoom area</a>
        !            19: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_ZoomIn'">zoom in</a>
        !            20: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_ZoomOut'">zoom out</a>
1.6       casties    21: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_WholePage'">whole page</a>
                     22: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_HMirror'">Mirror (h)</a>
                     23: <a tal:attributes="href python:here.REQUEST['URL1']+'/dl_VMirror'">Mirror (v)</a>
                     24: <a tal:attributes="href python:'javascript:openWin(\'%s/optionwindow\',\'Options\',\'width=300,height=250\')'%here.REQUEST['URL1']">options</a>
1.1       dwinter    25: </form>
                     26: </div>
                     27: 
1.7     ! casties    28: <table>
        !            29: <tr>
        !            30:   <td></td>
        !            31:   <td align="center"><a tal:condition="here/canMoveUp" tal:attributes="href python:here.REQUEST['URL1']+'/dl_MoveUp'"><img tal:attributes="src python:here.basePath+'up_img'"/></a></td>
        !            32:   <td></td>
        !            33: </tr>
        !            34: <tr>
        !            35:   <td valign="center"><a tal:condition="here/canMoveLeft" tal:attributes="href python:here.REQUEST['URL1']+'/dl_MoveLeft'"><img tal:attributes="src python:here.basePath+'left_img'"/></a></td>
        !            36:   <td><div tal:replace="structure here/createScalerImg"/></td>
        !            37:   <td valign="center"><a tal:condition="here/canMoveRight" tal:attributes="href python:here.REQUEST['URL1']+'/dl_MoveRight'"><img tal:attributes="src python:here.basePath+'right_img'"/></a></td>
        !            38: </tr>
        !            39: <tr>
        !            40:   <td></td>
        !            41:   <td align="center"><a tal:condition="here/canMoveDown" tal:attributes="href python:here.REQUEST['URL1']+'/dl_MoveDown'"><img tal:attributes="src python:here.basePath+'down_img'"/></a></td>
        !            42:   <td></td>
        !            43: </tr>
        !            44: </table>
1.6       casties    45: <div tal:replace="structure here/createAuxDiv"/>
                     46: <hr>
                     47: <a href="javascript:showcoordsN4()">Test for N4</a>
1.1       dwinter    48: </body>
1.6       casties    49: </html>

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