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.
31 lines
1.1 KiB
31 lines
1.1 KiB
<section id="visio_dialog">
|
|
{$url = $contact->getPhoto('l')}
|
|
<ul class="list thick">
|
|
<li>
|
|
<div>
|
|
{if="$url"}
|
|
<p class="center">
|
|
<img src="{$url}">
|
|
</p>
|
|
{/if}
|
|
<p class="normal center">
|
|
{if="$withvideo"}
|
|
{$c->__('visio.video_call')}
|
|
{else}
|
|
{$c->__('visio.audio_call')}
|
|
{/if}
|
|
</p>
|
|
<p class="center">{$contact->truename}</p>
|
|
<p class="center">{$c->__('visio.calling')}</p>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<div class="no_bar">
|
|
<button onclick="VisioLink_ajaxReject('{$from|echapJS}', '{$id}'); Dialog_ajaxClear()" class="button flat">
|
|
{$c->__('button.refuse')}
|
|
</button>
|
|
<button onclick="VisioLink.openVisio('{$from|echapJS}', '{$id}', {if="$withvideo"}true{else}false{/if}); Dialog_ajaxClear();" class="button flat green">
|
|
{$c->__('button.reply')}
|
|
</button>
|
|
</div>
|