]> git.defcon.no Git - plsgen/blobdiff - full.tpl
Three new features, three bugfixes. Version 0.4 code.
[plsgen] / full.tpl
index 9e2889a74db8e9ee285bb8845aa4b6cee360402c..91eb5c4d2990b7c08eabb38fdeca2a6e125b0882 100644 (file)
--- a/full.tpl
+++ b/full.tpl
@@ -1,11 +1,13 @@
-<html>
+<!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"> 
   <head>
     <title>%{title}</title>
     %{main_meta}
     %{navigation_script}
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-9" /> 
+
   </head>
-<body bgcolor=white>
-<center>
+<body>
 
 <h2>%{title}</h2>
 
 </a>
 </div>
 
+%{comment}
+
 <div id="exifinfo">
 %{exif}
 </div>
 
+<div id="copyright">
+Copyright EDIT_FULL_TPL, all rights reserved.<br/>
+
 <div id="timestamp">
 Generated %{gallery_timestamp}
+</div>
+
 </div>
 <div id="footer">%{footer_tag}</div>
 
 %{navscript}
 
-</center>
 </body>
 </html>