Update of /cvsroot/happydoc/HappyDoc3/happydoclib/docset/docset_TAL/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv3581/happydoclib/docset/docset_TAL/templates/default
Added Files:
plain_text.pt
Log Message:
Template for formatting plain text files.
--- NEW FILE: plain_text.pt ---
<!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" xml:lang="en-US"
lang="en-US"
>
<!-- $Id: plain_text.pt,v 1.1 2003/03/16 20:33:21 doughellmann Exp $ -->
<head metal:use-macro="templates/header.pt/macros/html_header">
</head>
<body>
<h1 tal:content="subtitle">Subtitle (really contains the local title)</h1>
<div tal:replace="structure cooked_body">Cooked Body</div>
</body>
</html>
|