Mercurial > public > sg101
comparison gpp/templates/base.html @ 490:f0f3966ea44f
For #233, switched to asynchronous loading of the social media sharing javascript. Also switched to Facebook's javascript SDK instead of using an iframe for the like/share button.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 20 Oct 2011 00:36:37 +0000 |
parents | bbbc357ac5f3 |
children | 3800f3bcf4a8 |
comparison
equal
deleted
inserted
replaced
489:f785a646a5fc | 490:f0f3966ea44f |
---|---|
34 {% block custom_js %}{% endblock %} | 34 {% block custom_js %}{% endblock %} |
35 <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.cycle.all.min.js"></script> | 35 <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.cycle.all.min.js"></script> |
36 <script type="text/javascript" src="{{ STATIC_URL }}js/shoutbox.js"></script> | 36 <script type="text/javascript" src="{{ STATIC_URL }}js/shoutbox.js"></script> |
37 <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ STATIC_URL }}favicon.ico" /> | 37 <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ STATIC_URL }}favicon.ico" /> |
38 </head> | 38 </head> |
39 <body> | 39 <body>{% block begin_body %}{% endblock %} |
40 <div id="page" class="container"> | 40 <div id="page" class="container"> |
41 <div id="header" class="span-24"> | 41 <div id="header" class="span-24"> |
42 <p><a href="/" title="SG101 Home"><img src="{{ STATIC_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></a></p> | 42 <p><a href="/" title="SG101 Home"><img src="{{ STATIC_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></a></p> |
43 </div> | 43 </div> |
44 <div id="header-nav" class="span-24"> | 44 <div id="header-nav" class="span-24"> |
118 </p> | 118 </p> |
119 <p>Thanks to all the surf bands, past and present. And thanks to all the fans who care about and keep surf | 119 <p>Thanks to all the surf bands, past and present. And thanks to all the fans who care about and keep surf |
120 music alive.</p> | 120 music alive.</p> |
121 </div> | 121 </div> |
122 | 122 |
123 </div> | 123 </div>{% block end_body %}{% endblock %} |
124 </body> | 124 </body> |
125 </html> | 125 </html> |