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

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

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