view trunk/src/docgen/templates/default/html/pagetemplate.tpl @ 466:db7e27b5c180

Fixed parts of HTML output, some reorganizing.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 15:17:20 +0200
parents
children 32f4c3cb6a41
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>{1}</title>
  <meta name="author" content="TODO" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" href="{0}" media="all" title="default" />
</head>
<body>
<h1>{1}</h1>
{2}
<hr />
<p>Generated by {3}</p>
</body>
</html>