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

version 1.7, 2010/04/09 18:33:53 version 1.8.2.1, 2011/07/20 19:36:57
Line 1 Line 1
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; formattedLabel python:here.metadata.getFormattedLabel(bibdata=docinfo.get('bib',None))">
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">    <span tal:condition="not:formattedLabel" tal:content="string:(no bibliographical information for ${docinfo/bib_type})"/>
 <html xmlns="http://www.w3.org/1999/xhtml">    <span tal:condition="formattedLabel" tal:content="structure formattedLabel"/>
 <head>  
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
 </head>  
 <body>  
   <!-- block used for main content area -->  
   <metal:block metal:define-macro="main">  
     <div class="page_head">  
       <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span>  
       <tal:block tal:condition="exists:docinfo/author">  
         <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/><i tal:condition="exists:docinfo/year" tal:content="string:,${docinfo/year}"/>  
       </tal:block>        </tal:block>
     </div>  
   </metal:block>  
 </body>  
 </html>  
   

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


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