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

version 1.3, 2005/02/28 13:03:29 version 1.4, 2006/03/03 18:04:57
Line 55 Line 55
             SELECT fullreference               SELECT fullreference 
             FROM vl_literature               FROM vl_literature 
             WHERE reference = \'' + id + '\'')[0]"               WHERE reference = \'' + id + '\'')[0]" 
         tal:content="python:lit.fullreference.decode('latin-1')">Aeby, Chr. 1883. Schema des           tal:content="python:lit.fullreference">Aeby, Chr. 1883. Schema des 
         Faserverlaufes im menschlichen Gehirn und Rueckenmark. Bern: Verlag der           Faserverlaufes im menschlichen Gehirn und Rueckenmark. Bern: Verlag der 
         J. Dalp'schen Buchhandlung (K. Schmid)</p>          J. Dalp'schen Buchhandlung (K. Schmid)</p>
                   
Line 88 Line 88
 <body>  <body>
 <div id="navigation">  <div id="navigation">
   <tal:block metal:fill-slot="body">    <tal:block metal:fill-slot="body">
     
          <b><a tal:attributes="href python:here.REQUEST['URL1']+'?'+here.REQUEST['QUERY_STRING']">facsimile</a></b>           <b><a tal:attributes="href python:here.REQUEST['URL1']+'?'+here.REQUEST['QUERY_STRING']">facsimile</a></b>
          <b><a tal:attributes="href python:'../zogilib?fn=/permanent/vlp/'+here.getId()+'/pagesHi&pn='+here.REQUEST.get('pn','1')" target='_blank'>image</a></b>           <b><a tal:attributes="href python:'../zogilib?fn=/permanent/vlp/'+here.getId()+'/pagesHi&pn='+here.REQUEST.get('pn','1')" target='_blank'>image</a></b>
          <span tal:replace="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>           <span tal:replace="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1')).encode('latin-1')"/>
 </tal:block> <!-- end fill-slot body-->  </tal:block> <!-- end fill-slot body-->
 </body>  </body>
 </html>                                                     </html>                                                   

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


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