File:  [Repository] / zogiLib / zpt / main_image.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Fri Jul 14 12:42:05 2006 UTC (17 years, 11 months ago) by casties
Branches: MAIN
CVS tags: HEAD
now with toggle function for option window

<html tal:define="dummy here/storeQuery">
<head tal:content="structure here/head_js">
</head>
<body onload="dl_init()">
<div id="navigation">
<form method="get"
  tal:attributes="action python:here.zogilibPath()+'setDLParams'"><select
  onchange="setDLParam(event, this, true)" name="ws">
  <option value="+0" selected>Size</option>
  <option value="+0.5">bigger</option>
  <option value="-0.5">smaller</option>
  <option value="1">1 x</option>
  <option value="1.5">1.5 x</option>
  <option value="2">2 x</option>
  <option value="3">3 x</option>
</select> <a href="javascript:setMark()">set a mark</a> <a
  href="javascript:removeMark()">delete mark</a> <a href="javascript:getRefWin()">get
reference</a> <a href="javascript:zoomArea()">zoom area</a> <a
  href="javascript:zoomBy(1.4)">zoom in</a> <a href="javascript:zoomBy(0.7)">zoom
out</a> <a href="javascript:zoomFullpage()">whole page</a> <a
  href="javascript:toggleOptions()">options</a>
</form>
</div>

<div tal:replace="structure here/template/img_div" />
<div tal:replace="structure here/template/aux_divs" />
<div tal:replace="structure here/template/options"/>
</body>
</html>

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