1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/AccountNext/accountnext.tpl
2015-08-19 11:28:28 +02:00

22 lines
632 B
Smarty

<div id="subscribe">
<div id="subscription_form" class="padded_right">
<ul class="simple thick">
<li>
<span>{$c->__('create.title')} {$c->__('create.server_on')} {$host}</span>
<p>{$c->__('create.loading')}</p>
</li>
</ul>
</div>
<script type="text/javascript">
MovimWebsocket.attach(function()
{
MovimWebsocket.connection.register('{$host}');
AccountNext.host = '{$host}';
});
MovimWebsocket.register(function()
{
{$getsubscriptionform}
});
</script>
</div>