Added search feauture

This commit is contained in:
2017-09-26 19:19:12 +03:00
parent e1b81c2396
commit 4c4d09a953
6 changed files with 95 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?php
/**
* Main page of PHPCSV Guestbook version 0.94
* Main page of PHPCSV Guestbook
* See settings.php for configuration.
* For changing appearance you can edit this file like simple html. For example: add css tags.
*/
@@ -14,6 +14,9 @@
</head>
<body>
<div class="container">
<div style="position: absolute; right: 5px; top: 25px;"><?php /* Absolute position of SearchBar */ ?>
<?php AddSearchBar();?>
</div>
<?php AddEntryView();?>
<hr>
<?php EntriesView();?>