view zpt/head_main.zpt @ 121:cb0978becec4 Root_metalify-1

*** empty log message ***
author abukhman
date Tue, 25 May 2010 12:03:55 +0200
parents 727fa536860c
children 027134cca83e
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 main content area -->
  <metal:block metal:define-macro="main">
    <div class="page_head">
      <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span>
      <tal:block tal:condition="exists:docinfo/author">
        <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/><i tal:condition="exists:docinfo/year" tal:content="string:,${docinfo/year}"/>
      </tal:block>
    </div>
  </metal:block>
</body>
</html>