Sequenzia/app/views/wiki/_sidebar.php

11 lines
351 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<div class="sidebar">
<div style="margin-bottom: 1em;">
<h6>Search</h6>
<?= $this->formTag(['action' => "index"], ['method' => "get"], function(){ ?>
2016-02-14 02:29:57 +01:00
<?= $this->textFieldTag("query", $this->h($this->params()->query), ['size' => 20, 'id' => "search-box"]) ?>
2013-10-27 01:06:58 +02:00
<?php }) ?>
</div>
<?= $this->partial("recently_revised") ?>
</div>