= $this->formTag([], ['method' => 'get'], function(){ ?>
params()->order) : ?>
= $this->hiddenFieldTag("order", $this->params()->order) ?>
= $this->textFieldTag("query", $this->params()->query, ['size' => 40]) ?>
= $this->submitTag($this->t('.search'), ['name' => '']) ?>
= $this->imageTag('images/blank.gif', ['id' => 'hover-thumb', 'alt' => '', 'style' => 'position: absolute; display: none; border: 2px solid #000; right: 42%;']) ?>
=$this->t('.table.name') ?> |
=$this->t('.table.creator') ?> |
=$this->t('.table.posts') ?> |
=$this->t('.table.created') ?> |
=$this->t('.table.updated') ?> |
pools as $p) : ?>
= $this->linkTo($this->h($p->pretty_name()), ['action' => "show", 'id' => $p->id]) ?> |
= $this->h($p->user->pretty_name()) ?> |
= $p->post_count ?> |
= $this->t(['time.x_ago', 't' => $this->timeAgoInWords($p->created_at)]) ?> |
= $this->t(['time.x_ago', 't' => $this->timeAgoInWords($p->updated_at)]) ?> |