From f7f046bf137027c9537ae30cbf2bfe83d82ce9f3 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 3 Apr 2015 19:01:15 -0700 Subject: [PATCH] Commit some forgotten mod.php templates --- templates/mod/tags.html | 27 +++++++++++++++++++++++++++ templates/mod/volunteers.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 templates/mod/tags.html create mode 100644 templates/mod/volunteers.html diff --git a/templates/mod/tags.html b/templates/mod/tags.html new file mode 100644 index 00000000..f643667b --- /dev/null +++ b/templates/mod/tags.html @@ -0,0 +1,27 @@ +
+
+

Please read carefully: The settings below help users discover your board by giving it certain tags and by marking it as NSFW or not.

+

If your board is not really safe-for-work and you mark it as SFW, your privilege to categorize your board may be revoked.

+

Please take care not to grossly mistag your board. For example, don't tag a literature board as videogames. If we feel that the tags you've given your board are not appropriate for your board and are degrading the ability for users to discover boards, we may revoke your access to this page. Please note: if we do this, your board will not be affected, nor will you be banned from 8chan.co. It's just a ban from the tag system.

+ + + + + +{% for tag in tags %} + + + +{% endfor %} +{% if tags|length < 5 %} + {% for i in range(tags|length+1, 5) %} + + + + {% endfor %} +{% endif %} + +
SFW?
Tag {{loop.index}}
Tag {{i}}
+

+
+
diff --git a/templates/mod/volunteers.html b/templates/mod/volunteers.html new file mode 100644 index 00000000..f05668f1 --- /dev/null +++ b/templates/mod/volunteers.html @@ -0,0 +1,29 @@ + +
+
+ +

{% trans %}New user{% endtrans %}

+

A maximum of ten board volunteers is enforced. Please make sure to give them all secure passwords. A board volunteer can do everything you can do, with the exception of viewing this page, the banners page, and the board settings page.

+ + + +
UsernamePassword
+

+
+
+ +

Current volunteers

+
+ + + +{% for volunteer in volunteers %} + + + +{% endfor %} + +
{{volunteer.username}}
+

+
+