181 lines
7.0 KiB
HTML
Executable File
181 lines
7.0 KiB
HTML
Executable File
<form name="post" onsubmit="return dopost(this);" enctype="multipart/form-data" action="{{ config.post_url }}" method="post">
|
|
{{ antibot.html() }}
|
|
{% if id %}<input type="hidden" name="thread" value="{{ id }}">{% endif %}
|
|
{{ antibot.html() }}
|
|
<input type="hidden" name="board" value="{{ board.uri }}">
|
|
{{ antibot.html() }}
|
|
{% if mod %}<input type="hidden" name="mod" value="1">{% endif %}
|
|
<table>
|
|
{% if not config.field_disable_name or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr>
|
|
<th>
|
|
{% trans %}Name{% endtrans %}
|
|
{{ antibot.html() }}
|
|
</th>
|
|
<td>
|
|
<input type="text" name="name" size="25" maxlength="35" autocomplete="off">
|
|
{{ antibot.html() }}
|
|
</td>
|
|
</tr>{% endif %}
|
|
{% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr>
|
|
<th>
|
|
{% trans %}Email{% endtrans %}
|
|
{{ antibot.html() }}
|
|
</th>
|
|
<td>
|
|
<input type="text" name="email" size="25" maxlength="40" autocomplete="off">
|
|
{{ antibot.html() }}
|
|
{% if not (not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %}
|
|
<input accesskey="s" style="margin-left:2px;" type="submit" name="post" value="{% if id %}{{ config.button_reply }}{% else %}{{ config.button_newtopic }}{% endif %}" />{% if config.spoiler_images %} <input id="spoiler" name="spoiler" type="checkbox"> <label for="spoiler">{% trans %}Spoiler Image{% endtrans %}</label>{% endif %}
|
|
{% endif %}
|
|
</td>
|
|
</tr>{% endif %}
|
|
{% if not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr>
|
|
<th>
|
|
{% trans %}Subject{% endtrans %}
|
|
{{ antibot.html() }}
|
|
</th>
|
|
<td>
|
|
<input style="float:left;" type="text" name="subject" size="25" maxlength="100" autocomplete="off">
|
|
<input accesskey="s" style="margin-left:2px;" type="submit" name="post" value="{% if id %}{{ config.button_reply }}{% else %}{{ config.button_newtopic }}{% endif %}" />{% if config.spoiler_images %} <input id="spoiler" name="spoiler" type="checkbox"> <label for="spoiler">{% trans %}Spoiler Image{% endtrans %}</label>{% endif %}
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
<tr>
|
|
<th>
|
|
{% trans %}Comment{% endtrans %}
|
|
{{ antibot.html() }}
|
|
</th>
|
|
<td>
|
|
<textarea name="body" id="body" rows="5" cols="35"></textarea>
|
|
{{ antibot.html() }}
|
|
{% if not (not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %}
|
|
{% if not (not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %}
|
|
<input accesskey="s" style="margin-left:2px;" type="submit" name="post" value="{% if id %}{{ config.button_reply }}{% else %}{{ config.button_newtopic }}{% endif %}" />{% if config.spoiler_images %} <input id="spoiler" name="spoiler" type="checkbox"> <label for="spoiler">{% trans %}Spoiler Image{% endtrans %}</label>{% endif %}
|
|
{% endif %}
|
|
{% endif %}
|
|
</td>
|
|
</tr>
|
|
{% if config.recaptcha %}
|
|
<tr>
|
|
<th>
|
|
{% trans %}Verification{% endtrans %}
|
|
{{ antibot.html() }}
|
|
</th>
|
|
<td>
|
|
<script type="text/javascript" src="//www.google.com/recaptcha/api/challenge?k={{ config.recaptcha_public }}"></script>
|
|
{{ antibot.html() }}
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
{% if config.imgcaptcha %}
|
|
<tr>
|
|
<th>
|
|
{% trans %}Verification{% endtrans %}
|
|
{{ antibot.html() }}
|
|
</th>
|
|
<td>
|
|
<input type="hidden" name="imgcaptcha_hash" id="imgcaptcha_hash" value="kucaj stad, kucu hakierze">
|
|
<img src="{{ config.imgcaptcha_filler }}" width="{{ config.imgcaptcha_width }}px" height="{{ config.imgcaptcha_height }}px" id="imgcaptcha_img"></img><br>
|
|
{{ config.imgcaptcha_question }} <input type="text" name="imgcaptcha_verify" id="imgcaptcha_verify" value=""></input><br>
|
|
<a href="javascript:ic_odswiezKapcze()">Odswiez</a>
|
|
{{ antibot.html() }}
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
<tr>
|
|
<th>
|
|
{% trans %}File{% endtrans %}
|
|
</th>
|
|
<td>
|
|
<input type="file" name="file">
|
|
{{ antibot.html() }}
|
|
</td>
|
|
</tr>
|
|
{% if config.enable_embedding %}
|
|
<tr>
|
|
<th>
|
|
{% trans %}Embed{% endtrans %}
|
|
{{ antibot.html() }}
|
|
</th>
|
|
<td>
|
|
<input type="text" name="embed" size="30" maxlength="120" autocomplete="off">
|
|
{{ antibot.html() }}
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
{% if mod %}
|
|
<tr>
|
|
<th>
|
|
{% trans %}Flags{% endtrans %}
|
|
</th>
|
|
<td>
|
|
{% if not id and post.mod|hasPermission(config.mod.sticky, board.uri) %}<div>
|
|
<label for="sticky">{% trans %}Sticky{% endtrans %}</label>
|
|
<input title="{% trans %}Sticky{% endtrans %}" type="checkbox" name="sticky" id="sticky"><br>
|
|
</div>{% endif %}
|
|
{% if not id and post.mod|hasPermission(config.mod.lock, board.uri) %}<div>
|
|
<label for="lock">{% trans %}Lock{% endtrans %}</label><br>
|
|
<input title="{% trans %}Lock{% endtrans %}" type="checkbox" name="lock" id="lock">
|
|
</div>{% endif %}
|
|
{% if post.mod|hasPermission(config.mod.rawhtml, board.uri) %}<div>
|
|
<label for="raw">{% trans %}Raw HTML{% endtrans %}</label><br>
|
|
<input title="{% trans %}Raw HTML{% endtrans %}" type="checkbox" name="raw" id="raw">
|
|
</div>{% endif %}
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
{% if not config.field_disable_password or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr>
|
|
<th>
|
|
{% trans %}Password{% endtrans %}
|
|
{{ antibot.html() }}
|
|
</th>
|
|
<td>
|
|
<input type="password" name="password" size="12" maxlength="18" autocomplete="off">
|
|
<span class="unimportant">{% trans %}(For file deletion.){% endtrans %}</span>
|
|
{{ antibot.html() }}
|
|
</td>
|
|
</tr>{% endif %}
|
|
</table>
|
|
{{ antibot.html(true) }}
|
|
<input type="hidden" name="hash" value="{{ antibot.hash() }}">
|
|
</form>
|
|
|
|
<div style='float: left;' id='_waudiv'>
|
|
<script id="_waukts">
|
|
_waufun = function() {
|
|
$("#_wauscr").remove();
|
|
$("#_waudiv div").remove();
|
|
|
|
WAU_ren = undefined;
|
|
_wau = [["classic", "569e2sx122oe", "kts"]];
|
|
|
|
var s=document.createElement("script");
|
|
s.async=true;
|
|
s.id="_wauscr";
|
|
s.src="http://widgets.amung.us/classic.js?"+Math.random();
|
|
document.getElementsByTagName("head")[0].appendChild(s);
|
|
|
|
setInterval(_waufun, 3600000);
|
|
};
|
|
|
|
_waufun();
|
|
</script>
|
|
</div>
|
|
<div style='float: left; text-align: center; margin: 5px;'>
|
|
<strong><a href='http://webchat.6irc.net/?channels=vichan-int-{{ board.uri }}&nick=Anon....'>
|
|
IRC: #vichan-int-{{ board.uri }}</strong>
|
|
<br><small>New thread preview live and discussion</small></a>
|
|
</div>
|
|
<div style='float: left; text-align: center; margin: 5px; width: 230px;'>
|
|
<strong><a href='http://webchat.6irc.net/?channels=vichan-int-{{ board.uri }}-full&nick=Anon....'>
|
|
IRC: #vichan-int-{{ board.uri }}-full</strong>
|
|
<br><small>All new posts preview live</small></a>
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript">{% raw %}
|
|
rememberStuff();
|
|
{% endraw %}</script>
|
|
|
|
|