2014-11-29 15:24:01 +09:00
|
|
|
<template name="afPostThumbnail">
|
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}}/>
|
2014-12-10 17:00:22 +09:00
|
|
|
<a href="#" class="remove-thumbnail-link">{{_ 'clear_thumbnail'}}</a>
|
2014-11-29 15:24:01 +09:00
|
|
|
</template>
|