summaryrefslogtreecommitdiff
path: root/templates/misc.tmpl
blob: 442db8c21cafb4589680978500b23ccad83f0018 (plain)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title><TMPL_VAR TITLE></title>
  7. <link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" />
  8. </head>
  9. <body>
  10. <div id="header">
  11. <h1>
  12. <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
  13. </h1>
  14. </div>
  15. <div id="content">
  16. <TMPL_VAR PAGEBODY>
  17. </div>
  18. <div id="footer">
  19. <!-- from <TMPL_VAR NAME=WIKINAME> -->
  20. </div>
  21. </body>
  22. </html>