12 lines
418 B
PHP
12 lines
418 B
PHP
|
<form action="index.php" method="GET">
|
||
|
<div>
|
||
|
<input type="submit" name="home" value="home" accesskey="h">
|
||
|
<input type="submit" name="open" value="open">
|
||
|
<input type="submit" name="search" value="search">
|
||
|
<input type="submit" name="tags" value="tags">
|
||
|
<input type="submit" name="clip" value="clip">
|
||
|
<br>
|
||
|
<input autocomplete="off" class="title" name="param" value="<?php echo $param; ?>">
|
||
|
</div>
|
||
|
</form>
|