File:  [Repository] / ECHO_content / vlp / library_template.zpt
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Wed Jun 2 18:15:46 2004 UTC (20 years, 1 month ago) by casties
Branches: MAIN
CVS tags: HEAD
trying to fix it...

    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">
    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>
    7:       <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/option_js'" type="text/javascript"></script>
    8:       <script type="text/javascript" tal:content="structure here/zogilib/createParamJS"></script>
    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: 
   26: <table metal:fill-slot="subnav" border="1" cellspacing="0" cellpadding="8" width="80">
   27:     <tr>
   28:       <td bgcolor="#d6d6cc" valign="top">
   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>
   42: 	  <table width="80" class="navigDigilib" border="0" cellspacing="0" cellpadding="8">
   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>
   52: 	</td>
   53: 		<!-- image -->
   54: 	 </tr>
   55:       </table>
   56: 
   57: <body onload="dl_init()" tal:define="dummy here/zogilib/storeQuery" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">
   58: <div id="navigation">
   59:   <tal:block metal:fill-slot="body">
   60:   <form method="get" action="setParams">
   61:    <select onchange="setDLParam(event, this)" name="ws">
   62:      <option value="1" selected>Size</option>
   63:      <option tal:attributes="value python:here.zogilib.getBiggerWS()">bigger</option>
   64:      <option tal:attributes="value python:here.zogilib.getSmallerWS()">smaller</option>
   65:      <option value="1">1 x</option>
   66:      <option value="2">2 x</option>
   67:      <option value="3">3 x</option>
   68:    </select>
   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>
   72: </form>
   73: 
   74: <div tal:replace="structure python:here.zogilib.createScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>
   75: <div tal:replace="structure here/createAuxDiv"/>
   76: 
   77: </tal:block> <!-- end fill-slot body-->
   78: </body>
   79: </html>												      
   80: 										 

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