2013-11-12 06:01:44 +08:00
|
|
|
<div class="b-admin-licensing" >
|
|
|
|
<div class="row">
|
|
|
|
<div class="alert alert-info span10">
|
|
|
|
RainLoop Webmail is licensed under <strong>Creative Commons
|
|
|
|
<br />
|
|
|
|
Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)</strong> license.
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
You are <strong>free</strong> to use it for your <strong>personal</strong> or <strong>non-profit</strong> projects.
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
Commercial use of <strong>RainLoop Webmail</strong> requires getting a
|
2013-12-12 06:13:41 +08:00
|
|
|
<a href="http://rainloop.net/purchase/" target="_blank">permission</a>.
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="control-group">
|
|
|
|
<label class="control-label">
|
|
|
|
Your Domain
|
|
|
|
</label>
|
|
|
|
<div class="controls">
|
|
|
|
<span class="help-inline" style="padding-top: 5px;">
|
|
|
|
<strong data-bind="text: adminDomain"></strong>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="control-group" data-bind="visible: !subscriptionEnabled()">
|
|
|
|
<div class="controls">
|
|
|
|
<div class="alert alert-block span8" style="margin-left: 0">
|
|
|
|
This domain can't be licensed for commercial use.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="control-group" data-bind="visible: subscriptionEnabled">
|
|
|
|
<div class="controls">
|
|
|
|
<div data-bind="visible: licensingProcess()">
|
2013-12-15 06:42:32 +08:00
|
|
|
<i class="icon-spinner animated"></i>
|
2013-11-12 06:01:44 +08:00
|
|
|
|
|
|
|
checking...
|
|
|
|
</div>
|
|
|
|
<div data-bind="visible: !licensingProcess()">
|
|
|
|
<div class="alert alert-block span8" style="margin-left: 0" data-bind="visible: !licensing()">
|
|
|
|
This domain isn't licensed for commercial use.
|
|
|
|
</div>
|
|
|
|
<div data-bind="visible: licensing()">
|
|
|
|
<div class="alert alert-success span8" style="margin-left: 0" data-bind="visible: licenseValid() && '' === licenseError()">
|
|
|
|
<p>
|
|
|
|
This domain is licensed for commercial use
|
|
|
|
</p>
|
|
|
|
<p data-bind="visible: 0 < licenseExpired()">
|
|
|
|
<b>Subscription expires:</b>
|
|
|
|
|
|
|
|
<span data-bind="text: licenseExpiredMomentValue()"></span>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="alert alert-error span8" style="margin-left: 0" data-bind="visible: !licenseValid() && '' !== licenseError(), text: licenseError"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="control-group" data-bind="visible: subscriptionEnabled() && !licensingProcess()">
|
|
|
|
<div class="controls">
|
2013-12-16 01:16:25 +08:00
|
|
|
<a class="btn" data-bind="click: showActivationForm">
|
2013-12-19 08:53:42 +08:00
|
|
|
<i class="icon-happy-smiley"></i>
|
2013-11-12 06:01:44 +08:00
|
|
|
|
|
|
|
Activate Subscription Key
|
2013-12-16 01:16:25 +08:00
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
<a class="btn" href="http://rainloop.net/purchase/" target="_black">
|
|
|
|
<i class="icon-purchase"></i>
|
|
|
|
|
|
|
|
Purchase
|
|
|
|
</a>
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-09-25 03:04:44 +08:00
|
|
|
</div>
|