Mercurial > public > sg101
view gpp/templates/weblinks/navigation.html @ 63:5899e308cdb3
Sigh, changed the donations data format because it seems to be different than the stand-alone IPN tester. The month name doesn't have a dot after it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 27 Jun 2009 21:40:04 +0000 |
parents | db40c2754580 |
children | 952e05cb3d80 |
line wrap: on
line source
<div class="app-logo"> <img src="{{ MEDIA_URL }}icons/weblinks-logo.jpg" alt="Links Logo" title="Links" /> </div> <div class="weblinks-search"> <form action="{% url weblinks-search page=1 %}" method="post"> <p>{{ search_form.text }} <input type="submit" value="Search" /></p> </form> </div> <ul class="app-menu"> <li><a href="{% url weblinks.views.link_index %}">Categories</a></li> <li><a href="{% url weblinks.views.new_links %}">New</a></li> <li><a href="{% url weblinks.views.popular_links %}">Popular</a></li> <li><a href="{% url weblinks.views.random_link %}" target="_blank">Random</a></li> {% if user.is_authenticated %} <li><a href="{% url weblinks.views.add_link %}">Add</a></li> {% endif %} </ul>