-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.php
31 lines (26 loc) · 1.04 KB
/
search.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<title>Untitled 1</title>
</head>
<body>
<!--<form class="navbar-form navbar-right" role="form" action="<?php echo $current_file; ?>" method="post">
<!-- <div class="form-group">
<input name ="search" type="text" placeholder="search" class="form-control" >
</div>
<button type="submit" class="btn btn-primary">Search</button> </form> -->
<div class="navbar-form">
<div class="col-md-3 navbar-right">
<div class="input-group">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-primary" type="submit"> <span class="glyphicon glyphicon-search"></span></button>
</span>
</div><!-- /input-group -->
</div><!-- /.col-lg-6 -->
</div>
</body>
</html>