]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/page.tmpl
* Page templates can now use CTIME to show when the page was created.
[ikiwiki.git] / templates / page.tmpl
index ebe31e7ee43f5187edab2f8974c41aa66e241d7e..249ee2efbd2d7f16da4b3140ce685c879bfc8730 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title><TMPL_VAR TITLE></title>
@@ -89,14 +89,14 @@ Links:
 </TMPL_IF>
 
 <TMPL_IF COPYRIGHT>
-<div class="copyright">
+<div class="pagecopyright">
 <a name="pagecopyright"></a>
 <TMPL_VAR COPYRIGHT>
 </div>
 </TMPL_IF>
 
 <TMPL_IF LICENSE>
-<div class="license">
+<div class="pagelicense">
 <a name="pagelicense"></a>
 License: <TMPL_VAR LICENSE>
 </div>
@@ -104,6 +104,7 @@ License: <TMPL_VAR LICENSE>
 
 <div class="pagedate">
 Last edited <TMPL_VAR NAME=MTIME>
+<!-- Created <TMPL_VAR NAME=CTIME> -->
 </div>
 
 </div>