The version of vichan running on lainchan.org
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

45 рядки
1.7KB

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
  6. <script type="text/javascript">
  7. var active_page = "page";
  8. </script>
  9. {% include 'header.html' %}
  10. <title>{{ title }}</title>
  11. </head>
  12. <body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %} active-page" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
  13. {{ boardlist.top }}
  14. {% 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 %}
  15. <div id="pagewrap">
  16. <header>
  17. <h1 class="glitch" data-text="{{ title }}">{{ title }}</h1>
  18. <div class="subtitle">
  19. {% if subtitle %}
  20. {{ subtitle }}
  21. {% endif %}
  22. {% if mod and not hide_dashboard_link %}<p><a href="?/">{% trans %}Return to dashboard{% endtrans %}</a></p>{% endif %}
  23. </div>
  24. </header>
  25. {{ body }}
  26. <hr>
  27. <footer>
  28. <p class="unimportant" style="margin-top:20px;text-align:center;">- <a href="http://tinyboard.org/">Tinyboard</a> +
  29. <a href='https://int.vichan.net/devel/'>vichan</a> +
  30. <a href='https://github.com/lainchan/lainchan'>lainchan</a> {{ config.version }} -
  31. <br><a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2014 Tinyboard Development Group
  32. <br><a href="https://engine.vichan.net/">vichan</a> Copyright &copy; 2012-2016 vichan-devel
  33. <br><a href="https://github.com/lainchan/lainchan">lainchan</a> Copyright &copy; 2014-2017 lainchan Administration</p>
  34. </footer>
  35. <div class="pages"></div>
  36. <script type="text/javascript">{% raw %}
  37. ready();
  38. {% endraw %}</script>
  39. </div>
  40. </body>
  41. </html>