diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/board.html | 4 | ||||
-rw-r--r-- | cgi/templates/board.jp.html | 6 | ||||
-rw-r--r-- | cgi/templates/catalog.html | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html index 2f02408..4a94dc4 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -273,7 +273,7 @@ <hr /> <?py #endfor ?> - <div class="userdel"> + <div id="userdel"> Eliminar post <label>[<input type="checkbox" name="imageonly" id="imageonly" />Sólo imagen]</label> <br /> Clave <input type="password" name="password" size="8" /> <input name="deletepost" value="Eliminar" type="submit" /> @@ -282,7 +282,7 @@ </form> <?py if pagenav: ?> - <div class="pg">#{pagenav}</div> + <div id="pg">#{pagenav}</div> <?py #endif ?> <?py include('templates/base_bottom.html') ?> 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') ?> diff --git a/cgi/templates/catalog.html b/cgi/templates/catalog.html index d4822ae..204f43a 100644 --- a/cgi/templates/catalog.html +++ b/cgi/templates/catalog.html @@ -8,7 +8,6 @@ <a href="?sort=3">#{"<b>Más</b>" if i_sort == "3" else "Más"}</a> <a href="?sort=4">#{"<b>Menos</b>" if i_sort == "4" else "Menos"}</a>] [Tamaño: <a id="cat-size" href="#">Pequeño</a>] - [Texto: <a id="cat-hide" href="#">Ocultar</a>] [Filtrar: <input id="cat-srch" type="text"> <span id="hid-label" style="display:none;">[Hilos ocultos: <a id="hid-num" href="#"></a>]</span> </div> @@ -30,4 +29,4 @@ <?py #endfor ?> </div> <hr /> -<?py include('templates/base_bottom.html') ?>
\ No newline at end of file +<?py include('templates/base_bottom.html') ?> |