comparison gpp/templates/downloads/download_detail.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
9 {% endblock %} 9 {% endblock %}
10 {% block custom_js %} 10 {% block custom_js %}
11 {% script_tags "markitup jquery-ui" %} 11 {% script_tags "markitup jquery-ui" %}
12 <script type="text/javascript" src="{{ STATIC_URL }}js/comments.js"></script> 12 <script type="text/javascript" src="{{ STATIC_URL }}js/comments.js"></script>
13 <script type="text/javascript" src="{{ STATIC_URL }}js/rating.js"></script> 13 <script type="text/javascript" src="{{ STATIC_URL }}js/rating.js"></script>
14 <script type="text/javascript" src="{{ STATIC_URL }}js/downloads-get.js"></script>
14 {% endblock %} 15 {% endblock %}
15 {% block content %} 16 {% block content %}
16 <h2>Downloads</h2> 17 <h2>Downloads</h2>
17 {% include 'downloads/navigation.html' %} 18 {% include 'downloads/navigation.html' %}
18 <h3>Download Details For {{ download.title }}</h3> 19 <h3>Download Details For {{ download.title }}</h3>