From c3732fffba1025c566a8fc5d1e9da7894e04cecc Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Wed, 25 Jan 2017 05:30:59 -0500 Subject: [PATCH] Big update --- app/views/layouts/default.php | 66 +++++++++++++++---- app/views/post/index.php | 55 ++++------------ app/views/tag/index.php | 30 --------- ...ation-0b1f0761b0f488c409a80b516518e0e1.css | 2 +- 4 files changed, 68 insertions(+), 85 deletions(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index 84f3aec..1e0e244 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -135,24 +135,66 @@ container partial('layouts/news') ?> partial('layouts/login') ?> - server_host == "yande.re") : ?> -
Danbooru-based image board with a specialization in high-quality images.
+ server_host == "sequenzia.moe") : ?> +
The global image database!
- is_mod_or_higher()) : ?> - - - - - - searching_pool) : ?> - - - delete_post_mode && current_user()->is_admin()) : ?> - - - - - - - - partial('tag_script') ?> - - - searching_pool) : ?> - t(['.pool_view_html', 'pool' => $this->linkTo($this->h($this->searching_pool->pretty_name()), array('pool#show', 'id' => $this->searching_pool->id))]) ?> + partial('tag_script') ?> showing_holds_only) : ?> @@ -68,15 +33,21 @@ partial('blacklists') ?> - partial('tags', array('include_tag_hover_highlight' => 'true')) ?> - -
- - can_show_ad('post#index-sidebar', current_user())) : ?> + partial('vertical') ?>
+ is_member_or_lower()) : ?> +
You’re not logged in! You are required to have an account to access restricted content! Login +
+ + searching_pool) : ?> +
+ t(['.pool_view_html', 'pool' => $this->linkTo($this->h($this->searching_pool->pretty_name()), array('pool#show', 'id' => $this->searching_pool->id))]) ?> +
+ + ambiguous_tags)) : ?>
t('.ambiguous') ?>: 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 @@ -
- formTag(array('action' => 'index'), array('method' => 'get'), function(){ ?> - - - - - - - - - - - - - - - - - - - - - -
- -

t('tag_wild') ?>

-
textFieldTag("name", $this->h($this->params()->name), array('size' => '40')) ?>
selectTag('type', array(array_merge(array('Any' => 'any'), array_unique(CONFIG()->tag_types)), $this->params()->type)) ?>
selectTag('order', array(array('Name' => 'name', 'Count' => 'count', 'Date' => 'date'), $this->params()->order)) ?>
submitTag($this->t('tag_search')) ?>
- -
- diff --git a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css index 0558dca..7bb27f8 100644 --- a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css +++ b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css @@ -565,7 +565,7 @@ ul.link-page>li{list-style-type:none;margin:0;padding:0} .tag-completion-box ul{list-style-type:none;margin:.5em} .tag-completion-box .completed-tag{cursor:default;margin:0;position:relative} .tag-completion-box .completed-tag-alias{float:right;margin-left:1em} -.tag-completion-box .completed-tag.focused{background-color:#52003} +.tag-completion-box .completed-tag.focused{background-color:#880005} .tag-completion-box .completed-tag.recent-tag{font-weight:bold} .tag-completion-box .remove-recent-tag{background-color:#002;left:-1.5em;padding-left:.25em;padding-right:.5em;position:absolute} .added{color:#0c0}