Mercurial > public > sg101
diff gpp/templates/search/search.html @ 414:b1f939b1fb01
Fixing #204; added the ability to search on forum topics.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 09 Apr 2011 19:20:12 +0000 |
parents | 0c18dfb1da1c |
children | d4d167876c25 |
line wrap: on
line diff
--- a/gpp/templates/search/search.html Thu Apr 07 23:52:18 2011 +0000 +++ b/gpp/templates/search/search.html Sat Apr 09 19:20:12 2011 +0000 @@ -35,22 +35,25 @@ <legend>Search in:</legend> <table> <tr> - <td><input id="chk-forums" type="checkbox" name="models" value="forums.post" checked="checked" /> - <label for="chk-forums" class="pointer">Forum Posts</label></td> + <td><input id="chk-forums-topics" type="checkbox" name="models" value="forums.topic" checked="checked" /> + <label for="chk-forums-topics" class="pointer">Forum Topics</label></td> + + <td><input id="chk-forums-post" type="checkbox" name="models" value="forums.post" checked="checked" /> + <label for="chk-forums-post" class="pointer">Forum Posts</label></td> <td><input id="chk-news" type="checkbox" name="models" value="news.story" checked="checked" /> <label for="chk-news" class="pointer">News Stories</label></td> + </tr> + <tr> <td><input id="chk-profiles" type="checkbox" name="models" value="bio.userprofile" checked="checked" /> <label for="chk-profiles" class="pointer">User Profiles</label></td> - </tr> - <tr> <td><input id="chk-links" type="checkbox" name="models" value="weblinks.link" checked="checked" /> <label for="chk-links" class="pointer">Links</label></td> <td><input id="chk-dls" type="checkbox" name="models" value="downloads.download" checked="checked" /> <label for="chk-dls" class="pointer">Downloads</label></td> + </tr> + <tr> <td><input id="chk-podcasts" type="checkbox" name="models" value="podcast.item" checked="checked" /> <label for="chk-podcasts" class="pointer">Podcasts</label></td> - </tr> - <tr> <td colspan="2"><input id="chk-ygroup" type="checkbox" name="models" value="ygroup.post" checked="checked" /> <label for="chk-ygroup" class="pointer">Yahoo Group Archives</label></td> </tr>