File:  [Repository] / ECHO_content / vlp / library_template.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri May 28 15:43:35 2004 UTC (20 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minors

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

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