Mercurial > public > sg101
comparison gpp/templates/base.html @ 323:0c18dfb1da1c
Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 20 Feb 2011 00:31:54 +0000 |
parents | 2934a867c2ef |
children | 000c006fee97 |
comparison
equal
deleted
inserted
replaced
322:c3d3d7114749 | 323:0c18dfb1da1c |
---|---|
1 {% load url from future %} | |
2 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
5 {% load url from future %} | |
6 {% load shoutbox_tags %} | 6 {% load shoutbox_tags %} |
7 {% load irc_tags %} | 7 {% load irc_tags %} |
8 {% load potd_tags %} | 8 {% load potd_tags %} |
9 {% load messages_tags %} | 9 {% load messages_tags %} |
10 {% load script_tags %} | 10 {% load script_tags %} |
67 <li><a href="{% url 'podcast-main' %}">Podcast</a></li> | 67 <li><a href="{% url 'podcast-main' %}">Podcast</a></li> |
68 <li><a href="{% url 'polls-main' %}">Polls</a></li> | 68 <li><a href="{% url 'polls-main' %}">Polls</a></li> |
69 <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li> | 69 <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li> |
70 <li><a href="{% url 'weblinks-main' %}">Links</a></li> | 70 <li><a href="{% url 'weblinks-main' %}">Links</a></li> |
71 <li><a href="{% url 'haystack_search' %}">Search</a></li> | 71 <li><a href="{% url 'haystack_search' %}">Search</a></li> |
72 <li><a href="{% url 'ygroup-thread_index' %}">Yahoo Group</a></li> | |
72 </ul> | 73 </ul> |
73 {% cache 300 potd_block %} | 74 {% cache 300 potd_block %} |
74 {% photo_of_the_day %} | 75 {% photo_of_the_day %} |
75 {% endcache %} | 76 {% endcache %} |
76 {% shoutbox %} | 77 {% shoutbox %} |