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

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'">
1.2     ! casties     7: <a href="javascript:gotoPage(1)">|&lt;</a>&nbsp;<a tal:condition="here/hasPrevPage"
        !             8:   href="javascript:gotoPage('-1')">&lt;</a>&nbsp;<a href="javascript:gotoPageWin()"><span
        !             9:   tal:replace="here/getPN" />&nbsp;of&nbsp;<span tal:replace="here/getPT" /></a> <a
        !            10:   tal:condition="here/hasNextPage" href="javascript:gotoPage('+1')">&gt;</a>&nbsp;<a
        !            11:   tal:condition="here/hasNextPage" tal:attributes="href python:'javascript:gotoPage(%d)'%here.getPT()">&gt;|</a> 
        !            12: <select onchange="setDLParam(event, this)" name="ws">
        !            13:   <option value="+0" selected>Size</option>
1.1       casties    14:   <option value="+0.5">bigger</option>
                     15:   <option value="-0.5">smaller</option>
                     16:   <option value="1">1 x</option>
                     17:   <option value="1.5">1.5 x</option>
                     18:   <option value="2">2 x</option>
                     19:   <option value="3">3 x</option>
1.2     ! casties    20: </select> 
        !            21: <a href="javascript:setMark()">set a mark</a> 
        !            22: <a href="javascript:removeMark()">delete mark</a> 
        !            23: <a href="javascript:getRefWin()">get reference</a> 
        !            24: <a href="javascript:showOptions(1)">options</a>
        !            25: </form>
1.1       casties    26: </div>
                     27: 
                     28: <div tal:replace="structure here/template/img_div" />
                     29: <div tal:replace="structure here/template/aux_divs" />
1.2     ! casties    30: <div tal:replace="structure here/template/options" />
1.1       casties    31: </body>
                     32: </html>

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