search by default instead of open. add title.
This commit is contained in:
parent
5633b9271e
commit
f9a4005d11
4
home.php
4
home.php
|
@ -1,10 +1,10 @@
|
|||
<form action="index.php" method="GET">
|
||||
<div>
|
||||
<input type="submit" name="open" value="open" accesskey="o">
|
||||
<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">
|
||||
<br>
|
||||
<input autocomplete="off" class="title" name="param" value="<?php if (!isset($_GET['home']) && !isset($_POST['home'])) echo $param; ?>">
|
||||
<input autofocus autocomplete="off" class="title" name="param" value="<?php if (!isset($_GET['home']) && !isset($_POST['home'])) echo $param; ?>">
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue