source: documentViewer/zpt/head_main.zpt @ 489:55e3398e395e

elementtree
Last change on this file since 489:55e3398e395e was 489:55e3398e395e, checked in by casties, 13 years ago

more new templates. monkey-patch for App.ImageFile?.

File size: 934 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6</head>
7<body>
8  <!-- block used for page header content area -->
9  <metal:block metal:define-macro="main"
10    tal:define="docpath docinfo/textURLPath | nothing;
11               query here/REQUEST/query | nothing;
12               queryType here/REQUEST/queryType | nothing;
13               bib docinfo/bib | nothing; bibType docinfo/bibType | nothing;
14               formattedLabel python:here.metadataService.getBibFormattedLabel(bibdata=bib);">
15    <div tal:condition="not:formattedLabel"
16      tal:content="string:(no bibliographical information for ${bibType})" />
17    <div tal:condition="formattedLabel" tal:content="structure formattedLabel" />
18  </metal:block>
19</body>
20</html>
Note: See TracBrowser for help on using the repository browser.