annotate gpp/templates/base.html @ 475:772ce9385b85

Putting the 50 years of surf music banner on the base template so all pages get it.
author Brian Neal <bgneal@gmail.com>
date Tue, 06 Sep 2011 22:40:34 +0000
parents d0f0800eef0c
children 737a0c261a77
rev   line source
gremmie@1 1 <?xml version="1.0" encoding="UTF-8"?>
gremmie@1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
gremmie@1 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
gremmie@1 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
bgneal@323 5 {% load url from future %}
gremmie@1 6 {% load shoutbox_tags %}
gremmie@1 7 {% load irc_tags %}
gremmie@1 8 {% load potd_tags %}
gremmie@1 9 {% load messages_tags %}
bgneal@12 10 {% load script_tags %}
bgneal@367 11 {% load poll_tags %}
bgneal@421 12 {% load core_tags %}
bgneal@43 13 {% load cache %}
gremmie@1 14 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title>
gremmie@1 15 <meta http-equiv="Content-Type" content="text/html" />
gremmie@1 16 <meta http-equiv="Content-Language" content="en-US" />
gremmie@1 17 <meta name="robots" content="all" />
gremmie@1 18 <meta name="Author" content="Brian Neal" />
bgneal@402 19 <meta name="copyright" content="&copy; 2006 - 2011 Brian Neal" />
bgneal@312 20 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" />
bgneal@312 21 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/print.css" type="text/css" media="print" />
bgneal@58 22 <!--[if lt IE 8]>
bgneal@312 23 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" />
gremmie@1 24 <![endif]-->
bgneal@312 25 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/base.css" />
bgneal@312 26 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/shoutbox.css" />
bgneal@12 27 {% script_tags "jquery" %}
gremmie@1 28 {% block custom_head %}{% endblock %}
gremmie@1 29 {% block custom_css %}{% endblock %}
gremmie@1 30 {% block custom_js %}{% endblock %}
bgneal@312 31 <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.cycle.all.min.js"></script>
bgneal@312 32 <script type="text/javascript" src="{{ STATIC_URL }}js/shoutbox.js"></script>
bgneal@317 33 <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ STATIC_URL }}favicon.ico" />
gremmie@1 34 </head>
gremmie@1 35 <body>
gremmie@1 36 <div id="page" class="container">
gremmie@1 37 <div id="header" class="span-24">
bgneal@312 38 <p><a href="/" title="SG101 Home"><img src="{{ STATIC_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></a></p>
bgneal@195 39 </div>
bgneal@195 40 <div id="header-nav" class="span-24">
bgneal@195 41 <ul>
bgneal@195 42 {% if user.is_authenticated %}
bgneal@310 43 <li>Welcome, <a href="{% url 'bio-me' %}">{{ user.username }}</a></li>
bgneal@310 44 <li><a href="{% url 'forums-index' %}">Forums</a></li>
bgneal@195 45 <li>{% unread_messages user %}</li>
bgneal@310 46 <li><a href="{% url 'haystack_search' %}">Search</a></li>
bgneal@310 47 <li><a href="{% url 'accounts-logout' %}">Logout</a></li>
bgneal@195 48 {% else %}
bgneal@310 49 <li><a href="{% url 'accounts-login' %}">Login</a></li>
bgneal@310 50 <li><a href="{% url 'accounts-register' %}">Register</a></li>
bgneal@195 51 {% endif %}
bgneal@195 52 </ul>
gremmie@1 53 </div>
gremmie@1 54
gremmie@1 55 <div id="content-secondary" class="span-4 append-1">
gremmie@1 56 <ul class="nav-left">
bgneal@310 57 <li><a href="{% url 'home' %}">Home</a></li>
bgneal@310 58 <li><a href="{% url 'news-index_page' %}">News</a></li>
bgneal@310 59 <li><a href="{% url 'news-submit' %}">Submit News</a></li>
bgneal@310 60 <li><a href="{% url 'gcalendar-index' %}">Calendar</a></li>
bgneal@310 61 <li><a href="{% url 'contact-form' %}">Contact</a></li>
bgneal@317 62 <li><a href="{% url 'donations-index' %}">Donations</a></li>
bgneal@310 63 <li><a href="{% url 'downloads-index' %}">Downloads</a></li>
bgneal@310 64 <li><a href="{% url 'forums-index' %}">Forums</a></li>
bgneal@310 65 <li><a href="{% url 'irc-main' %}">IRC</a></li>
bgneal@310 66 <li><a href="{% url 'bio-member_list' type='user' %}">Member List</a></li>
bgneal@310 67 <li><a href="{% url 'membermap-index' %}">Member Map</a></li>
bgneal@429 68 <li><a href="{% url 'messages-index' %}">Private Messages</a></li>
bgneal@310 69 <li><a href="{% url 'podcast-main' %}">Podcast</a></li>
bgneal@310 70 <li><a href="{% url 'polls-main' %}">Polls</a></li>
bgneal@310 71 <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li>
bgneal@310 72 <li><a href="{% url 'weblinks-main' %}">Links</a></li>
bgneal@310 73 <li><a href="{% url 'haystack_search' %}">Search</a></li>
bgneal@366 74 <li><a href="/store/">Store</a></li>
bgneal@323 75 <li><a href="{% url 'ygroup-thread_index' %}">Yahoo Group</a></li>
gremmie@1 76 </ul>
bgneal@342 77 {% include 'core/social_block.html' %}
bgneal@43 78 {% cache 300 potd_block %}
bgneal@43 79 {% photo_of_the_day %}
bgneal@43 80 {% endcache %}
gremmie@1 81 {% shoutbox %}
bgneal@329 82 {% cache 60 irc_block %}
bgneal@329 83 {% irc_status %}
bgneal@329 84 {% endcache %}
bgneal@368 85 {% cache 3600 poll_block %}
bgneal@368 86 {% latest_poll_block %}
bgneal@368 87 {% endcache %}
bgneal@422 88 {% cache 3600 birthday_block %}
bgneal@421 89 {% birthday_block %}
bgneal@422 90 {% endcache %}
bgneal@357 91 {% include 'core/mp3comp_block.html' %}
gremmie@1 92 </div>
gremmie@1 93
gremmie@1 94 <div id="content-primary" class="span-19 last">
bgneal@475 95 <div><img src="{{ STATIC_URL }}images/50YrsSG101Banner.jpg" alt="50 Years of Surf Music" /></div>
gremmie@1 96 {% block content %}
gremmie@1 97 {% endblock %}
gremmie@1 98 </div>
gremmie@1 99
bgneal@195 100 <div id="footer" class="prepend-5 span-19">
bgneal@19 101 <p>
bgneal@310 102 <a href="{% url 'contact-form' %}">Contact Us</a> &bull;
bgneal@42 103 <a href="/about/">About Us</a> &bull;
bgneal@42 104 <a href="/policy/tos/">Terms of Service</a> &bull;
bgneal@42 105 <a href="/policy/privacy/">Privacy Policy</a> &bull;
bgneal@42 106 <a href="/colophon/">Colophon</a>
bgneal@42 107 </p>
bgneal@42 108 <p>
bgneal@332 109 SurfGuitar101.com &copy; 2004 - 2011 by Brian Neal.
bgneal@42 110 All comments and user contributed articles are property of the posters.
bgneal@42 111 </p>
bgneal@42 112 <p>Thanks to all the surf bands, past and present. And thanks to all the fans who care about and keep surf
bgneal@42 113 music alive.</p>
gremmie@1 114 </div>
gremmie@1 115
gremmie@1 116 </div>
gremmie@1 117 </body>
gremmie@1 118 </html>