9667b8279d
4 documentation
11 lines
549 B
PHP
11 lines
549 B
PHP
<div id="custom-search-input">
|
|
<form role="search" method="get" id="searchform" class="input-group col-md-12" action="http://localhost/">
|
|
|
|
<input type="text" value="" name="s" id="s" class=" search-query form-control" placeholder="Buscar en Portal" />
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-danger" type="submit" form="searchform" >
|
|
<span class=" glyphicon glyphicon-search" ></span>
|
|
</button>
|
|
</span>
|
|
</form>
|
|
</div> |