File:  [Repository] / documentViewer / zpt / head_main.zpt
Revision 1.8.2.3: download - view: text, annotated - select for diffs - revision graph
Thu Aug 25 15:05:22 2011 UTC (12 years, 10 months ago) by casties
Branches: elementtree
Diff to: branchpoint 1.8: preferred, colored
more new templates. monkey-patch for App.ImageFile.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "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);">
    <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>

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