diff options
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> |