mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
<ul class="list controls">
|
|
<li>
|
|
<span class="primary icon color transparent active" onclick="Preview_ajaxHttpHide()" title="{$c->__('button.close')}">
|
|
<i class="material-icons">arrow_back</i>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
<img src="{$url|protectPicture}" title="{$url}" class="transparent"/>
|
|
{if="!empty($embed->images) && array_key_exists('size', $embed->images[0])"}
|
|
<span class="pinfo">
|
|
{if="$embed->images[0]['size'] != 0"}
|
|
{$embed->images[0]['size']|sizeToCleanSize}
|
|
{/if}
|
|
</span>
|
|
{/if}
|
|
<span class="prevnext prev"></span>
|
|
<span class="prevnext next"></span>
|
|
<div class="buttons">
|
|
<a class="button flat color transparent" href="{$url}" target="_blank" download title="{$c->__('button.save')}">
|
|
<i class="material-icons">get_app</i> {$c->__('button.save')}
|
|
</a>
|
|
<a class="button flat color transparent" href="#" onclick="Preview.copyToClipboard('{$url}')" title="{$c->__('button.copy_link')}">
|
|
<i class="material-icons">content_copy</i> {$c->__('button.copy_link')}
|
|
</a>
|
|
</div>
|