comparison gpp/templates/downloads/download_list.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
comparison
equal deleted inserted replaced
403:6e425c9b9d16 404:41411066b16d
7 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/tab-nav.css" /> 7 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/tab-nav.css" />
8 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" /> 8 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" />
9 {% endblock %} 9 {% endblock %}
10 {% block custom_js %} 10 {% block custom_js %}
11 <script type="text/javascript" src="{{ STATIC_URL }}js/rating.js"></script> 11 <script type="text/javascript" src="{{ STATIC_URL }}js/rating.js"></script>
12 <script type="text/javascript" src="{{ STATIC_URL }}js/downloads-get.js"></script>
12 {% endblock %} 13 {% endblock %}
13 {% block content %} 14 {% block content %}
14 <h2>Downloads</h2> 15 <h2>Downloads</h2>
15 {% include 'downloads/navigation.html' %} 16 {% include 'downloads/navigation.html' %}
16 <h3>Category: {{ category.title }}</h3> 17 <h3>Category: {{ category.title }}</h3>