comparison gpp/templates/base.html @ 195:136719cbcb3c

First commit of Ken Dushane's site theme.
author Brian Neal <bgneal@gmail.com>
date Wed, 07 Apr 2010 01:36:51 +0000
parents 806399f3b950
children 26ee684c2033
comparison
equal deleted inserted replaced
194:6a5549c2efb5 195:136719cbcb3c
31 <!-- <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> --> 31 <!-- <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> -->
32 </head> 32 </head>
33 <body> 33 <body>
34 <div id="page" class="container"> 34 <div id="page" class="container">
35 <div id="header" class="span-24"> 35 <div id="header" class="span-24">
36 <h1>SurfGuitar101</h1> 36 <p><img src="{{ MEDIA_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></p>
37 <p>Header content</p> 37 </div>
38 <ul> 38 <div id="header-nav" class="span-24">
39 {% if user.is_authenticated %} 39 <ul>
40 <li>Welcome, <a href="{% url bio-me %}">{{ user.username }}</a></li> 40 {% if user.is_authenticated %}
41 <li><a href="{% url forums-index %}">Forums</a></li> 41 <li>Welcome, <a href="{% url bio-me %}">{{ user.username }}</a></li>
42 <li>{% unread_messages user %}</li> 42 <li><a href="{% url forums-index %}">Forums</a></li>
43 <li><a href="{% url accounts-logout %}">Logout</a></li> 43 <li>{% unread_messages user %}</li>
44 {% else %} 44 <li><a href="{% url accounts-logout %}">Logout</a></li>
45 <li><a href="{% url accounts-login %}">Login</a></li> 45 {% else %}
46 <li><a href="{% url accounts-register %}">Register</a></li> 46 <li><a href="{% url accounts-login %}">Login</a></li>
47 {% endif %} 47 <li><a href="{% url accounts-register %}">Register</a></li>
48 </ul> 48 {% endif %}
49 </ul>
49 </div> 50 </div>
50 51
51 <div id="content-secondary" class="span-4 append-1"> 52 <div id="content-secondary" class="span-4 append-1">
52 <ul class="nav-left"> 53 <ul class="nav-left">
53 <li><a href="{% url home %}">Home</a></li> 54 <li><a href="{% url home %}">Home</a></li>
76 <div id="content-primary" class="span-19 last"> 77 <div id="content-primary" class="span-19 last">
77 {% block content %} 78 {% block content %}
78 {% endblock %} 79 {% endblock %}
79 </div> 80 </div>
80 81
81 82 <div id="footer" class="prepend-5 span-19">
82 <div id="footer" class="span-24">
83 <p> 83 <p>
84 TODO: Should put links to various policies down here. Additional navigation could go here. 84 TODO: Should put links to various policies down here. Additional navigation could go here.
85 Add a colophon. 85 Add a colophon.
86 </p> 86 </p>
87 <p> 87 <p>
90 <a href="/policy/tos/">Terms of Service</a> &bull; 90 <a href="/policy/tos/">Terms of Service</a> &bull;
91 <a href="/policy/privacy/">Privacy Policy</a> &bull; 91 <a href="/policy/privacy/">Privacy Policy</a> &bull;
92 <a href="/colophon/">Colophon</a> 92 <a href="/colophon/">Colophon</a>
93 </p> 93 </p>
94 <p> 94 <p>
95 SurfGuitar101.com &copy; 2009 by Brian Neal. 95 SurfGuitar101.com &copy; 2010 by Brian Neal.
96 All comments and user contributed articles are property of the posters. 96 All comments and user contributed articles are property of the posters.
97 </p> 97 </p>
98 <p>Thanks to all the surf bands, past and present. And thanks to all the fans who care about and keep surf 98 <p>Thanks to all the surf bands, past and present. And thanks to all the fans who care about and keep surf
99 music alive.</p> 99 music alive.</p>
100 </div> 100 </div>