Diff for /documentViewer/zpt/head_main.zpt between versions 1.8.2.1 and 1.8.2.2

version 1.8.2.1, 2011/07/20 19:36:57 version 1.8.2.2, 2011/08/15 19:09:08
Line 1 Line 1
 <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; formattedLabel python:here.metadata.getFormattedLabel(bibdata=docinfo.get('bib',None))">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   <span tal:condition="not:formattedLabel" tal:content="string:(no bibliographical information for ${docinfo/bib_type})"/>            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   </head>
   <body>
     <!-- block used for page header content area -->
     <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);">
       <span tal:condition="not:formattedLabel"
         tal:content="string:(no bibliographical information for ${bibType})" />
   <span tal:condition="formattedLabel" tal:content="structure formattedLabel"/>    <span tal:condition="formattedLabel" tal:content="structure formattedLabel"/>
 </tal:block>    </metal:block>
   </body>
   </html>

Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.2


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