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

1.1     ! casties     1: <html>
        !             2: <head>
        !             3: <title tal:content="here/title"/>
        !             4: </head>
        !             5: <body tal:define="dummy here/storeQuery">
        !             6: <div id="navigation">
        !             7: <form method="get" tal:attributes="action python:here.zogilibPath()+'setDLParams'">
        !             8: <select name="ws">
        !             9:    <option value="1" selected>Size</option>
        !            10:    <option tal:attributes="value python:here.getBiggerWS()">bigger</option>
        !            11:    <option tal:attributes="value python:here.getSmallerWS()">smaller</option>
        !            12:    <option value="1">1 x</option>
        !            13:    <option value="1.5">1.5 x</option>
        !            14:    <option value="2">2 x</option>
        !            15:    <option value="3">3 x</option>
        !            16: </select>
        !            17: <input type="submit" />
        !            18: <a tal:attributes="href python:here.zogilibPath()+'dl_ZoomIn'">zoom in</a>
        !            19: <a tal:attributes="href python:here.zogilibPath()+'dl_ZoomOut'">zoom out</a>
        !            20: <a tal:attributes="href python:here.zogilibPath()+'dl_WholePage'">whole page</a>
        !            21: <a tal:attributes="href python:here.zogilibPath()+'optionwindow'" target="_blank">options</a>
        !            22: </form>
        !            23: </div>
        !            24: 
        !            25: <div tal:replace="structure here/createScalerDiv"/>
        !            26: <div tal:replace="structure here/createAuxDiv"/>
        !            27: </body>
        !            28: </html>

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