File:  [Repository] / ECHO_content / vlp / library_template.zpt
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri May 28 15:00:37 2004 UTC (20 years ago) by dwinter
Branches: dwitner, dwinter
CVS tags: first
vlp

<html metal:use-macro="here/main_template/macros/page">
  <head>

    <title tal:content="here/title">lit25146 a0001</title>
  
    <tal:block metal:fill-slot="script">
      <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/navigation_js'" type="text/javascript"></script>
      <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/option_js'" type="text/javascript"></script>
      <script type="text/javascript" tal:content="structure python:here.zogilib.generateTopJavaScript()"></script>
      <script language="javascript" type="text/javascript">
	<!--
	    function formgo(box)
	    {
	    // window.open(box.options[box.selectedIndex].value, "_top")
	    if ((-1 < box.selectedIndex) && (box.options[box.selectedIndex].value != "nil"))
	    {
	    val = box.options[box.selectedIndex].value;
	    window.open(val, "_top");
	    }
	    return true;
	    }
	    // -->
      </script>


     
    </tal:block>
   </head>

<table metal:fill-slot="subnav" border="0" cellspacing="0" cellpadding="8">
    <tr>
      <td bgcolor="#d6d6cc" width="210" valign="top">
	<!-- bibliographic data and link to transcription -->
	<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>
		 
	<!-- page navigation -->
	<p><br><br><br>
	  <form>
	    <select size="1" onChange="formgo(this)" style="background-color:#d7d7cc">
	      <tal:block tal:omit-tag="" tal:repeat="page here/readIndexFile">
		<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]"/>
		<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]"/>
	      </tal:block>
	    </select>
	 </form>
	  <table class="navigDigilib" border="0" cellspacing="0" cellpadding="8">
	    
	    <tr class="small">
	      <td tal:content="structure here/firstPage"/>
	      <td tal:content="structure here/prevPage"/>
	      <td tal:content="structure here/nextPage"/>
	      <td tal:content="structure here/lastPage"/>
	   </tr>

		</table>

		<img src="../../images/space.gif" alt="" width="210" height="1" border="0">
	      </td>
              <td><img src="../../images/space.gif" alt="" width="20" height="460" border="0"></td>
		<!-- image -->
	 </tr>
      </table>

<body onload="init()" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">
<div id="navigation">
  <tal:block metal:fill-slot="body">
 <form onchange="setDLParam(event)" method="get" action="setParam">
   <select name="ws">
     <option value="1" selected>Size</option>
     <option tal:attributes="value python:here.zogilib.biggerWS()">bigger</option>
     <option tal:attributes="value python:here.zogilib.smallerWS()">smaller</option>
     <option value="1">1 x</option>
     <option value="2">2 x</option>
     <option value="3">3 x</option>
   </select>
   <a href="javascript:mark()">set a mark</a>
   <a href="javascript:ref(1)">get the reference</a>
   <a href="javascript:wd=window.open('zogilib/options','Options','width=300,height=250');void('');wd.focus();">options</a>
</form>

<div id="scaler" tal:content="structure python:here.zogilib.generateScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>
<span tal:replace="structure here/zogilib/generateDivs"/>





</tal:block> <!-- end fill-slot body-->
</body>
</html>												      
										 

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