(root)/searchform.php - Rev 1
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1 |
iacchi |
1 |
<form method="get" id="searchform" action="/"> |
|
|
2 |
<div> |
|
|
3 |
<input type="text" name="s" id="s" value="<?php echo langtext101; ?>" /> |
|
|
4 |
<input type="submit" id="searchsubmit" value="<?php echo langtext102; ?>" /> |
|
|
5 |
</div> |
|
|
6 |
</form> |