dblclick_resize_image) echo ' ondblclick="Post.resize_image(); return false;"' ?>>
post->can_be_seen_by(current_user())) : ?>
= $this->t('.text') ?>
post->image()) : ?>
post->active_notes() as $note) : ?>
= $note->formatted_body() ?>
post->get_file_sample(current_user());
$jpeg = $this->post->get_file_jpeg(current_user());
echo $this->imageTag($file_sample['url'], array(
'alt' => $this->post->tags(),
'id' => 'image',
'class' => 'image',
'width' => $file_sample['width'] ?: $jpeg['width'],
'height' => $file_sample['height'] ?: $jpeg['height'],
'large_width' => $jpeg['width'],
'large_height' => $jpeg['height'])); ?>
post->flash()) : ?>
= $this->linkTo($this->t('post_flash_dl'), $this->post->file_url()) ?>
= $this->t('post_download_text') ?>