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">
|
<form action="index.php" method="GET">
|
||||||
<div>
|
<div>
|
||||||
<input type="submit" name="open" value="open" accesskey="o">
|
|
||||||
<input type="submit" name="search" value="search" accesskey="s">
|
<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="tags" value="tags" accesskey="t">
|
||||||
<input type="submit" name="clip" value="clip" accesskey="c">
|
<input type="submit" name="clip" value="clip" accesskey="c">
|
||||||
<br>
|
<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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>bbn</title>
|
||||||
<link rel="manifest" href="manifest.json" />
|
<link rel="manifest" href="manifest.json" />
|
||||||
<meta name="theme-color" content="white" />
|
<meta name="theme-color" content="white" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
|
|
Loading…
Reference in New Issue