Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Fri Apr 15 20:27:51 2005 UTC | revision 1.1.2.1, Fri May 20 21:04:26 2005 UTC | |
|---|---|---|
| # | Line 16 | Line 16 |
| 16 | <?php if ($search_box): ?> | <?php if ($search_box): ?> |
| 17 | <form action="<?php print $search_url ?>" method="post" id="searchform"> | <form action="<?php print $search_url ?>" method="post" id="searchform"> |
| 18 | <fieldset> | <fieldset> |
| 19 | <input type="text" value="" name="keys" id="s" /> | <input type="text" value="" name="edit[keys]" id="s" /> |
| 20 | <input type="submit" value="Go!" id="searchbutton" /> | <input type="submit" value="Go!" id="searchbutton" /> |
| 21 | </fieldset> | </fieldset> |
| 22 | </form> | </form> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |