Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 3 |
lars |
1 |
|
|
|
2 |
<form name=search action="<?= $_SESSION['INI']['links']['searchInput'] ?>" method=GET style="margin:0px; padding:0px">
|
|
|
3 |
<table border="0" cellspacing="0" cellpadding="5" style="width:100px">
|
|
|
4 |
<tr>
|
|
|
5 |
<td><input type="text" class="text" name="search" value="<?=$_GET[search];?>"></td>
|
|
|
6 |
<td><a href="javascript:document.search.submit();">Suche</a></td>
|
|
|
7 |
</tr>
|
|
|
8 |
</table>
|
|
|
9 |
</form>
|