2014-11-29 15:24:01 +09:00
|
|
|
<template name="afPostThumbnail">
|
2014-12-11 15:36:49 +09:00
|
|
|
{{#if embedlyKeyExists}}
|
2014-12-01 10:14:03 +09:00
|
|
|
<div class="post-thumbnail-container" style="{{style}}">
|
2014-11-30 11:31:07 +09:00
|
|
|
<img src="{{this.value}}" class="post-thumbnail-preview" style="{{style}}"/>
|
2014-12-01 10:14:03 +09:00
|
|
|
<div class="post-thumbnail-loading">{{>spinner}}</div>
|
2014-11-30 11:31:07 +09:00
|
|
|
</div>
|
2014-11-29 15:24:01 +09:00
|
|
|
<input type="hidden" value="{{this.value}}" {{this.atts}}/>
|
2015-01-19 15:32:08 +09:00
|
|
|
<a href="#" class="regenerate-thumbnail-link">{{_ 'regenerate_thumbnail'}}</a>
|
2014-12-10 17:00:22 +09:00
|
|
|
<a href="#" class="remove-thumbnail-link">{{_ 'clear_thumbnail'}}</a>
|
2014-12-11 15:36:49 +09:00
|
|
|
{{else}}
|
|
|
|
<p>{{_ "please_fill_in_embedly_key"}}</p>
|
|
|
|
{{/if}}
|
2014-11-29 15:24:01 +09:00
|
|
|
</template>
|