Diff for /ECHO_content/vlp/library_transcriptionTemplate.zpt between versions 1.2 and 1.3

version 1.2, 2005/02/24 22:59:21 version 1.3, 2005/02/28 13:03:29
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
   <head>    <head>
     <title tal:content="here/title">lit25146 a0001</title>      <title tal:content="here/title">VL Literature [lit25146 a0001]</title>
       
       <!-- SLOT: additional stylesheet -->
       <style metal:fill-slot="additionalStyles" type="text/css">
       
           /* background colors d7d7d7*/
           .vario { background-color: #B8C0CB; }
           .stage, .stageSpacer, .stageNav  {background-color:#e6e6e6;}
           
           /* navigation in vario area */
           .liseNav td,.menu p, .liseNav a, select {
               font-family: verdana;
               font-weight: normal;
               font-size: 10px;
           }
           .liseNav {color: #777;}
           .liseNav a {color: #333; text-decoration:underline;}
           .liseNav a:hover {color: white;}
           
           select.pageMenu {width:120px; background-color:#d7d7d7}
           
       </style>
       
       <!-- SLOT: additional scripts-->
       <tal:block metal:fill-slot="script">
         <tal:block tal:define="dummy python:here.zogilib.storeQuery('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>
           <script language="javascript" type="text/javascript">
           <!--
           function formgo(box) {
               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>     </head>
   
 <table metal:fill-slot="nav" border="1" cellspacing="0" cellpadding="8" width="80">  <tal:block  metal:fill-slot="nav">
     <tr>          <!-- new search -->
       <td bgcolor="#d6d6cc" valign="top">      <p><a style="text-decoration:underline;" href="../library/search"
               tal:attributes="href python:here.search.absolute_url()">New Search</a><br><br></p>
   
     <!-- bibliographic data and link to transcription -->      <!-- bibliographic data and link to transcription -->
     <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>      <p tal:define="
           id python:here.getId();
           lit python:here.ZSQLSimpleSearch('
               SELECT fullreference 
               FROM vl_literature 
               WHERE reference = \'' + id + '\'')[0]" 
           tal:content="python:lit.fullreference.decode('latin-1')">Aeby, Chr. 1883. Schema des 
           Faserverlaufes im menschlichen Gehirn und Rueckenmark. Bern: Verlag der 
           J. Dalp'schen Buchhandlung (K. Schmid)</p>
           
           <p>[<a tal:attributes="href python: '/library/download.php?litID=' + here.getId()">download as PDF file</a>]</p>
                     
     <!-- page navigation -->      <!-- page navigation -->
     <p><br><br><br>      <p><br><br>
       <form>        <form>
         <select size="1" onchange="formgo(this)" style="background-color:#d7d7cc">          <select size="1" onchange="formgo(this)" style="background-color:#d7d7cc">
           <tal:block tal:omit-tag="" tal:repeat="page here/readIndexFile">            <tal:block tal:omit-tag="" tal:repeat="page here/readIndexFile">
Line 20 Line 71
           </tal:block>            </tal:block>
         </select>          </select>
      </form>       </form>
       <table width="80" class="navigDigilib" border="0" cellspacing="0" cellpadding="8">        <table width="80" class="liseNav" border="0" cellspacing="0" cellpadding="8">
                   
         <tr class="small">          <tr>
           <td tal:content="structure here/firstPage"/>            <td tal:content="structure here/firstPage"/>
           <td tal:content="structure here/prevPage"/>            <td tal:content="structure here/prevPage"/>
           <td tal:content="structure here/nextPage"/>            <td tal:content="structure here/nextPage"/>
Line 32 Line 83
          <td tal:content="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>           <td tal:content="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>
        </tr>-->         </tr>-->
         </table>          </table>
     </td>        </tal:block>
         <!-- image -->  
      </tr>  
       </table>  
   
 <body>  <body>
 <div id="navigation">  <div id="navigation">

Removed from v.1.2  
changed lines
  Added in v.1.3


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