Mercurial > public > sg101
comparison gpp/templates/forums/display_post.html @ 343:cfad8d605cb8
Fixing #157; added goto the top of page intra-page links on forums and yahoo group templates.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Feb 2011 22:12:18 +0000 |
parents | 000c006fee97 |
children | 7eed448b399c |
comparison
equal
deleted
inserted
replaced
342:8587c7a22094 | 343:cfad8d605cb8 |
---|---|
45 <div class="forum-attachment">{{ item.html|safe }}</div> | 45 <div class="forum-attachment">{{ item.html|safe }}</div> |
46 {% endfor %} | 46 {% endfor %} |
47 </div> | 47 </div> |
48 {% endif %} | 48 {% endif %} |
49 <div class="forum-post-info-tools"> | 49 <div class="forum-post-info-tools"> |
50 <a href="#top" class="quiet" title="Goto the top of the page">Top</a> | |
50 {% if can_reply %} | 51 {% if can_reply %} |
51 <a href="{% url 'forums-new_post' topic_id=post.topic.id %}?quote={{ post.id }}"><img src="{{ STATIC_URL }}icons/comment.png" alt="Reply with quote" title="Reply with quote" /></a> | 52 <a href="{% url 'forums-new_post' topic_id=post.topic.id %}?quote={{ post.id }}"><img src="{{ STATIC_URL }}icons/comment.png" alt="Reply with quote" title="Reply with quote" /></a> |
52 {% endif %} | 53 {% endif %} |
53 {% post_edit_button post user can_moderate %} | 54 {% post_edit_button post user can_moderate %} |
54 <a href="#" class="post-flag" id="fp-{{ post.id }}" | 55 <a href="#" class="post-flag" id="fp-{{ post.id }}" |