comparison gpp/templates/base.html @ 272:4557974db0e0

For #114, committing a new shoutbox based on the jquery cycle plugin for user feedback.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 19:08:31 +0000
parents 5232d5808057
children daa2916f5b34
comparison
equal deleted inserted replaced
271:4746df47a538 272:4557974db0e0
23 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/shoutbox.css" /> 23 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/shoutbox.css" />
24 {% script_tags "jquery" %} 24 {% script_tags "jquery" %}
25 {% block custom_head %}{% endblock %} 25 {% block custom_head %}{% endblock %}
26 {% block custom_css %}{% endblock %} 26 {% block custom_css %}{% endblock %}
27 {% block custom_js %}{% endblock %} 27 {% block custom_js %}{% endblock %}
28 {% if user.is_authenticated %} 28 <script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.cycle.all.min.js"></script>
29 <script type="text/javascript" src="{{ MEDIA_URL }}js/shoutbox.js"></script> 29 <script type="text/javascript" src="{{ MEDIA_URL }}js/shoutbox.js"></script>
30 {% endif %}
31 <!-- <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> --> 30 <!-- <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> -->
32 </head> 31 </head>
33 <body> 32 <body>
34 <div id="page" class="container"> 33 <div id="page" class="container">
35 <div id="header" class="span-24"> 34 <div id="header" class="span-24">