aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/board.jp.html
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-13 21:13:09 -0300
committerLibravatar Choom 2022-12-13 22:15:24 -0300
commit5ef5827e02f20fb59e92ac8e88fba85103442b1f (patch)
treed756b52d77407f1dd8ee2e399bfd8872209852eb /cgi/templates/board.jp.html
parentffd2b09b25c61b285169557b93277e7c1476cd4f (diff)
downloadweabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.tar.gz
weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.tar.xz
weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.zip
Agregado buscador a IB
Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB
Diffstat (limited to 'cgi/templates/board.jp.html')
-rw-r--r--cgi/templates/board.jp.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/cgi/templates/board.jp.html b/cgi/templates/board.jp.html
index d0c2dd0..044d9f6 100644
--- a/cgi/templates/board.jp.html
+++ b/cgi/templates/board.jp.html
@@ -100,7 +100,7 @@
<?py #endif ?>
<tr class="pass">
<td class="postblock">削除キー</td>
- <td><input type="password" name="password" size="8" accesskey="p" /> (削除用)</td>
+ <td><input type="password" name="password" size="8" accesskey="p" /> (削除用)</form></td>
</tr>
<tr>
<td colspan="2" id="rules">
@@ -114,11 +114,16 @@
<li>スレは<b>#{maxage}</b>日間経つと自動的に消されられます.</li>
<?py #endif ?>
<li><a href="/guia.html">使い方</a> · <a href="/faq.html">よくある質問</a> · <a href="/bai/">管理人への連絡</a></li>
+ <li id="search"><form method="get" action="/tools/search.py" style="display: inline-block;"><input type="hidden" name="board" value="${board}"><label for="searchin">検索:</label><input type="text" name="q" id="searchin" value="" size="10"> <input type="submit" value="GO"></form>
+ <?py if not force_css: ?>
+ · <span>スタイル:<select id="styles">
+ <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?>
+ </select></span>
+ <?py #endif ?></li>
</ul>
</td>
</tr>
</table>
-</form>
</div>
<hr />
<?py if postarea_extra: ?>