12 lines
545 B
PHP
12 lines
545 B
PHP
<form action="index.php" method="GET">
|
|
<div>
|
|
<input type="submit" name="search" value="search" accesskey="s">
|
|
<input type="submit" name="open" value="open" accesskey="o">
|
|
<input type="submit" name="tags" value="tags" accesskey="t">
|
|
<input type="submit" name="clip" value="clip" accesskey="c">
|
|
<input type="submit" name="download" value="download" accesskey="d">
|
|
<br>
|
|
<input autofocus autocomplete="off" class="title" name="param" value="<?php if (!isset($_GET['home']) && !isset($_POST['home'])) echo $param; ?>">
|
|
</div>
|
|
</form>
|