2012-02-14 04:17:49 -05: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 > {{ board.url }} - {{ board.name }}< / title >
2011-01-03 00:29:34 -05:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2010-11-02 06:57:33 -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
{% if config.meta_keywords %}< meta name = "keywords" content = "{{ config.meta_keywords }}" / > {% endif %}
< link rel = "stylesheet" type = "text/css" id = "stylesheet" href = "{{ config.uri_stylesheets }}{{ config.default_stylesheet.1 }}" / >
2011-11-18 08:06:51 -05:00
{% if not nojavascript %}< script type = "text/javascript" src = "{{ config.url_javascript }}" > < / script > {% endif %}
2011-10-05 00:22:53 -04:00
{% if config.recaptcha %}< style type = "text/css" > { % r a w % }
2011-06-15 14:59:16 -04:00
.recaptcha_image_cell {
background: none !important;
}
table.recaptchatable {
border: none !important;
}
#recaptcha_logo, #recaptcha_tagline {
display: none;
float: right;
}
.recaptchatable a {
display: block;
}
2011-10-05 00:22:53 -04:00
{% endraw %}< / style > {% endif %}
2010-11-02 06:57:33 -04:00
< / head >
< body >
2011-10-05 00:22:53 -04:00
{{ boardlist.top }}
2011-10-05 04:41:34 -04:00
{% if pm %}< div class = "top_notice" > You have < a href = "?/PM/{{ pm.id }}" > an unread PM< / a > {% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.< / div > < hr / > {% endif %}
2011-10-05 04:46:46 -04:00
{% if config.url_banner %}< img class = "banner" src = "{{ config.url_banner }}" { % if config . banner_width or config . banner_height % } style = "{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};{% if config.banner_width %}height:{{ config.banner_height }}px{% endif %}" { % endif % } alt = "" / > {% endif %}
2011-10-05 00:22:53 -04:00
< h1 > {{ board.url }} - {{ board.name }}< / h1 >
2011-11-23 07:47:54 -05:00
< div class = "title" > {% if board.title %}{{ board.title }}{% endif %}< p > {% if mod %}< a href = "?/" > {% trans %}Return to dashboard{% endtrans %}< / a > {% endif %}< / p > < / div >
2010-11-30 04:26:55 -05:00
2012-01-08 22:25:11 -05:00
< div class = "banner" > {% trans %}Posting mode: Reply{% endtrans %} < a class = "unimportant" href = "{{ return }}" > [{% trans %}Return{% endtrans %}]< / a > < / div >
2011-11-23 05:18:06 -05:00
{% include 'post_form.html' %}
2011-10-01 08:09:25 -04:00
2011-10-05 00:22:53 -04:00
{% if config.blotter %}< hr / > < div class = "blotter" > {{ config.blotter }}< / div > {% endif %}
< hr / >
2011-10-05 08:53:43 -04:00
< form name = "postcontrols" action = "{{ config.post_url }}" method = "post" >
2011-10-05 00:22:53 -04:00
< input type = "hidden" name = "board" value = "{{ board.uri }}" / >
{% if mod %}< input type = "hidden" name = "mod" value = "1" / > {% endif %}
{{ body }}
2012-02-19 10:32:53 -05:00
{% if config.javascript_local_time %}
< script > { % raw % } init _localtime ( ) ; { % endraw % } < / script >
{% endif %}
2011-01-20 21:13:50 -05:00
< div class = "delete" >
2011-10-11 06:49:14 -04:00
{% trans %}Delete Post{% endtrans %} [< input title = "Delete file only" type = "checkbox" name = "file" id = "delete_file" / >
2012-01-06 23:58:11 -05:00
< label for = "delete_file" > {% trans %}File{% endtrans %}< / label > ] < label for = "password" > {% trans %}Password{% endtrans %}< / label >
2011-02-20 06:48:41 -05:00
< input id = "password" type = "password" name = "password" size = "12" maxlength = "18" / >
2011-10-11 06:49:14 -04:00
< input type = "submit" name = "delete" value = "{% trans %}Delete{% endtrans %}" / >
2011-02-20 01:19:57 -05:00
< / div >
< div class = "delete" style = "clear:both" >
2012-01-06 23:58:11 -05:00
< label for = "reason" > {% trans %}Reason{% endtrans %}< / label >
2011-02-20 01:19:57 -05:00
< input id = "reason" type = "text" name = "reason" size = "20" maxlength = "30" / >
2011-10-11 06:49:14 -04:00
< input type = "submit" name = "report" value = "{% trans %}Report{% endtrans %}" / >
2011-01-20 21:13:50 -05:00
< / div >
< / form >
2012-01-08 22:25:11 -05:00
< a href = "{{ return }}" > [{% trans %}Return{% endtrans %}]< / a >
2011-10-05 05:25:37 -04:00
2011-10-05 00:22:53 -04:00
{{ boardlist.bottom }}
2012-01-05 18:07:31 -05:00
< p class = "unimportant" style = "margin-top:20px;text-align:center;" > Powered by < a href = "http://tinyboard.org/" > Tinyboard< / a > {{ config.version }} | < a href = "http://tinyboard.org/" > Tinyboard< / a > Copyright © 2010-2012 Tinyboard Development Group< / p >
2011-12-23 08:51:24 -05:00
{% for footer in config.footer %}< p class = "unimportant" style = "text-align:center;" > {{ footer }}< / p > {% endfor %}
2010-11-02 06:57:33 -04:00
< / body >
2011-10-05 03:38:36 -04:00
< / html >