File:  [Repository] / zogiLib / zpt / options.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Nov 8 18:10:10 2005 UTC (18 years, 7 months ago) by casties
Branches: MAIN
CVS tags: HEAD
zogilib version 1.10.1b
-finalized book and metadata template
- (hopefuly) correct pt handling with fewer calls to the server

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

</div>

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