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

1.1     ! dwinter     1: <html>
        !             2: <script type="text/javascript" src="option_js"/>
        !             3: 
        !             4: <body>
        !             5: <a  target="digilib" tal:attributes="href python:'javascript:zoomArea()'">zoom area</a><br/>
        !             6: <a  target="digilib" tal:attributes="href python:'javascript:zoomPoint()'">zoom point</a><br/>
        !             7: <a  target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/wholePage'">Show whole page</a><br/>
        !             8: <a  target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/mirrorPage?mi=h'">Mirror (h)</a><br/>
        !             9: <a  target="digilib" tal:attributes="href python:here.REQUEST['URL1']+'/mirrorPage?mi=v'">Mirror (v)</a><br/>
        !            10: <form method="get" onchange="setParam(event)">
        !            11: <table tal:define="dlInfo python:here.REQUEST.SESSION['dlInfo']">
        !            12:   <tr>
        !            13:     <td>
        !            14:       Rotate:
        !            15:     </td>
        !            16:     <td>
        !            17:       <input size="5" name="rot" tal:attributes="value python:dlInfo['rot']">
        !            18:     </td>
        !            19:   </tr>
        !            20:   <tr>
        !            21:     <td>
        !            22:       Brightness (-255,255):
        !            23:     </td>
        !            24:     <td>
        !            25:       <input size="5" name="brgt" tal:attributes="value python:dlInfo['brgt']">
        !            26:     </td>
        !            27:   </tr>
        !            28:   <tr>
        !            29:     <td>
        !            30:       Contrast:
        !            31:     </td>
        !            32:     <td>
        !            33:       <input size="5" name="cont" tal:attributes="value python:dlInfo['cont']">
        !            34:     </td>
        !            35:   </tr>
        !            36: </table>
        !            37: </form>
        !            38: </body>
        !            39: </html>

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