File:  [Repository] / zogiLib / zpt / main_static.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Nov 8 10:13:31 2005 UTC (18 years, 7 months ago) by casties
Branches: MAIN
CVS tags: HEAD
New version with only local state (no session or sub-session handling) and better template handling.
Currently only image and book template.

<html>
<head>
<title tal:content="here/title"/>
</head>
<body tal:define="dummy here/storeQuery">
<div id="navigation">
<form method="get" tal:attributes="action python:here.zogilibPath()+'setDLParams'">
<select name="ws">
	<option value="1" selected>Size</option>
	<option tal:attributes="value python:here.getBiggerWS()">bigger</option>
	<option tal:attributes="value python:here.getSmallerWS()">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>
<input type="submit" />
<a tal:attributes="href python:here.zogilibPath()+'dl_ZoomIn'">zoom in</a>
<a tal:attributes="href python:here.zogilibPath()+'dl_ZoomOut'">zoom out</a>
<a tal:attributes="href python:here.zogilibPath()+'dl_WholePage'">whole page</a>
<a tal:attributes="href python:here.zogilibPath()+'optionwindow'" target="_blank">options</a>
</form>
</div>

<div tal:replace="structure here/createScalerDiv"/>
<div tal:replace="structure here/createAuxDiv"/>
</body>
</html>

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