Mercurial > public > sg101
comparison gpp/templates/forums/index.html @ 232:a46788862737
Implement a forum favorites feature for #82
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 01 Aug 2010 21:26:12 +0000 |
parents | 5ee9422ce83c |
children | 307a74e28112 |
comparison
equal
deleted
inserted
replaced
231:a2d388ed106e | 232:a46788862737 |
---|---|
14 <form action="." method="get" id="forum-query-form"> | 14 <form action="." method="get" id="forum-query-form"> |
15 <select name="query"> | 15 <select name="query"> |
16 <option value="unread">Show topics with unread posts</option> | 16 <option value="unread">Show topics with unread posts</option> |
17 <option value="mine">Show my posts</option> | 17 <option value="mine">Show my posts</option> |
18 <option value="unanswered">Show unanswered posts</option> | 18 <option value="unanswered">Show unanswered posts</option> |
19 <option value="favorites">Show my favorite topics</option> | |
20 <option value="subscriptions">Show my subscribed topics</option> | |
19 </select><input type="submit" value="Go" /> | 21 </select><input type="submit" value="Go" /> |
20 </form> | 22 </form> |
21 | 23 |
22 <div class="forum-block"> | 24 <div class="forum-block"> |
23 {% for iter in cats %} | 25 {% for iter in cats %} |