2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<title>${TitleSupport}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="supporterKeyPage" data-role="page" class="page type-interior">
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="support.html" data-role="button">${TabGeneral}</a>
|
|
|
|
|
<a href="log.html" data-role="button">${TabLog}</a>
|
|
|
|
|
<a href="supporter.html" data-role="button">${TabBecomeSupporter}</a>
|
|
|
|
|
<a href="supporterkey.html" data-role="button" class="ui-btn-active">${TabSupporterKey}</a>
|
|
|
|
|
<a href="about.html" data-role="button">${TabAbout}</a>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<form id="supporterKeyForm">
|
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<label for="txtSupporterKey">MB3 Supporter Key (paste from email)</label>
|
|
|
|
|
<input type="password" id="txtSupporterKey" name="txtSupporterKey" data-inline="true" />
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser. <strong>MB3 keys only.</strong>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p style="display: none; padding: 1em; border-radius: 5px; font-weight: normal;" class="ui-bar-a notSupporter">
|
|
|
|
|
<strong>MB3 Key Missing or Invalid</strong> - in order for any premium content to be registered, you must also be an MB3 Supporter.
|
2013-12-25 20:44:26 -07:00
|
|
|
|
Please <a href="supporter.html">donate</a> and support the continued development of the core product. Thank you.
|
2013-07-14 15:01:02 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</p>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<div style="margin: 2em 0;">
|
|
|
|
|
<label for="txtLegacyKey">MB2 Supporter Key</label>
|
|
|
|
|
<input type="password" id="txtLegacyKey" name="txtLegacyKey" data-inline="true" />
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
Some premium plugins may give credit for registrations with previous versions in MB2.
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</div>
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" id="mbLegacyKeyBtn" data-theme="b" data-icon="check">Save</button>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
<br />
|
|
|
|
|
<div data-role="collapsible">
|
|
|
|
|
<h3>Lost Key</h3>
|
|
|
|
|
<div>
|
|
|
|
|
<form id="lostKeyForm">
|
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<label for="txtEmail">Email Address</label>
|
|
|
|
|
<input type="email" required id="txtEmail" name="txtEmail" data-inline="true" />
|
|
|
|
|
<div class="fieldDescription">The email address that was used to purchase the key.</div>
|
|
|
|
|
</div>
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" id="mbRetrieveKeyBtn" data-icon="action" data-theme="b">Retrieve Key</button>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<div data-role="collapsible">
|
|
|
|
|
<h3>Multiple Key Linking</h3>
|
|
|
|
|
<div>
|
2013-09-26 08:30:47 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<form id="linkKeysForm">
|
|
|
|
|
<p>
|
|
|
|
|
If you have more than one supporter key, use this form to link the old key's registrations with your new one.
|
|
|
|
|
</p>
|
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<label for="txtEmail">Current Email Address</label>
|
|
|
|
|
<input type="email" required id="txtNewEmail" name="txtNewEmail" data-inline="true" />
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
The current email address to which your new key was sent.
|
|
|
|
|
</div>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
</div>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<p>
|
|
|
|
|
<label for="txtNewKey">New Supporter Key</label>
|
|
|
|
|
<input type="password" required="required" id="txtNewKey" name="txtNewKey" data-inline="true" />
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<label for="txtOldKey">Old Supporter Key</label>
|
|
|
|
|
<input type="password" required="required" id="txtOldKey" name="txtOldKey" data-inline="true" />
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" id="mbLinkKeysBtn" data-icon="check" data-theme="b">Link Keys</button>
|
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2013-09-26 08:30:47 -07:00
|
|
|
|
</div>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-01-02 14:21:06 -07:00
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$('#supporterKeyForm').on('submit', SupporterKeyPage.updateSupporterKey);
|
|
|
|
|
$('#lostKeyForm').on('submit', SupporterKeyPage.retrieveSupporterKey);
|
|
|
|
|
$('#linkKeysForm').on('submit', SupporterKeyPage.linkSupporterKeys);
|
|
|
|
|
</script>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|