Annotation of zogiLib/zpt/zogiLibMain_book.zpt, revision 1.12

1.12    ! casties     1: <html tal:define="dummy here/storeQuery">
1.6       casties     2: <head tal:content="structure here/createHeadJS">
1.1       dwinter     3: </head>
1.12    ! casties     4: <body onload="dl_init()">
1.1       dwinter     5: <div id="navigation">
1.12    ! casties     6: <form method="get" tal:attributes="action python:here.zogilibAction('setDLParams')">
        !             7: <input type="hidden" name="wid" tal:attributes="value here/getWID" />
        !             8: <a tal:attributes="href python:here.zogilibAction('dl_FirstPage')">|&lt;</a>&nbsp;
        !             9: <a tal:attributes="href python:here.zogilibAction('dl_PrevPage')">&lt;</a>&nbsp;
        !            10: <a tal:attributes="href python:here.zogilibAction('dl_NextPage')">&gt;</a>&nbsp;
        !            11: <a tal:attributes="href python:here.zogilibAction('dl_LastPage')">&gt;|</a>&nbsp;
1.6       casties    12: <input size="4" name="pn" tal:attributes="value here/getPN">of <span tal:replace="here/getPT"/>
                     13: <select onchange="setDLParam(event, this)" name="ws">
1.5       casties    14:    <option value="1" selected>Size</option>
1.6       casties    15:    <option tal:attributes="value python:here.getBiggerWS()">bigger</option>
                     16:    <option tal:attributes="value python:here.getSmallerWS()">smaller</option>
1.1       dwinter    17:    <option value="1">1 x</option>
1.10      casties    18:    <option value="1.5">1.5 x</option>
1.1       dwinter    19:    <option value="2">2 x</option>
                     20:    <option value="3">3 x</option>
                     21: </select>
1.6       casties    22: <a href="javascript:setMark()">set a mark</a>
1.12    ! casties    23: <a tal:attributes="href python:here.zogilibAction('dl_Unmark')">remove mark</a>
        !            24: <a href="javascript:getRef(1)">get reference</a>
        !            25: <a tal:attributes="href python:'javascript:openWin(\''+here.zogilibAction('optionwindow')+'&frametarget=\'+dlTarget,\'options_\'+dlTarget,\'width=300,height=250,resizable\')'">options</a>
1.1       dwinter    26: </form>
                     27: </div>
                     28: 
1.8       casties    29: <div tal:replace="structure here/createScalerDiv"/>
1.6       casties    30: <div tal:replace="structure here/createAuxDiv"/>
1.1       dwinter    31: </body>
                     32: </html>                                                      
                     33:                                         

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