Mercurial > public > sg101
comparison gpp/templates/downloads/download_summary.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 | b6263ac72052 |
children | 27bee3ac85e6 |
comparison
equal
deleted
inserted
replaced
11:cc8eb028def1 | 12:f408971657b9 |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load downloads_tags %} | 2 {% load downloads_tags %} |
3 {% load script_tags %} | |
4 {% block title %}{{ title }}{% endblock %} | 3 {% block title %}{{ title }}{% endblock %} |
5 {% block custom_css %} | 4 {% block custom_css %} |
6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/downloads.css" /> | 5 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/downloads.css" /> |
7 {% endblock %} | 6 {% endblock %} |
8 {% block custom_js %} | 7 {% block custom_js %} |
9 {% script_tags "jquery" %} | |
10 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script> | 8 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script> |
11 {% endblock %} | 9 {% endblock %} |
12 {% block content %} | 10 {% block content %} |
13 <h2>Downloads</h2> | 11 <h2>Downloads</h2> |
14 {% downloads_navigation %} | 12 {% downloads_navigation %} |