formTag(['action' => "index"], ['method' => 'get'], function(){ ?> textFieldTag("query", $this->h($this->params()->query)) ?> submitTag($this->t('.search')) ?> submitTag($this->t('tag_alias.index.search')) ?>
formTag(['action' => "update"], function() { ?> implications as $i) : ?>
t('.predicate') ?> t('.consequent') ?> t('.reason') ?>
is_mod_or_higher()) : ?> buttonToFunction($this->t('.select_pending'), "$$('.pending').each(function(x) {x.checked = true})") ?> submitTag($this->t('.approve')) ?> buttonToFunction($this->t('.delete'), "$('reason-box').show(); $('reason').focus()") ?> buttonToFunction($this->t('.add'), "$('add-box').show().scrollTo(); $('tag_implication_predicate').focus()") ?>
is_pending ? 'class="pending"' : null ?>> linkTo($this->h($i->predicate->name), ['controller' => "post", 'action' => "index", 'tags' => $i->predicate->name]) ?> (predicate->post_count ?>) linkTo($this->h($i->consequent->name), ['controller' => "post", 'action' => "index", 'tags' => $i->consequent->name]) ?> (consequent->post_count ?>) h($i->reason) ?>
willPaginate($this->implications) ?>
partial("tag/footer") ?>