The version of vichan running on lainchan.org
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
237B

  1. {% if config.attention_bar %}
  2. <div id="attention_bar"></div>
  3. <form method="post" action="{{ config.root }}attentionbar.php" id="attention_bar_form">
  4. <input id="attention_bar_input" name="text" value="" type="text">
  5. </form>
  6. {% endif %}