view gpp/templates/weblinks/navigation.html @ 271:4746df47a538

Follow on to last rev (r292) for #126. Missed updating a shoutbox template. Also the repoze.timeago package uses UTC time by default. Change this to local time for now until we decide to switch over to UTC for everything.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 17:42:00 +0000
parents 7e8d2dda99e3
children daa2916f5b34
line wrap: on
line source
<div class="app-logo">
<img src="{{ MEDIA_URL }}icons/weblinks-logo.jpg" alt="Links Logo" title="Links" />
</div>
<ul class="app-menu">
<li><a href="{% url weblinks-main %}">Categories</a></li>
<li><a href="{% url weblinks-new_links %}">New</a></li>
<li><a href="{% url weblinks-popular_links %}">Popular</a></li>
{% if user.is_authenticated %}
<li><a href="{% url weblinks-add_link %}">Add Link</a></li>
{% endif %}
</ul>
<center>
   <form action="{% url weblinks-random_link %}" method="post">{% csrf_token %}
      <input type="submit" value="Visit a Random Link" />
   </form>
</center>