= $this->t('.guidelines.info') ?>
= $this->t(['.guidelines.limit', 'n' => ($count = CONFIG()->member_post_limit - Post::where("user_id = ? AND created_at > ?", current_user()->id, date('Y-m-d H:i:s', strtotime('-1 day')))->count()) == 1 ? $count . " post" : $count . " posts"]) ?>
= $this->submitTag($this->t('.form.upload'), array('tabindex' => '8', 'accesskey' => 's', 'class' => 'submit', 'style' => 'margin: 0;')) ?> = $this->submitTag($this->t('buttons.cancel'), array('tabindex' => '8', 'accesskey' => 's', 'class' => 'cancel', 'style' => 'display: none; vertical-align: bottom; margin: 0;')) ?> | |
= $this->fileField("post", "file", array('size' => '50', 'tabindex' => '1')) ?> | |
is_privileged_or_higher()) : ?>
= $this->t('.form.source.info') ?> |
= $this->textField("post", "source", array('value' => $this->params()->url, 'size' => '50', 'tabindex' => '2')) ?> enable_artists) : ?> = $this->linkToFunction($this->t('.form.find_artist'), "RelatedTags.find_artist(\$F('post_source'))") ?> |
is_privileged_or_higher()) : ?>
= $this->t('.form.tags.info') ?>(= $this->linkTo($this->t('.form.help'), array('help#tags'), array('target' => '_blank')) ?>) |
= $this->textArea("post", "tags", array('value' => $this->params()->tags, 'size' => '60x2', 'tabindex' => '3')) ?> = $this->linkToFunction($this->t('.form.find_related.tags'), "RelatedTags.find('post_tags')") ?> | = $this->linkToFunction($this->t('.form.find_related.artists'), "RelatedTags.find('post_tags', 'artist')") ?> | = $this->linkToFunction($this->t('.form.find_related.characters'), "RelatedTags.find('post_tags', 'char')") ?> | = $this->linkToFunction($this->t('.form.find_related.copyrights'), "RelatedTags.find('post_tags', 'copyright')") ?> | = $this->linkToFunction($this->t('.form.find_related.circles'), "RelatedTags.find('post_tags', 'circle')") ?> |
= $this->textField("post", "parent_id", array('value' => $this->params()->parent, 'size' => '5', 'tabindex' => '4')) ?> | |
is_privileged_or_higher()) : ?>
= $this->t('.form.rating.info') ?>(= $this->linkTo($this->t('.form.help'), array('help#ratings'), array('target' => '_blank')) ?>) |
params()->rating ?: $this->default_rating) == "e") : ?>checked="checked" tabindex="5"> params()->rating ?: $this->default_rating) == "q") : ?>checked="checked" tabindex="6"> params()->rating ?: $this->default_rating) == "s") : ?>checked="checked" tabindex="7"> |
= $this->checkBoxTag('anonymous', '1') ?> |