comparison zpt/head_main.zpt @ 489:55e3398e395e elementtree

more new templates. monkey-patch for App.ImageFile.
author casties
date Thu, 25 Aug 2011 17:05:22 +0200
parents 50a28442f21c
children
comparison
equal deleted inserted replaced
488:ec3d848fe9e8 489:55e3398e395e
10 tal:define="docpath docinfo/textURLPath | nothing; 10 tal:define="docpath docinfo/textURLPath | nothing;
11 query here/REQUEST/query | nothing; 11 query here/REQUEST/query | nothing;
12 queryType here/REQUEST/queryType | nothing; 12 queryType here/REQUEST/queryType | nothing;
13 bib docinfo/bib | nothing; bibType docinfo/bibType | nothing; 13 bib docinfo/bib | nothing; bibType docinfo/bibType | nothing;
14 formattedLabel python:here.metadataService.getBibFormattedLabel(bibdata=bib);"> 14 formattedLabel python:here.metadataService.getBibFormattedLabel(bibdata=bib);">
15 <span tal:condition="not:formattedLabel" 15 <div tal:condition="not:formattedLabel"
16 tal:content="string:(no bibliographical information for ${bibType})" /> 16 tal:content="string:(no bibliographical information for ${bibType})" />
17 <span tal:condition="formattedLabel" tal:content="structure formattedLabel" /> 17 <div tal:condition="formattedLabel" tal:content="structure formattedLabel" />
18 </metal:block> 18 </metal:block>
19 </body> 19 </body>
20 </html> 20 </html>