File:  [Repository] / ECHO_content / vlp / library_template.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Jun 2 18:09:56 2004 UTC (20 years, 1 month ago) by casties
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

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

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