Mercurial > public > sg101
comparison gpp/templates/potd/view.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 | 7b6540b185d9 |
comparison
equal
deleted
inserted
replaced
11:cc8eb028def1 | 12:f408971657b9 |
---|---|
5 {% block custom_css %} | 5 {% block custom_css %} |
6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/potd.css" /> | 6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/potd.css" /> |
7 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/comments.css" /> | 7 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/comments.css" /> |
8 {% endblock %} | 8 {% endblock %} |
9 {% block custom_js %} | 9 {% block custom_js %} |
10 {% script_tags "jquery" %} | |
11 {% script_tags "markitup" %} | 10 {% script_tags "markitup" %} |
12 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script> | 11 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script> |
13 {% endblock %} | 12 {% endblock %} |
14 {% block content %} | 13 {% block content %} |
15 <h2>Photo Of The Day</h2> | 14 <h2>Photo Of The Day</h2> |