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

version 1.8.2.2, 2011/08/15 19:09:08 version 1.8.2.3, 2011/08/25 15:05:22
Line 12 Line 12
                queryType here/REQUEST/queryType | nothing;                 queryType here/REQUEST/queryType | nothing;
                bib docinfo/bib | nothing; bibType docinfo/bibType | nothing;                 bib docinfo/bib | nothing; bibType docinfo/bibType | nothing;
                formattedLabel python:here.metadataService.getBibFormattedLabel(bibdata=bib);">                 formattedLabel python:here.metadataService.getBibFormattedLabel(bibdata=bib);">
     <span tal:condition="not:formattedLabel"      <div tal:condition="not:formattedLabel"
       tal:content="string:(no bibliographical information for ${bibType})" />        tal:content="string:(no bibliographical information for ${bibType})" />
     <span tal:condition="formattedLabel" tal:content="structure formattedLabel" />      <div tal:condition="formattedLabel" tal:content="structure formattedLabel" />
   </metal:block>    </metal:block>
 </body>  </body>
 </html>  </html>

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


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