Mercurial > public > sg101
comparison gpp/templates/search/search.html @ 279:879d39647064
Added the text class to the search input box to let blueprints css style it. Fixed invalid HTML problem with the forum last post info tag.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 03 Oct 2010 00:28:23 +0000 |
parents | d424b8bae71d |
children | 88b2b9cb8c1f |
comparison
equal
deleted
inserted
replaced
278:2a795fd602a4 | 279:879d39647064 |
---|---|
4 {% block content %} | 4 {% block content %} |
5 <h2>Search <img src="{{ MEDIA_URL }}icons/magnifier.png" alt="Search" /></h2> | 5 <h2>Search <img src="{{ MEDIA_URL }}icons/magnifier.png" alt="Search" /></h2> |
6 <form method="get" action="."> | 6 <form method="get" action="."> |
7 <table> | 7 <table> |
8 <tr> | 8 <tr> |
9 <td><input type="text" name="q" id="id_q" size="48" /></td> | 9 <td><input type="text" name="q" id="id_q" size="48" class="text" /></td> |
10 <td><input type="submit" value="Search" /></td> | 10 <td><input type="submit" value="Search" /></td> |
11 </tr> | 11 </tr> |
12 </table> | 12 </table> |
13 <fieldset> | 13 <fieldset> |
14 <legend>Search in:</legend> | 14 <legend>Search in:</legend> |