diff options
Diffstat (limited to 'cgi/templates/board.jp.html')
-rw-r--r-- | cgi/templates/board.jp.html | 6 |
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> |