Update of /cvsroot/happydoc/HappyDoc3/happydoclib/docset/docset_TAL/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv31572/happydoclib/docset/docset_TAL/templates/default
Added Files:
header.pt
Log Message:
Header macro for default template set.
--- NEW FILE: header.pt ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!-- $Id: header.pt,v 1.1 2003/03/16 16:30:00 doughellmann Exp $ -->
<head metal:define-macro="html_header"
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal">
<title metal:define-slot="title">
<span tal:replace="title">Title from header.pt</span>
<tal:block tal:condition="subtitle|nothing">(<span tal:replace="subtitle">Subtitle from header.pt</span>)</tal:block>
</title>
<metal:block metal:define-slot="head_slot">
</metal:block>
</head>
<body>
<p>Contains the html_header macro.</p>
</body>
</html>
|