mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
22 lines
632 B
Smarty
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>
|