File:  [Repository] / zogiLib / zpt / main_book.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Jun 25 11:01:54 2007 UTC (17 years ago) by casties
Branches: MAIN
CVS tags: HEAD
fixed "smaller"-function in templates

<html tal:define="dummy python:here.storeQuery(withpt=True)">
<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'">
<a href="javascript:gotoPage(1)">|&lt;</a>&nbsp;<a tal:condition="here/hasPrevPage"
  href="javascript:gotoPage('-1')">&lt;</a>&nbsp;<a href="javascript:gotoPageWin()"><span
  tal:replace="here/getPN" />&nbsp;of&nbsp;<span tal:replace="here/getPT" /></a> <a
  tal:condition="here/hasNextPage" href="javascript:gotoPage('+1')">&gt;</a>&nbsp;<a
  tal:condition="here/hasNextPage" tal:attributes="href python:'javascript:gotoPage(%d)'%here.getPT()">&gt;|</a> 
<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:showOptions(1)">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>