Mercurial > public > sg101
view gpp/templates/downloads/navigation.html @ 12:f408971657b9
Changed the shoutbox: posts are now made by Ajax. The smiley farm is loaded only on demand. jQuery is now in the base template. May add scrolling later.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 15 Apr 2009 01:13:17 +0000 |
parents | dbd703f7d63a |
children | db40c2754580 |
line wrap: on
line source
<form id="downloads-search" action="{% url downloads-search page=1 %}" method="post"> <p>{{ search_form.text }} <input type="submit" value="Search" /></p> </form> <ul class="app-menu"> <li><a href="{% url downloads-index %}">Categories</a></li> <li><a href="{% url downloads-new %}">New</a></li> <li><a href="{% url downloads-popular %}">Popular</a></li> <li><a href="{% url downloads-rating %}">Highest Rated</a></li> <li><a href="{% url downloads-random %}">Random</a></li> <li><a href="{% url downloads-add %}">Add</a></li> </ul>