2010-11-02 06:57:33 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" media="screen" href="{index}style.css"/>
|
|
|
|
<title>{title}</title>
|
2010-11-05 05:54:44 -04:00
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
2010-11-02 06:57:33 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>{title}</h1>
|
2010-12-16 03:12:13 -05:00
|
|
|
<div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
2010-11-02 06:57:33 -04:00
|
|
|
{body}
|
|
|
|
<hr/>
|
|
|
|
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
|
|
|
</body>
|
|
|
|
</html>
|