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.
 
 
 
 

23 lines
771 B

<section>
<h3>{$c->__('account.title')}</h3>
<br />
<ul class="active">
{loop="$sessions"}
<li>
<div class="control">
<i onclick="Login.removeSession('{$value->jid}')" class="fa fa-times"></i>
</div>
<span onclick="Login.choose('{$value->jid}')" class="icon bubble">
<img src="{$value->getPhoto('s')}"/>
</span>
<span onclick="Login.choose('{$value->jid}')">{$value->getTrueName()}</span>
</li>
{/loop}
</ul>
</section>
<div>
<a class="button flat" href="{$c->route('admin')}">
<i class="md md-pages"></i>
</a>
<span class="button flat" onclick="Login.choose('')">{$c->__('form.another_account')}</span>
</div>