aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/board.jp.html
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-28 00:52:56 -0300
committerLibravatar Choom 2023-02-02 00:39:27 -0300
commit081ddc03aef7becc3b084a9079a2574fd3e3b49b (patch)
treea6ca793a0c21917d3774778c0a14f65a8c678113 /cgi/templates/board.jp.html
parentd0d6b8ebff31d2306a040dc9c53f9e5e7a0ec7a0 (diff)
downloadweabot-081ddc03aef7becc3b084a9079a2574fd3e3b49b.tar.gz
weabot-081ddc03aef7becc3b084a9079a2574fd3e3b49b.tar.xz
weabot-081ddc03aef7becc3b084a9079a2574fd3e3b49b.zip
userconf
Diffstat (limited to 'cgi/templates/board.jp.html')
-rw-r--r--cgi/templates/board.jp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/templates/board.jp.html b/cgi/templates/board.jp.html
index 5ce2017..dc9a30e 100644
--- a/cgi/templates/board.jp.html
+++ b/cgi/templates/board.jp.html
@@ -117,7 +117,7 @@
<?py if maxage: ?>
<li>スレは<b>#{maxage}</b>日間経つと自動的に消されられます.</li>
<?py #endif ?>
- <li><a href="/guia.html" target="_blank">使い方</a> · <a href="/faq.html" target="_blank">よくある質問</a> · <a href="/bai/" target="_blank">管理人への連絡</a></li>
+ <li><a href="/guia.html">使い方</a> · <a href="/faq.html">よくある質問</a> · <a href="/bai/">管理人への連絡</a> · <a href="/userconf.html">設定</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 id="searchbtn" type="submit" value="GO"></form></li>
</ul>
</td>
@@ -238,9 +238,9 @@
</a>
<?py #endif ?>
<?py if post['thumb_width'] and post['parentid']: ?>
- <blockquote style="margin-left:#{post['thumb_width']+40}px;">#{post['message']}</blockquote>
+ <blockquote class="msg" style="margin-left:#{post['thumb_width']+40}px;">#{post['message']}</blockquote>
<?py else: ?>
- <blockquote>#{post['message']}</blockquote>
+ <blockquote class="msg">#{post['message']}</blockquote>
<?py #endif ?>
<?py if not replythread and post['shortened']: ?>
<blockquote class="abbrev">(投稿は長すぎ... 全部読むには<a href="#{boards_url}#{board}/res/#{post['id'] if post['parentid'] == "0" else post['parentid']}.html##{post['id']}">こっちら</a>へ)</blockquote>