Mercurial > public > sg101
comparison gpp/templates/downloads/download_list.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 | 2baadae33f2e |
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 %}Downloads: {{ category.title }}{% endblock %} | 3 {% block title %}Downloads: {{ category.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 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/tab-nav.css" /> | 6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/tab-nav.css" /> |
8 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/pagination.css" /> | 7 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/pagination.css" /> |
9 {% endblock %} | 8 {% endblock %} |
10 {% block custom_js %} | 9 {% block custom_js %} |
11 {% script_tags "jquery" %} | |
12 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script> | 10 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script> |
13 {% endblock %} | 11 {% endblock %} |
14 {% block content %} | 12 {% block content %} |
15 <h2>Downloads</h2> | 13 <h2>Downloads</h2> |
16 {% downloads_navigation %} | 14 {% downloads_navigation %} |