2011-10-05 00:22:53 -04:00
|
|
|
<!DOCTYPE html>
|
2010-11-02 06:57:33 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2011-10-05 00:22:53 -04:00
|
|
|
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}" />
|
|
|
|
{% if config.url_favicon %}<link rel="shortcut icon" href="{{ config.url_favicon }}" />{% endif %}
|
|
|
|
<title>{{ title }}</title>
|
2011-01-03 00:29:34 -05:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2010-11-05 05:54:44 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
2011-10-05 00:22:53 -04:00
|
|
|
<link rel="stylesheet" type="text/css" id="stylesheet" href="{{ config.uri_stylesheets }}{{ config.default_stylesheet.1 }}" />
|
|
|
|
<script type="text/javascript" src="{{ config.url_javascript }}"></script>
|
2010-11-02 06:57:33 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2011-10-05 00:22:53 -04:00
|
|
|
{% if pm %}<div class="top_notice">{{ pm }}</div><hr />{% endif %}
|
|
|
|
<h1>{{ title }}</h1>
|
|
|
|
<div class="title">{% if subtitle %}{{subtitle}}{% endif %}<p>{% if mod %}<a href="?/">Return to dashboard</a>{% endif %}</p></div>
|
|
|
|
{{ body }}
|
|
|
|
<hr />
|
|
|
|
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> v0.9.4 | <a href="http://tinyboard.org/">Tinyboard</a> Copyright © 2010-2011 Tinyboard Development Group</p>
|
2010-11-02 06:57:33 -04:00
|
|
|
</body>
|
2011-01-27 12:19:17 -05:00
|
|
|
</html>
|