Mercurial > hg > documentViewer
view zpt/head_main.zpt @ 485:1e51d440f08b elementtree
more new templates
author | casties |
---|---|
date | Mon, 22 Aug 2011 11:12:42 +0200 |
parents | 50a28442f21c |
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>