Cleaning up HTML

main
Yasen Pramatarov 2024-07-25 10:43:23 +03:00
parent fa61eecb15
commit 462e7a45b8
2 changed files with 9 additions and 3 deletions

View File

@ -11,4 +11,4 @@
<script src="static/bootstrap.min.js"></script> <script src="static/bootstrap.min.js"></script>
<div class="container"> <div class="container-fluid">

View File

@ -17,10 +17,16 @@
<input type="text" name="ip" placeholder="ip address"<?php if (isset($_REQUEST['ip'])) echo " value=\"" . $_REQUEST['ip'] . "\"" ?> maxlength="15" size="15" /> <input type="text" name="ip" placeholder="ip address"<?php if (isset($_REQUEST['ip'])) echo " value=\"" . $_REQUEST['ip'] . "\"" ?> maxlength="15" size="15" />
<?php } ?> <?php } ?>
<button type="button" onclick="clearFilter()">clear</button> <br />
<div class="float-end pt-3">
<input type="button" onclick="clearFilter()" value="clear" />
<input type="submit" value="search" /> <input type="submit" value="search" />
</div>
</form> </form>
<script> <script>