2013-07-31 04:28:26 -04:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
2013-07-31 14:54:20 -04:00
< script type = "text/javascript" >
2016-05-05 08:38:24 -04:00
var active_page = "thread"
, board_name = "{{ board.uri }}"
, thread_id = "{{ thread.id }}";
2013-07-31 14:54:20 -04:00
< / script >
{% include 'header.html' %}
2015-02-16 19:31:15 -05:00
2015-03-15 01:03:08 -04:00
{% set meta_subject %}{% if config.thread_subject_in_title and thread.subject %}{{ thread.subject|e }}{% else %}{{ thread.body_nomarkup[:256]|remove_modifiers|e }}{% endif %}{% endset %}
2015-02-16 19:31:15 -05:00
2016-05-06 06:23:18 -04:00
< meta name = "description" content = "{{ board.url }} - {{ board.title|e }} - {{ meta_subject }}" / >
2015-02-16 19:31:15 -05:00
< meta name = "twitter:card" value = "summary" >
< meta property = "og:title" content = "{{ meta_subject }}" / >
< meta property = "og:type" content = "article" / >
2016-05-06 06:23:18 -04:00
< meta property = "og:url" content = "{{ config.domain }}/{{ board.uri }}/{{ config.dir.res }}{{ thread.id }}.html" / >
{% if thread.files.0.thumb %}< meta property = "og:image" content = "{{ config.domain }}/{{ board.uri }}/{{ config.dir.thumb }}{{ thread.files.0.thumb }}" / > {% endif %}
2015-02-16 19:31:15 -05:00
< meta property = "og:description" content = "{{ thread.body_nomarkup|e }}" / >
< title > {{ board.url }} - {{ meta_subject }}< / title >
2013-07-31 04:28:26 -04:00
< / head >
2016-05-06 06:10:50 -04:00
< body class = "8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %}" data-stylesheet = "{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}" >
2013-07-31 04:28:26 -04:00
{{ boardlist.top }}
{% 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 %}
2014-01-06 10:38:48 -05:00
{% if config.url_banner %}< img class = "board_image" 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 %}
2013-07-31 04:28:26 -04:00
< header >
< h1 > {{ board.url }} - {{ board.title|e }}< / h1 >
< div class = "subtitle" >
{% if board.subtitle %}
2013-08-08 14:58:44 -04:00
{% if config.allow_subtitle_html %}
{{ board.subtitle }}
{% else %}
{{ board.subtitle|e }}
{% endif %}
2013-07-31 04:28:26 -04:00
{% endif %}
{% if mod %}< p > < a href = "?/" > {% trans %}Return to dashboard{% endtrans %}< / a > < / p > {% endif %}
< / div >
< / header >
2013-06-15 00:22:13 -04:00
2014-01-06 10:38:48 -05:00
{% include 'attention_bar.html' %}
2013-07-31 14:54:20 -04:00
2014-11-10 02:24:00 -05:00
< div class = "banner" > {% trans %}Posting mode: Reply{% endtrans %} < a class = "unimportant" href = "{{ return }}" > [{% trans %}Return{% endtrans %}]< / a > < a class = "unimportant" href = "javascript:window.scrollTo(0,document.body.scrollHeight);
">[{% trans %}Go to bottom {% endtrans %}]< / a > < / div >
2013-07-31 19:25:04 -04:00
2013-08-08 17:57:52 -04:00
{{ config.ad.top }}
2014-01-05 21:28:37 -05:00
{% include 'post_form.html' %}
2013-08-02 20:52:58 -04:00
{% if config.global_message %}< hr / > < div class = "blotter" > {{ config.global_message }}< / div > {% endif %}
2013-07-31 04:28:26 -04:00
< hr / >
2015-08-08 13:45:02 -04:00
< a href = "{{ return }}" > [{% trans %}Return{% endtrans %}]< / a >
< a href = "#bottom" style = "padding-left: 10px" > [{% trans %}Go to bottom{% endtrans %}]< / a >
< hr / >
2013-07-31 04:28:26 -04:00
< form name = "postcontrols" action = "{{ config.post_url }}" method = "post" >
< input type = "hidden" name = "board" value = "{{ board.uri }}" / >
{% if mod %}< input type = "hidden" name = "mod" value = "1" / > {% endif %}
{{ body }}
{% include 'report_delete.html' %}
< / form >
2014-10-02 11:12:15 -04:00
< span id = "thread-links" >
< a id = "thread-return" href = "{{ return }}" > [{% trans %}Return{% endtrans %}]< / a >
2014-10-02 11:16:41 -04:00
< a id = "thread-top" href = "#" style = "padding-left: 10px" > [{% trans %}Go to top{% endtrans %}]< / a >
< a id = "thread-catalog" style = "padding-left: 10px" href = "{{ config.root }}{{ board.dir }}{{ config.catalog_link }}" > [{% trans %}Catalog{% endtrans %}]< / a >
< / span >
2013-07-31 04:28:26 -04:00
{{ boardlist.bottom }}
2013-08-08 17:57:52 -04:00
{{ config.ad.bottom }}
2013-07-31 04:28:26 -04:00
< footer >
2016-05-05 03:39:23 -04:00
< p class = "unimportant" style = "margin-top:20px;text-align:center;" > - Tinyboard +
< a href = "https://engine.vichan.net/" > vichan< / a > {{ config.version }} -
< br > Tinyboard Copyright © 2010-2014 Tinyboard Development Group
< br > < a href = "https://engine.vichan.net/" > vichan< / a > Copyright © 2012-2016 vichan-devel< / p >
2013-07-31 04:28:26 -04:00
{% for footer in config.footer %}< p class = "unimportant" style = "text-align:center;" > {{ footer }}< / p > {% endfor %}
< / footer >
< script type = "text/javascript" > { % r a w % }
ready();
{% endraw %}< / script >
< / body >
< / html >