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