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

1.1       dwinter     1: <html>
1.3       casties     2: <head>
1.4     ! casties     3: <script type="text/javascript" tal:attributes="src python:here.REQUEST['URL1']+'/option_js'"></script>
1.3       casties     4: <title>Options</title>
                      5: </head>
1.1       dwinter     6: <body>
1.4     ! casties     7: <a target="digilib" href="javascript:digilibWin.zoomArea()">zoom area</a><br/>
        !             8: <a target="digilib" href="javascript:digilibWin.zoomPoint(+1)">zoom in</a><br/>
        !             9: <a target="digilib" href="javascript:digilibWin.zoomPoint(-1)">zoom out</a><br/>
        !            10: <a target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/dl_WholePage'">whole page</a><br/>
        !            11: <a target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/dl_HMirror'">Mirror (h)</a> <span tal:condition="python:here.hasMode('hmir')">yes</span><br/>
        !            12: <a target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/dl_VMirror'">Mirror (v)</a> <span tal:condition="python:here.hasMode('vmir')">yes</span><br/>
        !            13: <form target="digilib" tal:attributes="action python:here.REQUEST['URL1']+'/setDLParams'">
        !            14: <table>
1.1       dwinter    15:   <tr>
                     16:     <td>
                     17:       Rotate:
                     18:     </td>
                     19:     <td>
1.4     ! casties    20:       <input type="text" size="5" name="rot" tal:attributes="value python:here.getDLParam('rot')" />
        !            21:       (0..360) clockwise
1.1       dwinter    22:     </td>
                     23:   </tr>
                     24:   <tr>
                     25:     <td>
1.4     ! casties    26:       Brightness:
1.1       dwinter    27:     </td>
                     28:     <td>
1.4     ! casties    29:       <input type="text" size="5" name="brgt" tal:attributes="value python:here.getDLParam('brgt')" />
        !            30:       (-255..255)
1.1       dwinter    31:     </td>
                     32:   </tr>
                     33:   <tr>
                     34:     <td>
                     35:       Contrast:
                     36:     </td>
                     37:     <td>
1.4     ! casties    38:       <input type="text" size="5" name="cont" tal:attributes="value python:here.getDLParam('cont')" />
        !            39:       (0..8)
1.1       dwinter    40:     </td>
                     41:   </tr>
                     42: </table>
1.4     ! casties    43: <div align="center"><input type="submit" /></div>
1.1       dwinter    44: </form>
                     45: </body>
1.2       casties    46: </html>

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