Diff for /documentViewer/zpt/head_main.zpt between versions 1.3 and 1.8.2.3

version 1.3, 2006/09/11 14:43:09 version 1.8.2.3, 2011/08/25 15:05:22
Line 1 Line 1
 <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode python:options.get('viewMode','images')">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span>            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <tal:y tal:condition="exists:docinfo/author">  <html xmlns="http://www.w3.org/1999/xhtml">
     <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/>,<i tal:content="docinfo/year"/>  <head>
   </tal:y>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <tal:x tal:condition="python:viewMode=='text'">  </head>
   <a target="_blank" tal:attributes="href string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}">view image</a>  <body>
   </tal:x>    <!-- block used for page header content area -->
 </tal:block>    <metal:block metal:define-macro="main"
       tal:define="docpath docinfo/textURLPath | nothing;
                  query here/REQUEST/query | nothing;
                  queryType here/REQUEST/queryType | nothing;
                  bib docinfo/bib | nothing; bibType docinfo/bibType | nothing;
                  formattedLabel python:here.metadataService.getBibFormattedLabel(bibdata=bib);">
       <div tal:condition="not:formattedLabel"
         tal:content="string:(no bibliographical information for ${bibType})" />
       <div tal:condition="formattedLabel" tal:content="structure formattedLabel" />
     </metal:block>
   </body>
   </html>

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


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