]> git.defcon.no Git - plsgen/blob - index.tpl
Three new features, three bugfixes. Version 0.4 code.
[plsgen] / index.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>%{title}</title>
5 %{main_meta}
6 %{navigation_script}
7 <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
8 </head>
9 <body>
10
11 <h2>%{title}</h2>
12
13 %{previous}
14 &nbsp;
15 Page %{position}
16 &nbsp;
17 %{next}
18
19 <br/>
20
21 %{thumbnails}
22
23 %{comment}
24
25 Album generated %{gallery_timestamp}
26
27 <div id="footer">%{footer_tag}</div>
28 %{navscript}
29
30 </body>
31 </html>