view zpt/head_main.zpt @ 480:50a28442f21c elementtree

more new template stuff
author casties
date Mon, 15 Aug 2011 21:09:08 +0200
parents 76bc2317146f
children 55e3398e395e
line wrap: on
line source

<!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);">
    <span tal:condition="not:formattedLabel"
      tal:content="string:(no bibliographical information for ${bibType})" />
    <span tal:condition="formattedLabel" tal:content="structure formattedLabel" />
  </metal:block>
</body>
</html>