2015-08-03 11:35:01 +02:00
|
|
|
<div id="subscribe">
|
2015-12-15 11:54:49 +01:00
|
|
|
<div class="flex">
|
|
|
|
<div class="block on_desktop">
|
|
|
|
<div class="placeholder icon account">
|
|
|
|
<h4>{$c->__('create.title')}</h4>
|
|
|
|
<h4>{$c->__('create.placeholder')}</h4>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="subscription_form" class="block">
|
2015-12-24 14:21:18 +01:00
|
|
|
<ul class="list simple thick">
|
2015-12-15 11:54:49 +01:00
|
|
|
<li>
|
2015-12-24 14:21:18 +01:00
|
|
|
<p>{$c->__('create.title')} {$c->__('create.server_on')} {$host}</p>
|
2015-12-15 11:54:49 +01:00
|
|
|
<p>{$c->__('create.loading')}</p>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2015-08-03 11:35:01 +02:00
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
MovimWebsocket.attach(function()
|
|
|
|
{
|
|
|
|
MovimWebsocket.connection.register('{$host}');
|
|
|
|
AccountNext.host = '{$host}';
|
|
|
|
});
|
|
|
|
|
|
|
|
MovimWebsocket.register(function()
|
|
|
|
{
|
|
|
|
{$getsubscriptionform}
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</div>
|