More Registration page tweaks; add boilerplate to Trial and Replacement key dialog boxes.

This commit is contained in:
Tom Mortensen
2016-07-04 23:54:12 -07:00
parent 773ca45511
commit ec6107e46f
3 changed files with 12 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ Registered GUID:
<span class="thanks">Thank you for trying unRAID Server OS!</span>
<div markdown="1" class="remark">
Your server will not be usable until you purchase a registration key or download a **free** 30-day *Trial* key.
Your server will not be usable until you purchase a registration key or install a <big>**free** 30-day *Trial*</big> key.
<br>Registration keys are bound to your USB Flash boot device GUID (serial number). Please use a high-quality device
between 512MB and 32GB in size.

View File

@@ -57,6 +57,10 @@ Email address: <input type="text" name="email" maxlength="1024" value="" style="
<input type="button" value="Replace Key" onclick="replaceKey(this.form.email.value.trim(), '<?=$var['flashGUID']?>', '<?=$keyfile?>')">
<p>A link to your replacement key will be delivered to this email address.
<p><strong>Note:</strong>
Once a replacement key is generated, your old USB Flash device will be <b>blacklisted</b>.
</form>
</div>
</body>

View File

@@ -56,6 +56,13 @@ Email address: <input type="text" name="email" maxlength="1024" value="" style="
<input type="button" value="Register Trial" onclick="registerTrial(this.form.email.value.trim(), '<?=$var['flashGUID']?>')">
<p>A link to your <i>Trial</i> key will be delivered to this email address.
<p><strong>Note:</strong>
We never send unsolicited email to anyone, nor do we authorize anyone else to do so on our behalf.
<p>Refer to our <a target="_blank" href="https://lime-technology.com/policies/">Policy Statement</a> for more information.
</form>
</div>
</body>