diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-03-13 17:52:58 +0000 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-03-13 17:52:58 +0000 |
commit | d79ea3095ac5da8344ab727bcb84a73043bbb533 (patch) | |
tree | d0fc1f0a20c1627fb5bb44da1950c133d7298f4a /web/nms.gathering.org/index.html | |
parent | a9656e1fa4bcec5bcbbfe5ca29671d6701014ce8 (diff) |
NMS: Add simple searching
Not perfect, but not bad either.
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r-- | web/nms.gathering.org/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html index c5c5b04..9906612 100644 --- a/web/nms.gathering.org/index.html +++ b/web/nms.gathering.org/index.html @@ -88,6 +88,12 @@ <button class="btn btn-default btn-xs" id="legend-4"></button> <button class="btn btn-default btn-xs" id="legend-5"></button> </div> + <div class="form-group"> + <div class="form-inline"> + <input id="searchbox" type="text" class="form-control" placeholder="Search" onchange="nmsInfoBox._search()" /> + <button class="btn" onclick="nmsInfoBox._search();">Search</button> + </div> + </div> </div> </li> </ul> |