aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/board.jp.html
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-16 14:28:35 -0300
committerLibravatar Choom 2023-01-18 04:07:45 -0300
commit6abfc7494d0566aba5318bcfc2b4784727982a42 (patch)
tree73390b60fc1f3113489f4e2ca43b549a2451a7ff /cgi/templates/board.jp.html
parent1f988f01c7eee932ef7d2fb80de5a2b3792097d3 (diff)
downloadweabot-6abfc7494d0566aba5318bcfc2b4784727982a42.tar.gz
weabot-6abfc7494d0566aba5318bcfc2b4784727982a42.tar.xz
weabot-6abfc7494d0566aba5318bcfc2b4784727982a42.zip
Fix css mobile
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 b33e42c..0c013ae 100644
--- a/cgi/templates/board.jp.html
+++ b/cgi/templates/board.jp.html
@@ -207,7 +207,7 @@
<small>${post['expires_formatted']}頃消えます</small>
<?py #endif ?>
<?py if not post['parentid'] and not replythread: ?>
- [<a href="#{boards_url}#{board}/res/#{post['id']}.html" class="hsbn">Responder</a>]
+ [<a href="#{boards_url}#{board}/res/#{post['id']}.html" class="hsbn">返信</a>]
<?py if not post['file']: ?>
[<a href="#" class="tt">スレを隠す</a>]
<?py #endif ?>
@@ -271,7 +271,7 @@
<hr />
<?py #endfor ?>
- <div class="userdel">
+ <div id="userdel">
【記事削除】<label>[<input type="checkbox" name="imageonly" id="imageonly" />画像だけ消す]</label>
<br />
削除キー<input type="password" name="password" size="8" /> <input name="deletepost" value="削除" type="submit" />
@@ -280,7 +280,7 @@
</form>
<?py if pagenav: ?>
- <div class="pg">#{pagenav}</div>
+ <div id="pg">#{pagenav}</div>
<?py #endif ?>
<?py include('templates/base_bottom.html') ?>