add search db feature
This commit is contained in:
parent
cdf12411a2
commit
62598c805e
6 changed files with 94 additions and 31 deletions
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta charset="UTF-8">
|
||||
<title>Sanic</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="treeview.css">
|
||||
<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48 64x64" type="image/png" />
|
||||
<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48 64x64" type="image/png">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
<button class="close">×</button>
|
||||
<form method="dialog">
|
||||
<label for="control-playlist-name">Name</label>
|
||||
<input type="text" id="control-playlist-name" name="playlist-name" autofocus />
|
||||
<input type="text" id="control-playlist-name" name="playlist-name" autofocus>
|
||||
<button>Save</button>
|
||||
</form>
|
||||
</dialog>
|
||||
|
@ -187,9 +187,8 @@
|
|||
</div><!--/#file-browser-->
|
||||
<div id="search" style="display: none">
|
||||
<div>
|
||||
<label for="control-search"></label>
|
||||
<input type="text" id="control-search" name="search" />
|
||||
<button>Search</button>
|
||||
<input type="text" id="control-search-pattern" name="pattern">
|
||||
<button id="control-search-submit">Search</button>
|
||||
</div>
|
||||
<div>
|
||||
actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue