diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-05-04 09:51:22 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-05-04 09:51:22 +0200 |
| commit | 925eaabf42cbbbe2ceac8e1bb95c11ec8be5f375 (patch) | |
| tree | fdaa9c143ac3e10ac3d52d2957c75a0b06d77e74 /data/templates/list.htm | |
| parent | 35764754559c893569625c115707eb3bf73d1cfd (diff) | |
| download | phorkie-925eaabf42cbbbe2ceac8e1bb95c11ec8be5f375.tar.gz phorkie-925eaabf42cbbbe2ceac8e1bb95c11ec8be5f375.zip | |
use a real pager now
Diffstat (limited to 'data/templates/list.htm')
| -rw-r--r-- | data/templates/list.htm | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/data/templates/list.htm b/data/templates/list.htm index b92e588..d0732ea 100644 --- a/data/templates/list.htm +++ b/data/templates/list.htm @@ -8,24 +8,6 @@ {% endfor %} </ul> -<ul class="pager"> - {% if links.prev %} - <li class="previous"> - <a href="{{links.prev}}">← prev</a> - </li> - {% else %} - <li class="previous disabled"> - <a href="#">← prev</a> - </li> - {% endif %} - {% if links.next %} - <li class="next"> - <a href="{{links.next}}">next →</a> - </li> - {% else %} - <li class="next disabled"> - <a href="#">next →</a> - </li> - {% endif %} -</ul> + {% include 'pager.htm' %} + {% endblock %} |
