Sequenzia/app/views/wiki/_sidebar.php
2016-02-13 20:29:57 -05:00

11 lines
351 B
PHP
Executable File

<div class="sidebar">
<div style="margin-bottom: 1em;">
<h6>Search</h6>
<?= $this->formTag(['action' => "index"], ['method' => "get"], function(){ ?>
<?= $this->textFieldTag("query", $this->h($this->params()->query), ['size' => 20, 'id' => "search-box"]) ?>
<?php }) ?>
</div>
<?= $this->partial("recently_revised") ?>
</div>