diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/board.0.html | 6 | ||||
-rw-r--r-- | cgi/templates/board.html | 6 | ||||
-rw-r--r-- | cgi/templates/board.jp.html | 6 | ||||
-rw-r--r-- | cgi/templates/home.html | 9 | ||||
-rw-r--r-- | cgi/templates/txt_board.en.html | 4 | ||||
-rw-r--r-- | cgi/templates/txt_board.html | 7 | ||||
-rw-r--r-- | cgi/templates/txt_thread.html | 1 |
7 files changed, 21 insertions, 18 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> diff --git a/cgi/templates/board.html b/cgi/templates/board.html index 6254bd5..6cf10b1 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -115,7 +115,7 @@ <?py if maxage: ?> <li>Los hilos son automáticamente eliminados a los <b>#{maxage}</b> días de edad.</li> <?py #endif ?> - <li>¿Eres nuevo? <a href="/guia.html" target="_blank">Leer antes de postear</a> · <a href="/faq.html" target="_blank">Preguntas frecuentes</a> · <a href="/bai/" target="_blank">Contacto</a></li> + <li>¿Eres nuevo? <a href="/guia.html">Cómo postear</a> · <a href="/faq.html">Preguntas frecuentes</a> · <a href="/bai/">Contacto</a> · <a href="/userconf.html">Configurar</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">Buscar: </label><input type="text" name="q" id="searchin" value="" size="10"> <input id="searchbtn" type="submit" value="Ir"></form></li> </ul> </td> @@ -236,9 +236,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">(Post muy largo... Presiona <a href="#{boards_url}#{board}/res/#{post['id'] if not post['parentid'] else post['parentid']}.html##{post['id']}">aquí</a> para verlo completo.)</blockquote> 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> diff --git a/cgi/templates/home.html b/cgi/templates/home.html index 295ddd1..6ce21fe 100644 --- a/cgi/templates/home.html +++ b/cgi/templates/home.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Bienvenido a Internet BBS/IB</title> <link rel="shortcut icon" href="favicon.ico" /> - <link rel="stylesheet" type="text/css" href="/home.css?v=4" /> + <link rel="stylesheet" type="text/css" href="/home.css?v=5" /> <script type="text/javascript" src="#{static_url}js/home.js?v=4"></script> </head> <body class="home"> @@ -71,7 +71,12 @@ </div> </div> <hr /> - <div id="links"><a href="/" target="_top"><b>Portada</b></a> · <a href="/guia.html"><b>¿Eres nuevo?</b></a> · <a href="/faq.html"><b>Preguntas Frecuentes</b></a></div> + <div id="links"> + <a href="/" target="_top">Portada</a> + · <a href="/guia.html">¿Eres nuevo?</a> + · <a href="/faq.html">Preguntas Frecuentes</a> + · <a href="/userconf.html">Configurar</a> + </div> <div id="extra"> <a href="/bai.html" target="_top">Frame</a> · <a href="/movil.html">BaI Móvil</a> · diff --git a/cgi/templates/txt_board.en.html b/cgi/templates/txt_board.en.html index 567ef8e..f34dc27 100644 --- a/cgi/templates/txt_board.en.html +++ b/cgi/templates/txt_board.en.html @@ -13,7 +13,7 @@ <?py #endif ?> <form method="get" action="/tools/search.py" id="search"><input type="text" name="q" value="" /><input type="hidden" name="board" value="#{board}" /><input type="submit" value="Search active posts" /><input type="submit" value="Search archives" formaction="/tools/search_kako.py" /></form> </div> - <div class="innerbox" id="bailinks"><b>¿Eres nuevo?</b> <a href="/guia.html" target="_blank"><b>Cómo postear</b></a> | <a href="/faq.html" target="_blank"><b>Preguntas frecuentes</b></a> | <a href="/bai/" target="_blank"><b>Contacto</b></a></div> + <div class="innerbox" id="bailinks"><b>¿Eres nuevo?</b> <a href="/guia.html"><b>Cómo postear</b></a> | <a href="/faq.html"><b>Preguntas frecuentes</b></a> | <a href="/bai/"><b>Contacto</b></a> | <a href="/userconf.html"><b>Configurar</b></a></div> </div> <?py if postarea_extra: ?> <div class="outerbox"><div class="innerbox">#{postarea_extra}</div></div> @@ -91,7 +91,7 @@ <div class="formpad"> <div id="preview#{thread['id']}" class="msg" style="display:none"></div> <textarea name="message" cols="70" rows="6"></textarea> - <?py if allow_image_replies: ?><br /><input type="file" name="file" /><?py #endif ?> + <?py if allow_image_replies: ?><input type="file" name="file" /><?py #endif ?> <?py else: ?> <form class="postform"><div class="locked"><b>Thread has been closed. You cannot reply anymore.</b></div><div class="formpad"> <?py #endif ?> diff --git a/cgi/templates/txt_board.html b/cgi/templates/txt_board.html index 843625a..2e87819 100644 --- a/cgi/templates/txt_board.html +++ b/cgi/templates/txt_board.html @@ -13,7 +13,7 @@ <?py #endif ?> <form method="get" action="/tools/search.py" id="search"><input type="text" name="q" value="" /><input type="hidden" name="board" value="#{board}" /><input type="submit" value="Buscar en mensajes activos" /><input type="submit" value="Buscar en archivo" formaction="/tools/search_kako.py" /></form> </div> - <div class="innerbox" id="bailinks"><b>¿Eres nuevo?</b> <a href="/guia.html" target="_blank"><b>Cómo postear</b></a> | <a href="/faq.html" target="_blank"><b>Preguntas frecuentes</b></a> | <a href="/bai/" target="_blank"><b>Contacto</b></a></div> + <div class="innerbox" id="bailinks"><b>¿Eres nuevo?</b> <a href="/guia.html"><b>Cómo postear</b></a> | <a href="/faq.html"><b>Preguntas frecuentes</b></a> | <a href="/bai/"><b>Contacto</b></a> | <a href="/userconf.html"><b>Configurar</b></a></div> </div> <?py if postarea_extra: ?> <div class="outerbox"><div class="innerbox">#{postarea_extra}</div></div> @@ -77,8 +77,7 @@ <img src="#{'/static/' if post['thumb'].startswith('mime') else ('/'+board+'/thumb/')}#{post['thumb']}" width="#{post['thumb_width']}" height="#{post['thumb_height']}" title="${post['file']}-(${post['file_size']} B)" /> </a> <?py #endif ?> - <div class="msg"> - #{post['message']} + <div class="msg">#{post['message']} <?py if post['shortened']: ?> <div class="abbrev">(Post muy largo... Presiona <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/#{post['num']}">aquí</a> para verlo completo.)</div> <?py #endif ?> @@ -95,7 +94,7 @@ <div class="formpad"> <div id="preview#{thread['id']}" class="msg" style="display:none"></div> <textarea name="message" cols="70" rows="6"></textarea> - <?py if allow_image_replies: ?><br /><input type="file" name="file" /><?py #endif ?> + <?py if allow_image_replies: ?><input type="file" name="file" /><?py #endif ?> <?py else: ?> <form class="postform"><div class="locked"><b>El hilo ha sido cerrado. Ya no se puede postear en él.</b></div><div class="formpad"> <?py #endif ?> diff --git a/cgi/templates/txt_thread.html b/cgi/templates/txt_thread.html index 8375d27..a013b88 100644 --- a/cgi/templates/txt_thread.html +++ b/cgi/templates/txt_thread.html @@ -99,7 +99,6 @@ <div id="preview#{thread['id']}" class="msg" style="display:none"></div> <textarea name="message" cols="80" rows="7" accesskey="m"></textarea> <?py if allow_image_replies: ?> - <br /> <input type="file" name="file" accesskey="i" /> <?py #endif ?> <?py else: ?> |