aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/board.0.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/board.0.html')
-rw-r--r--cgi/templates/board.0.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/templates/board.0.html b/cgi/templates/board.0.html
index 5be1e28..9093386 100644
--- a/cgi/templates/board.0.html
+++ b/cgi/templates/board.0.html
@@ -113,7 +113,7 @@
<?py if maxage: ?>
<li>fadenoj estas senditaj al la mortoĉambro post <b>#{maxage}</b> tagoj.</li>
<?py #endif ?>
- <li>unuafoje? <a href="/guia.html" target="_blank">kiel uzi</a> · <a href="/faq.html" target="_blank">oftaj demandoj</a> · <a href="/bai/" target="_blank">burokratio</a></li>
+ <li>unuafoje? <a href="/guia.html">kiel uzi</a> · <a href="/faq.html">oftaj demandoj</a> · <a href="/bai/">burokratio</a> · <a href="/userconf.html">agordoj</a></li>
<li>konekti vian estaĵo, ŝlosita <a href="mailto:burocracia@bienvenidoainternet.org">en ekziston</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">foliumi: </label><input type="text" name="q" id="searchin" value="" size="10"> <input id="searchbtn" type="submit" value="iru"></form></li>
</ul>
@@ -219,9 +219,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">(parolas tro multe... klaku <a href="#{boards_url}#{board}/res/#{post['id'] if not post['parentid'] else post['parentid']}.html">ĉi tie</a> por vidi.)</blockquote>