|
|
@ -29,12 +29,16 @@ $rTotal = mysqli_fetch_array($qTotal); |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="col-12 col-sm-6 my-4 mx-auto text-center"> |
|
|
|
<div class="col-12 col-sm-8 col-md-6 my-4 mx-auto text-center"> |
|
|
|
<form method="post" action="<?php echo $BASE_URL;?>/albo/find"> |
|
|
|
<p class="font-14 font-bold"><!--Cerca--> |
|
|
|
<input type="text" name="q" class="input"> |
|
|
|
<div class="row font-14 font-bold"> |
|
|
|
<div class="col mx-auto mr-0"> |
|
|
|
<input type="text" name="q" class="input"> |
|
|
|
</div> |
|
|
|
<div class="col-auto mx-auto ml-0"> |
|
|
|
<button type="submit"><i class="fa fa-search"></i> Cerca </button> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
|
|
|
|