diff options
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 6c3ad62..75e466e 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -67,6 +67,8 @@ <div id="deepsearchbar" class="hidephone"> <form action="<?= $this->url('home') ?>" method="get"> <input type="text" name="search" value="<?= $deepsearch ?>" id="deepsearch" placeholder="deep search"> + <input type="checkbox" name="id" id="deepid" value="1" <?= $searchopt['id'] ? 'checked' : '' ?>> + <label for="deepid">id</label> <input type="checkbox" name="title" id="deeptitle" value="1" <?= $searchopt['title'] ? 'checked' : '' ?>> <label for="deeptitle">title</label> <input type="checkbox" name="description" id="deepdescription" value="1" <?= $searchopt['description'] ? 'checked' : '' ?>> |