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

1.1     ! casties     1: <html tal:define="dummy python:here.storeQuery(withpt=True)">
        !             2: <head tal:content="structure here/head_js">
        !             3: </head>
        !             4: <body onload="dl_init()">
        !             5: <div id="navigation">
        !             6: <form method="get" tal:attributes="action python:here.zogilibPath()+'setDLParams'">
        !             7: <a tal:attributes="href python:here.zogilibAction('dl_FirstPage')">|&lt;</a>&nbsp;
        !             8: <a tal:attributes="href python:here.zogilibAction('dl_PrevPage')">&lt;</a>&nbsp; <a
        !             9:   href="javascript:gotoPageWin()"><span tal:replace="here/getPN" /> of <span
        !            10:   tal:replace="here/getPT" /></a>&nbsp; <a
        !            11:   tal:attributes="href python:here.zogilibAction('dl_NextPage')">&gt;</a>&nbsp; <a
        !            12:   tal:attributes="href python:here.zogilibAction('dl_LastPage')">&gt;|</a>&nbsp; <select
        !            13:   onchange="setDLParam(event, this)" name="ws">
        !            14:   <option value="1" selected>Size</option>
        !            15:   <option value="+0.5">bigger</option>
        !            16:   <option value="-0.5">smaller</option>
        !            17:   <option value="1">1 x</option>
        !            18:   <option value="1.5">1.5 x</option>
        !            19:   <option value="2">2 x</option>
        !            20:   <option value="3">3 x</option>
        !            21: </select> <a href="javascript:setMark()">set a mark</a> <a
        !            22:   href="javascript:removeMark()">delete mark</a> <a href="javascript:getRefWin()">get
        !            23: reference</a> <a href="javascript:showOptions(1)">options</a></form>
        !            24: </div>
        !            25: 
        !            26: <div tal:replace="structure here/template/img_div" />
        !            27: <div tal:replace="structure here/template/aux_divs" />
        !            28: <div tal:content="structure here/template/options" />
        !            29: </body>
        !            30: </html>

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