mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
33 lines
954 B
Smarty
33 lines
954 B
Smarty
<section>
|
|
<h3>{$c->__('roster.search')}</h3>
|
|
<ul class="simple">
|
|
<li>
|
|
<form name="add">
|
|
<div>
|
|
<input
|
|
name="searchjid"
|
|
type="email"
|
|
title="{$c->__('roster.jid')}"
|
|
placeholder="user@server.tld"
|
|
{if="$jid != null"}
|
|
value="{$jid}"
|
|
{/if}
|
|
onkeyup="{$search}"
|
|
/>
|
|
<label for="searchjid">{$c->__('roster.add_contact_info1')}</label>
|
|
</div>
|
|
</form>
|
|
</li>
|
|
</ul>
|
|
<div id="search_results">
|
|
|
|
</div>
|
|
</section>
|
|
<div>
|
|
<a onclick="Dialog.clear()" class="button flat">
|
|
{$c->__('button.close')}
|
|
</a>
|
|
<a onclick="{$add} Dialog.clear()" class="button flat">
|
|
{$c->__('button.add')}
|
|
</a>
|
|
</div>
|