comparison gpp/templates/base.html @ 250:29679b0b98ad

Some tweaks to the templates before the first beta. Hide the donations module for now.
author Brian Neal <bgneal@gmail.com>
date Sun, 19 Sep 2010 20:42:25 +0000
parents bd247db80052
children 5232d5808057
comparison
equal deleted inserted replaced
249:bd247db80052 250:29679b0b98ad
55 <li><a href="{% url home %}">Home</a></li> 55 <li><a href="{% url home %}">Home</a></li>
56 <li><a href="{% url news-index_page %}">News</a></li> 56 <li><a href="{% url news-index_page %}">News</a></li>
57 <li><a href="{% url news-submit %}">Submit News</a></li> 57 <li><a href="{% url news-submit %}">Submit News</a></li>
58 <li><a href="{% url gcalendar-index %}">Calendar</a></li> 58 <li><a href="{% url gcalendar-index %}">Calendar</a></li>
59 <li><a href="{% url contact-form %}">Contact</a></li> 59 <li><a href="{% url contact-form %}">Contact</a></li>
60 <li><a href="{% url donations-index %}">Donations</a></li> 60 {# <li><a href="{% url donations-index %}">Donations</a></li> #}
61 <li><a href="{% url downloads-index %}">Downloads</a></li> 61 <li><a href="{% url downloads-index %}">Downloads</a></li>
62 <li><a href="{% url forums-index %}">Forums</a></li> 62 <li><a href="{% url forums-index %}">Forums</a></li>
63 <li><a href="{% url irc-main %}">IRC</a></li> 63 <li><a href="{% url irc-main %}">IRC</a></li>
64 <li><a href="{% url bio-member_list type='user' %}">Member List</a></li> 64 <li><a href="{% url bio-member_list type='user' %}">Member List</a></li>
65 <li><a href="{% url membermap-index %}">Member Map</a></li> 65 <li><a href="{% url membermap-index %}">Member Map</a></li>
82 {% endblock %} 82 {% endblock %}
83 </div> 83 </div>
84 84
85 <div id="footer" class="prepend-5 span-19"> 85 <div id="footer" class="prepend-5 span-19">
86 <p> 86 <p>
87 TODO: Should put links to various policies down here. Additional navigation could go here.
88 Add a colophon.
89 </p>
90 <p>
91 <a href="{% url contact-form %}">Contact Us</a> &bull; 87 <a href="{% url contact-form %}">Contact Us</a> &bull;
92 <a href="/about/">About Us</a> &bull; 88 <a href="/about/">About Us</a> &bull;
93 <a href="/policy/tos/">Terms of Service</a> &bull; 89 <a href="/policy/tos/">Terms of Service</a> &bull;
94 <a href="/policy/privacy/">Privacy Policy</a> &bull; 90 <a href="/policy/privacy/">Privacy Policy</a> &bull;
95 <a href="/colophon/">Colophon</a> 91 <a href="/colophon/">Colophon</a>
100 </p> 96 </p>
101 <p>Thanks to all the surf bands, past and present. And thanks to all the fans who care about and keep surf 97 <p>Thanks to all the surf bands, past and present. And thanks to all the fans who care about and keep surf
102 music alive.</p> 98 music alive.</p>
103 </div> 99 </div>
104 100
105 {% if debug %}
106 <div id="debug" class="span-24">
107 <ol>
108 {% for s in sql_queries %}
109 <li>{{ s.sql }} : <b>({{ s.time }})</b></li>
110 {% endfor %}
111 </ol>
112 </div>
113 {% endif %}
114
115 </div> 101 </div>
116 </body> 102 </body>
117 </html> 103 </html>