You’re not logged in! You are required to have an account to access restricted content! Login
+
+
+ searching_pool) : ?>
+
+ = $this->t(['.pool_view_html', 'pool' => $this->linkTo($this->h($this->searching_pool->pretty_name()), array('pool#show', 'id' => $this->searching_pool->id))]) ?>
+
+
+
ambiguous_tags)) : ?>
= $this->t('.ambiguous') ?>: = implode(', ', array_map(function($x){ return $this->linkTo($this->h($x), ['wiki#show', 'title' => $x]); }, $this->ambiguous_tags)) ?>
diff --git a/app/views/tag/index.php b/app/views/tag/index.php
index 699d99e..4d70886 100755
--- a/app/views/tag/index.php
+++ b/app/views/tag/index.php
@@ -1,33 +1,3 @@
-
- = $this->formTag(array('action' => 'index'), array('method' => 'get'), function(){ ?>
-
-
-
-
-
-
-
- = $this->t('tag_wild') ?> - |
- = $this->textFieldTag("name", $this->h($this->params()->name), array('size' => '40')) ?> | -
---|---|
- | = $this->selectTag('type', array(array_merge(array('Any' => 'any'), array_unique(CONFIG()->tag_types)), $this->params()->type)) ?> | -
- | = $this->selectTag('order', array(array('Name' => 'name', 'Count' => 'count', 'Date' => 'date'), $this->params()->order)) ?> | -
= $this->submitTag($this->t('tag_search')) ?> | -- |