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

version 1.7, 2010/04/09 18:33:53 version 1.8.2.3, 2011/08/25 15:05:22
Line 2 Line 2
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
 <head>  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 </head>  </head>
 <body>  <body>
   <!-- block used for main content area -->    <!-- block used for page header content area -->
   <metal:block metal:define-macro="main">    <metal:block metal:define-macro="main"
     <div class="page_head">      tal:define="docpath docinfo/textURLPath | nothing;
       <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span>                 query here/REQUEST/query | nothing;
       <tal:block tal:condition="exists:docinfo/author">                 queryType here/REQUEST/queryType | nothing;
         <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/><i tal:condition="exists:docinfo/year" tal:content="string:,${docinfo/year}"/>                 bib docinfo/bib | nothing; bibType docinfo/bibType | nothing;
       </tal:block>                 formattedLabel python:here.metadataService.getBibFormattedLabel(bibdata=bib);">
     </div>      <div tal:condition="not:formattedLabel"
         tal:content="string:(no bibliographical information for ${bibType})" />
       <div tal:condition="formattedLabel" tal:content="structure formattedLabel" />
   </metal:block>    </metal:block>
 </body>  </body>
 </html>  </html>
   

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


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