Annotation of ECHO_content/vlp/library_template.zpt, revision 1.6

1.1       dwinter     1: <html metal:use-macro="here/main_template/macros/page">
                      2:   <head>
                      3:     <title tal:content="here/title">lit25146 a0001</title>
                      4:     <tal:block metal:fill-slot="script">
1.3       casties     5:       <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/js_lib_js'" type="text/javascript"></script>
                      6:       <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/dl_lib_js'" type="text/javascript"></script>
1.1       dwinter     7:       <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/option_js'" type="text/javascript"></script>
1.3       casties     8:       <script type="text/javascript" tal:content="structure here/zogilib/createParamJS"></script>
1.1       dwinter     9:       <script language="javascript" type="text/javascript">
                     10:    <!--
                     11:        function formgo(box)
                     12:        {
                     13:        // window.open(box.options[box.selectedIndex].value, "_top")
                     14:        if ((-1 < box.selectedIndex) && (box.options[box.selectedIndex].value != "nil"))
                     15:        {
                     16:        val = box.options[box.selectedIndex].value;
                     17:        window.open(val, "_top");
                     18:        }
                     19:        return true;
                     20:        }
                     21:        // -->
                     22:       </script>
                     23:     </tal:block>
                     24:    </head>
                     25: 
1.2       dwinter    26: <table metal:fill-slot="subnav" border="1" cellspacing="0" cellpadding="8" width="80">
1.1       dwinter    27:     <tr>
1.2       dwinter    28:       <td bgcolor="#d6d6cc" valign="top">
1.1       dwinter    29:    <!-- bibliographic data and link to transcription -->
                     30:    <p tal:content="structure here/title">Aeby, Chr. 1883. Schema des Faserverlaufes im menschlichen Gehirn und Rueckenmark. Bern: Verlag der J. Dalp'schen Buchhandlung (K. Schmid) </p>
                     31:         
                     32:    <!-- page navigation -->
                     33:    <p><br><br><br>
                     34:      <form>
                     35:        <select size="1" onChange="formgo(this)" style="background-color:#d7d7cc">
                     36:          <tal:block tal:omit-tag="" tal:repeat="page here/readIndexFile">
                     37:        <option tal:condition="python:here.REQUEST.get('pn')==page[0]" selected tal:attributes="value python:here.REQUEST['URL']+'?pn='+page[0]" tal:content="python:page[1]"/>
                     38:        <option tal:condition="not:python:here.REQUEST.get('pn')==page[0]" tal:attributes="value python:here.REQUEST['URL']+'?pn='+page[0]" tal:content="python:page[1]"/>
                     39:          </tal:block>
                     40:        </select>
                     41:     </form>
1.2       dwinter    42:      <table width="80" class="navigDigilib" border="0" cellspacing="0" cellpadding="8">
1.1       dwinter    43:        
                     44:        <tr class="small">
                     45:          <td tal:content="structure here/firstPage"/>
                     46:          <td tal:content="structure here/prevPage"/>
                     47:          <td tal:content="structure here/nextPage"/>
                     48:          <td tal:content="structure here/lastPage"/>
                     49:       </tr>
                     50: 
                     51:        </table>
1.2       dwinter    52:    </td>
1.1       dwinter    53:        <!-- image -->
                     54:     </tr>
                     55:       </table>
                     56: 
1.5       casties    57: <body onload="dl_init()" tal:define="dummy here/zogilib/storeQuery" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">
1.1       dwinter    58: <div id="navigation">
                     59:   <tal:block metal:fill-slot="body">
1.6     ! casties    60:   <form method="get" action="setParams" tal:define="dummy here/zogilib/storeQuery">
1.3       casties    61:    <select onchange="setDLParam(event, this)" name="ws">
1.1       dwinter    62:      <option value="1" selected>Size</option>
1.3       casties    63:      <option tal:attributes="value python:here.zogilib.getBiggerWS()">bigger</option>
                     64:      <option tal:attributes="value python:here.zogilib.getSmallerWS()">smaller</option>
1.1       dwinter    65:      <option value="1">1 x</option>
                     66:      <option value="2">2 x</option>
                     67:      <option value="3">3 x</option>
                     68:    </select>
1.3       casties    69:    <a href="javascript:setMark()">set a mark</a>
                     70:    <a href="javascript:getRef(1)">get the reference</a>
                     71:    <a href="javascript:openWin(\''+here.REQUEST['URL1']+'/zogilib/optionwindow\',\'Options\',\'width=300,height=250\')'">options</a>
1.1       dwinter    72: </form>
                     73: 
1.4       casties    74: <div tal:replace="structure python:here.zogilib.createScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>
1.6     ! casties    75: <div tal:replace="structure here/zogilib/createAuxDiv"/>
1.1       dwinter    76: 
                     77: </tal:block> <!-- end fill-slot body-->
                     78: </body>
                     79: </html>                                                      
                     80:                                         

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