Mercurial > public > sg101
comparison gpp/templates/shoutbox/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 | 777451a98f9d |
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/shoutbox_app.css" /> | 6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/shoutbox_app.css" /> |
7 <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" /> |
8 {% endblock %} | 8 {% endblock %} |
9 {% block custom_js %} | 9 {% block custom_js %} |
10 {% script_tags "jquery" %} | |
11 {% script_tags "jquery-jeditable" %} | 10 {% script_tags "jquery-jeditable" %} |
12 <script type="text/javascript" src="{{ MEDIA_URL }}js/shoutbox_app.js"></script> | 11 <script type="text/javascript" src="{{ MEDIA_URL }}js/shoutbox_app.js"></script> |
13 {% endblock %} | 12 {% endblock %} |
14 {% block title %}Shout History{% endblock %} | 13 {% block title %}Shout History{% endblock %} |
15 {% block content %} | 14 {% block content %} |