comparison gpp/templates/bio/members.html @ 243:7ddd60164245

For #93: remove the page number from the URL. This commit fixes the shoutbox and member list. It also contains a change to downloads to add pagination to the new, popular, and highest rated views.
author Brian Neal <bgneal@gmail.com>
date Thu, 16 Sep 2010 01:06:43 +0000
parents cd4124b19196
children daa2916f5b34
comparison
equal deleted inserted replaced
242:7e8d2dda99e3 243:7ddd60164245
12 you can use our <a href="{% url haystack_search %}">search function</a> to search 12 you can use our <a href="{% url haystack_search %}">search function</a> to search
13 user profiles. 13 user profiles.
14 </p> 14 </p>
15 {% if page.object_list %} 15 {% if page.object_list %}
16 <ul class="tab-nav"> 16 <ul class="tab-nav">
17 <li><a href="{% url bio-members_full type='user' page=1 %}" 17 <li><a href="{% url bio-member_list type='user' %}"
18 {% ifequal type "user" %}class="active" {% endifequal %}>User</a></li> 18 {% ifequal type "user" %}class="active" {% endifequal %}>User</a></li>
19 <li><a href="{% url bio-members_full type='date' page=1 %}" 19 <li><a href="{% url bio-member_list type='date' %}"
20 {% ifequal type "date" %}class="active" {% endifequal %}>Date</a></li> 20 {% ifequal type "date" %}class="active" {% endifequal %}>Date</a></li>
21 </ul> 21 </ul>
22 22
23 {% include 'core/pagination.html' %} 23 {% include 'core/pagination.html' %}
24 <div class="members-list"> 24 <div class="members-list">