Search posts data
posts->any()) : foreach ($this->posts as $post) : ?>
Post #= $post->id ?>
= $this->linkTo($this->imageTag($post->preview_url()), ['post#show', 'id' => $post->id], ['target' => '_blank']) ?>
Id
= $post->id ?>
Tags
= $post->cached_tags ?>
Source
= $post->source ?: '
none
' ?>
Rating
= $post->pretty_rating() ?>
Width
= $post->width ?>
Height
= $post->height ?>
File size
= $this->numberToHumanSize($post->file_size) ?>
New data
Merge all tags
Rating
= $this->radioButtonTag("post[rating]", "e", $post->rating == "e", array('id' => 'p'.$post->id.'_post_rating_explicit')) ?>
= $this->t('ratings.e') ?>
= $this->radioButtonTag("post[rating]", "q", $post->rating == "q", array('id' => 'p'.$post->id.'_post_rating_questionable')) ?>
= $this->t('ratings.q') ?>
= $this->radioButtonTag("post[rating]", "s", $post->rating == "s", array('id' => 'p'.$post->id.'_post_rating_safe')) ?>
= $this->t('ratings.s') ?>
Source
= $this->textFieldTag("post[source]", $post->source, array('size' => '40', 'id' => 'p'.$post->id.'_post_source')) ?>
Tags
= $this->textAreaTag("post[tags]", $post->cached_tags, array('size' => '50x6', 'id' => 'p'.$post->id.'_post_tags')) ?>
Search results
Fetching data...
No id selected