Annotation of ECHO_content/vlp/library_transcriptionTemplate.zpt, revision 1.2

1.1       dwinter     1: <html metal:use-macro="here/main_template/macros/page">
                      2:   <head>
                      3:     <title tal:content="here/title">lit25146 a0001</title>
1.2     ! dwinter     4:   
1.1       dwinter     5:    </head>
                      6: 
                      7: <table metal:fill-slot="nav" border="1" cellspacing="0" cellpadding="8" width="80">
                      8:     <tr>
                      9:       <td bgcolor="#d6d6cc" valign="top">
                     10:    <!-- bibliographic data and link to transcription -->
                     11:    <p tal:content="structure python:here.getTitle()">Aeby, Chr. 1883. Schema des Faserverlaufes im menschlichen Gehirn und Rueckenmark. Bern: Verlag der J. Dalp'schen Buchhandlung (K. Schmid) </p>
                     12:         
                     13:    <!-- page navigation -->
                     14:    <p><br><br><br>
                     15:      <form>
                     16:        <select size="1" onchange="formgo(this)" style="background-color:#d7d7cc">
                     17:          <tal:block tal:omit-tag="" tal:repeat="page here/readIndexFile">
                     18:        <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]"/>
                     19:        <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]"/>
                     20:          </tal:block>
                     21:        </select>
                     22:     </form>
                     23:      <table width="80" class="navigDigilib" border="0" cellspacing="0" cellpadding="8">
                     24:        
                     25:        <tr class="small">
                     26:          <td tal:content="structure here/firstPage"/>
                     27:          <td tal:content="structure here/prevPage"/>
                     28:          <td tal:content="structure here/nextPage"/>
                     29:          <td tal:content="structure here/lastPage"/>
                     30:       </tr>
1.2     ! dwinter    31:       <!--<tr colspan="4">
1.1       dwinter    32:         <td tal:content="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>
1.2     ! dwinter    33:       </tr>-->
1.1       dwinter    34:        </table>
                     35:    </td>
                     36:        <!-- image -->
                     37:     </tr>
                     38:       </table>
                     39: 
1.2     ! dwinter    40: <body>
1.1       dwinter    41: <div id="navigation">
1.2     ! dwinter    42:   <tal:block metal:fill-slot="body">
        !            43:         <b><a tal:attributes="href python:here.REQUEST['URL1']+'?'+here.REQUEST['QUERY_STRING']">facsimile</a></b>
        !            44:         <b><a tal:attributes="href python:'../zogilib?fn=/permanent/vlp/'+here.getId()+'/pagesHi&pn='+here.REQUEST.get('pn','1')" target='_blank'>image</a></b>
        !            45:         <span tal:replace="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>
1.1       dwinter    46: </tal:block> <!-- end fill-slot body-->
                     47: </body>
                     48: </html>                                                      
                     49:                                         

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