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

1.1       dwinter     1: <html>
1.3       casties     2: <head>
1.6     ! casties     3: <script type="text/javascript" tal:attributes="src python:here.zogilibPath()+'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/>
1.6     ! casties     8: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_ZoomIn'">zoom in</a><br/>
        !             9: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_ZoomOut'">zoom out</a><br/>
        !            10: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_WholePage'">whole page</a><br/>
1.5       casties    11: <a target="digilib" href="javascript:digilibWin.moveCenter()">move center</a><br/>
1.6     ! casties    12: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_HMirror'">Mirror (h)</a> <span tal:condition="python:here.hasMode('hmir')">yes</span><br/>
        !            13: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_VMirror'">Mirror (v)</a> <span tal:condition="python:here.hasMode('vmir')">yes</span><br/>
        !            14: <form target="digilib" tal:attributes="action python:here.zogilibPath()+'setDLParams'">
1.4       casties    15: <table>
1.1       dwinter    16:   <tr>
                     17:     <td>
                     18:       Rotate:
                     19:     </td>
                     20:     <td>
1.4       casties    21:       <input type="text" size="5" name="rot" tal:attributes="value python:here.getDLParam('rot')" />
                     22:       (0..360) clockwise
1.1       dwinter    23:     </td>
                     24:   </tr>
                     25:   <tr>
                     26:     <td>
1.4       casties    27:       Brightness:
1.1       dwinter    28:     </td>
                     29:     <td>
1.4       casties    30:       <input type="text" size="5" name="brgt" tal:attributes="value python:here.getDLParam('brgt')" />
                     31:       (-255..255)
1.1       dwinter    32:     </td>
                     33:   </tr>
                     34:   <tr>
                     35:     <td>
                     36:       Contrast:
                     37:     </td>
                     38:     <td>
1.4       casties    39:       <input type="text" size="5" name="cont" tal:attributes="value python:here.getDLParam('cont')" />
                     40:       (0..8)
1.1       dwinter    41:     </td>
                     42:   </tr>
                     43: </table>
1.4       casties    44: <div align="center"><input type="submit" /></div>
1.1       dwinter    45: </form>
1.5       casties    46: <hr/>
1.6     ! casties    47: <p><b>Experimental:</b></p>
        !            48: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_MoveUp'">move up</a><br/>
        !            49: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_MoveDown'">move down</a><br/>
        !            50: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_MoveLeft'">move left</a><br/>
        !            51: <a target="digilib" tal:attributes="href python:here.zogilibPath()+'dl_MoveRight'">move right</a><br/>
1.5       casties    52: <a target="digilib" href="javascript:digilibWin.zoomPoint(+1)">zoom in around</a><br/>
                     53: <a target="digilib" href="javascript:digilibWin.zoomPoint(-1)">zoom out around</a><br/>
1.1       dwinter    54: </body>
1.2       casties    55: </html>

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