You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
895 B
22 lines
895 B
|
|
<form class="jak_form pt-4" method="post" action="<?php echo JAK_rewrite::jakParseurl(JAK_SEARCH_URL);?>">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="card card-raised card-form-horizontal no-transition">
|
|
<div class="card-body">
|
|
<div class="row">
|
|
<div class="col-md-10">
|
|
<div class="form-group">
|
|
<input type="text" name="smart_search" id="smart_search" class="form-control" placeholder="<?php echo $jkl['hd'];?>" autocomplete="off">
|
|
</div>
|
|
</div>
|
|
<div class="col-md-2">
|
|
<button type="button" class="btn btn-danger btn-block btn-search"><i class="fa fa-search"></i> <?php echo $jkl['hd'];?></button>
|
|
</div>
|
|
<input type="hidden" name="search_now" value="1">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|