Mercurial > public > sg101
comparison gpp/templates/base.html @ 429:d0f0800eef0c
Making the jquery tabbed version of the messages app the current version and removing the old. Also figured out how to dynamically update the base template's count of unread messages when messages are read.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 03 May 2011 02:56:58 +0000 |
parents | 6309814cd6f7 |
children | 772ce9385b85 |
comparison
equal
deleted
inserted
replaced
428:77b3b01843b5 | 429:d0f0800eef0c |
---|---|
63 <li><a href="{% url 'downloads-index' %}">Downloads</a></li> | 63 <li><a href="{% url 'downloads-index' %}">Downloads</a></li> |
64 <li><a href="{% url 'forums-index' %}">Forums</a></li> | 64 <li><a href="{% url 'forums-index' %}">Forums</a></li> |
65 <li><a href="{% url 'irc-main' %}">IRC</a></li> | 65 <li><a href="{% url 'irc-main' %}">IRC</a></li> |
66 <li><a href="{% url 'bio-member_list' type='user' %}">Member List</a></li> | 66 <li><a href="{% url 'bio-member_list' type='user' %}">Member List</a></li> |
67 <li><a href="{% url 'membermap-index' %}">Member Map</a></li> | 67 <li><a href="{% url 'membermap-index' %}">Member Map</a></li> |
68 <li><a href="{% url 'messages-inbox' %}">Private Messages</a></li> | 68 <li><a href="{% url 'messages-index' %}">Private Messages</a></li> |
69 <li><a href="{% url 'podcast-main' %}">Podcast</a></li> | 69 <li><a href="{% url 'podcast-main' %}">Podcast</a></li> |
70 <li><a href="{% url 'polls-main' %}">Polls</a></li> | 70 <li><a href="{% url 'polls-main' %}">Polls</a></li> |
71 <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li> | 71 <li><a href="{% url 'potd-view' %}">Photo of the Day</a></li> |
72 <li><a href="{% url 'weblinks-main' %}">Links</a></li> | 72 <li><a href="{% url 'weblinks-main' %}">Links</a></li> |
73 <li><a href="{% url 'haystack_search' %}">Search</a></li> | 73 <li><a href="{% url 'haystack_search' %}">Search</a></li> |