Mercurial > public > sg101
comparison gpp/templates/shoutbox/shoutbox.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 | 6a5549c2efb5 |
children | 85f81377bb5b |
comparison
equal
deleted
inserted
replaced
242:7e8d2dda99e3 | 243:7ddd60164245 |
---|---|
8 <span class="shoutbox-shout">{{ shout.html|safe }}</span> | 8 <span class="shoutbox-shout">{{ shout.html|safe }}</span> |
9 <span class="shoutbox-date">{{ shout.shout_date|date:"D M d Y H:i:s" }}</span> | 9 <span class="shoutbox-date">{{ shout.shout_date|date:"D M d Y H:i:s" }}</span> |
10 </p> | 10 </p> |
11 {% endfor %} | 11 {% endfor %} |
12 </div> | 12 </div> |
13 <center><a href="{% url shoutbox-history page=1 %}">Shout History</a></center> | 13 <center><a href="{% url shoutbox-history %}">Shout History</a></center> |
14 {% if user.is_authenticated %} | 14 {% if user.is_authenticated %} |
15 <center> | 15 <center> |
16 <div> | 16 <div> |
17 <input type="text" maxlength="2048" size="13" name="msg" value="" id="shoutbox-smiley-input" /> | 17 <input type="text" maxlength="2048" size="13" name="msg" value="" id="shoutbox-smiley-input" /> |
18 <br /> | 18 <br /> |