The version of vichan running on lainchan.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
786B

  1. <div id="post-moderation-fields">
  2. {% if config.allow_delete %}
  3. <div id="delete-fields">
  4. {% trans %}Delete Post{% endtrans %} [<input title="Delete file only" type="checkbox" name="file" id="delete_file" />
  5. <label for="delete_file">{% trans %}File{% endtrans %}</label>] <label for="password">{% trans %}Password{% endtrans %}</label>
  6. <input id="password" type="password" name="password" size="12" maxlength="18" />
  7. <input type="submit" name="delete" value="{% trans %}Delete{% endtrans %}" />
  8. </div>
  9. {% endif %}
  10. <div id="report-fields">
  11. <label for="reason">{% trans %}Reason{% endtrans %}</label>
  12. <input id="reason" type="text" name="reason" size="20" maxlength="30" />
  13. <input type="submit" name="report" value="{% trans %}Report{% endtrans %}" />
  14. </div>
  15. </div>