From d1fad22d3798fe21892e5ce67cf0df9817cea90e Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 13 Nov 2014 00:15:06 +0000 Subject: [PATCH] Update index template for new boardlist --- templates/index.html | 47 ++++++++++++++++++++------------------------ 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/templates/index.html b/templates/index.html index 49992430..8c696dca 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,12 +14,30 @@ {% include 'header.html' %} {{ board.url }} - {{ board.title|e }} - + +
+ {% if config.page_nav_top %} +
+ + [ + {% for page in pages %} + {{ page.num }} {% if not loop.last %}/ {% endif %} + {% endfor %} + ] + + + {% if config.catalog_link %} + + [ Catalog ] + + {% endif %} +
+ {% endif %} {{ boardlist.top }} - +
{% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %} - +

{{ board.url }} - {{ board.title|e }}

@@ -44,18 +62,6 @@ {% include 'boardlist.html' %} {% endif %} - {% if config.page_nav_top %} -
- {% for page in pages %} - [{{ page.num }}]{% if loop.last %} {% endif %} - {% endfor %} - {{ btn.next }} - {% if config.catalog_link %} - | Catalog - {% endif %} -
- {% endif %} - {% if config.global_message %}
{{ config.global_message }}
{% endif %}
@@ -65,17 +71,6 @@ {% include 'report_delete.html' %}
-
- {{ btn.prev }} {% for page in pages %} - [{{ page.num }}]{% if loop.last %} {% endif %} - {% endfor %} {{ btn.next }} - {% if config.catalog_link %} - | Catalog - {% endif %} -
- - {{ boardlist.bottom }} - {{ config.ad.bottom }}