mirror of https://github.com/movim/movim
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.
22 lines
611 B
22 lines
611 B
<div id="subscribe">
|
|
<div id="subscription_form" class="padded_right">
|
|
<ul class="simple thick">
|
|
<li>
|
|
<span>{$c->__('create.title')} {$c->__('on')} {$host}</span>
|
|
<p>{$c->__('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>
|