Annotation of ECHO_content/vlp/library_template.zpt, revision 1.1
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">
! 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="0" cellspacing="0" cellpadding="8">
! 31: <tr>
! 32: <td bgcolor="#d6d6cc" width="210" 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 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:
! 57: <img src="../../images/space.gif" alt="" width="210" height="1" border="0">
! 58: </td>
! 59: <td><img src="../../images/space.gif" alt="" width="20" height="460" border="0"></td>
! 60: <!-- image -->
! 61: </tr>
! 62: </table>
! 63:
! 64: <body onload="init()" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">
! 65: <div id="navigation">
! 66: <tal:block metal:fill-slot="body">
! 67: <form onchange="setDLParam(event)" method="get" action="setParam">
! 68: <select name="ws">
! 69: <option value="1" selected>Size</option>
! 70: <option tal:attributes="value python:here.zogilib.biggerWS()">bigger</option>
! 71: <option tal:attributes="value python:here.zogilib.smallerWS()">smaller</option>
! 72: <option value="1">1 x</option>
! 73: <option value="2">2 x</option>
! 74: <option value="3">3 x</option>
! 75: </select>
! 76: <a href="javascript:mark()">set a mark</a>
! 77: <a href="javascript:ref(1)">get the reference</a>
! 78: <a href="javascript:wd=window.open('zogilib/options','Options','width=300,height=250');void('');wd.focus();">options</a>
! 79: </form>
! 80:
! 81: <div id="scaler" tal:content="structure python:here.zogilib.generateScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/pageimg')"/>
! 82: <span tal:replace="structure here/zogilib/generateDivs"/>
! 83:
! 84:
! 85:
! 86:
! 87:
! 88: </tal:block> <!-- end fill-slot body-->
! 89: </body>
! 90: </html>
! 91:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>