Update of /cvsroot/happydoc/HappyDoc3/happydoclib/docset/docset_TAL/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv31960/happydoclib/docset/docset_TAL/templates/default
Added Files:
toc.pt
Log Message:
Table of contents template for default template set.
--- NEW FILE: toc.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: toc.pt,v 1.1 2003/03/16 16:30:48 doughellmann Exp $ -->
<head metal:use-macro="templates/header.pt/macros/html_header">
</head>
<body>
Table of Contents body.
</body>
</html>
|