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

1.1     ! casties     1: <div id="dloptions" style="width:10em;visibility:hidden;background-color:#cccccc;padding:2px;position:fixed;top:3px;right:3px">
        !             2: <div style="color:white;background-color:grey;font-weight:bold">
        !             3:   <span style="float:right"><a style="color:white" href="javascript:showOptions(0)">x</a></span>
        !             4:   <span>options</span>
        !             5: </div>
        !             6: <a href="javascript:showOptions(0);setMark()">set a mark</a> <br/>
        !             7: <a href="javascript:removeMark()">delete mark</a> <br/>
        !             8: <a href="javascript:getRefWin()">get reference</a> <br/>
        !             9: <a href="javascript:showOptions(0);zoomArea()">zoom area</a> <br/>
        !            10: <a href="javascript:zoomBy(1.4)">zoom in</a> <br/>
        !            11: <a href="javascript:zoomBy(0.7)">zoom out</a> <br/>
        !            12: <a href="javascript:zoomFullpage()">whole page</a> <br/>
        !            13: <a href="javascript:showOptions(0);moveCenter()">move center</a><br/>
        !            14: <a href="javascript:mirror('h')">mirror (h)</a> <span tal:condition="python:here.hasMode('hmir')">yes</span><br/>
        !            15: <a href="javascript:mirror('v')">mirror (v)</a> <span tal:condition="python:here.hasMode('vmir')">yes</span><br/>
        !            16: <a href="javascript:setParamWin('rot', 'Rotate (0..360) clockwise')">Rotate:</a> <span tal:content="python:here.getDLParam('rot') or ''" /><br/>
        !            17: <a href="javascript:setParamWin('brgt', 'Brightness (-255..255)')">Brightness:</a> <span tal:content="python:here.getDLParam('brgt') or ''" /><br/>
        !            18: <a href="javascript:setParamWin('cont', 'Contrast (0..8)')">Contrast:</a> <span tal:content="python:here.getDLParam('cont') or ''" /><br/>
        !            19: <a href="javascript:setParamWin('ws', 'Page size (1:fit window)')">Page size:</a> <span tal:content="python:here.getDLParam('ws') or ''" /><br/>
        !            20: <a href="javascript:setQualityWin('Quality (0..2)')">Quality</a><br/>
        !            21: <a href="javascript:gotoPage('-1')">prev page</a><br/>
        !            22: <a href="javascript:gotoPage('+1')">next page</a><br/>
        !            23: <a href="javascript:gotoPageWin()">goto page</a><br/>
        !            24: 
        !            25: </div>

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