From 4f25124d92df3585fbfd6e189ffdb81a025e83b9 Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 22 Jan 2015 22:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/juser/user_list.html | 49 ++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/templates/juser/user_list.html b/templates/juser/user_list.html index e14f80f4a..af93ecdbe 100644 --- a/templates/juser/user_list.html +++ b/templates/juser/user_list.html @@ -67,23 +67,38 @@ {% endfor %} - - +
+
+
Showing 1 to 25 of 57 entries
+
+
+
+
    + {% if contacts.has_previous %} + + {% for page in p.page_range %} + {% ifequal offset1 page %} +
  • {{ page }}
  • + {% else %} +
  • {{ page }}
  • + {% endifequal %} + {% endfor %} + {% if contacts.has_next %} + +
+
+
+