Mercurial > public > sg101
view gpp/templates/downloads/navigation.html @ 404:41411066b16d
Fixing #199; redid the downloads so the user has more control about how to save the file.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Mar 2011 23:21:17 +0000 |
parents | 88b2b9cb8c1f |
children |
line wrap: on
line source
{% load url from future %} <div class="app-logo"> <img src="{{ STATIC_URL }}icons/downloads-logo.jpg" alt="Downloads Logo" title="Downloads" /> </div> <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-add' %}">Add</a></li> </ul> <br />