Annotation of zogiLib/zpt/optionwindow.zpt, revision 1.11
1.1 dwinter 1: <html>
1.3 casties 2: <head>
1.7 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.11 ! casties 7: <a tal:attributes="target here/getDLTarget" href="javascript:digilibWin.zoomArea()">zoom area</a><br/>
! 8: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_ZoomIn'">zoom in</a><br/>
! 9: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_ZoomOut'">zoom out</a><br/>
! 10: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_WholePage'">whole page</a><br/>
! 11: <a tal:attributes="target here/getDLTarget" href="javascript:digilibWin.moveCenter()">move center</a><br/>
! 12: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_HMirror'">Mirror (h)</a> <span tal:condition="python:here.hasMode('hmir')">yes</span><br/>
! 13: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_VMirror'">Mirror (v)</a> <span tal:condition="python:here.hasMode('vmir')">yes</span><br/>
! 14: <form tal:attributes="target here/getDLTarget; action python:here.zogilibPath('')+'setDLParams'">
1.4 casties 15: <table>
1.1 dwinter 16: <tr>
17: <td>
18: Rotate:
19: </td>
20: <td>
1.9 casties 21: <input type="text" size="5" name="rot" tal:attributes="value python:here.getDLParam('rot') or ''" />
1.4 casties 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.9 casties 30: <input type="text" size="5" name="brgt" tal:attributes="value python:here.getDLParam('brgt') or ''" />
1.4 casties 31: (-255..255)
1.1 dwinter 32: </td>
33: </tr>
34: <tr>
35: <td>
36: Contrast:
37: </td>
38: <td>
1.9 casties 39: <input type="text" size="5" name="cont" tal:attributes="value python:here.getDLParam('cont') or ''" />
1.4 casties 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>
1.11 ! casties 48: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_StaticHTML'">switch to static HTML</a><br/>
! 49: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_MoveUp'">move up</a><br/>
! 50: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_MoveDown'">move down</a><br/>
! 51: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_MoveLeft'">move left</a><br/>
! 52: <a tal:attributes="target here/getDLTarget; href python:here.zogilibPath('')+'dl_MoveRight'">move right</a><br/>
! 53: <a tal:attributes="target here/getDLTarget" href="javascript:digilibWin.zoomPoint(+1)">zoom in around</a><br/>
! 54: <a tal:attributes="target here/getDLTarget" href="javascript:digilibWin.zoomPoint(-1)">zoom out around</a><br/>
1.1 dwinter 55: </body>
1.2 casties 56: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>