comparison gpp/templates/downloads/download_summary.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
6 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/tab-nav.css" /> 6 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/tab-nav.css" />
7 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" /> 7 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" />
8 {% endblock %} 8 {% endblock %}
9 {% block custom_js %} 9 {% block custom_js %}
10 <script type="text/javascript" src="{{ STATIC_URL }}js/rating.js"></script> 10 <script type="text/javascript" src="{{ STATIC_URL }}js/rating.js"></script>
11 <script type="text/javascript" src="{{ STATIC_URL }}js/downloads-get.js"></script>
11 {% endblock %} 12 {% endblock %}
12 {% block content %} 13 {% block content %}
13 <h2>Downloads</h2> 14 <h2>Downloads</h2>
14 {% include 'downloads/navigation.html' %} 15 {% include 'downloads/navigation.html' %}
15 <h3>{{ title }}</h3> 16 <h3>{{ title }}</h3>