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>
|
2015-08-31 21:15:10 -07:00
|
|
|
|
<div id="supporterKeyPage" data-role="page" class="page type-interior" data-require="jqmpopup,scripts/supporterkeypage">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<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>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="log.html" data-role="button">${TabLogs}</a>
|
2015-10-02 10:55:26 -07:00
|
|
|
|
<a href="supporterkey.html" data-role="button" class="ui-btn-active tabSupporterMembership">${TabEmbyPremiere}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<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
|
|
|
|
|
2015-10-02 10:55:26 -07:00
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderSupportTheTeam}</h1>
|
|
|
|
|
<p>${HeaderSupportTheTeamHelp}</p>
|
|
|
|
|
|
|
|
|
|
<p class="benefits"></p>
|
|
|
|
|
|
|
|
|
|
<div class="supporterContainer hide">
|
|
|
|
|
<br />
|
|
|
|
|
<a class="clearLink" href="http://emby.media/premiere" target="_blank">
|
|
|
|
|
<paper-button raised class="block accent"><iron-icon icon="check"></iron-icon><span>${HeaderBecomeProjectSupporter}</span></paper-button>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<form id="supporterKeyForm">
|
2014-04-19 10:43:12 -07:00
|
|
|
|
|
2015-10-02 10:55:26 -07:00
|
|
|
|
<div style="margin: 3em 0 1em;">
|
|
|
|
|
|
|
|
|
|
<h1>${TabSupporterKey}</h1>
|
|
|
|
|
<div>
|
|
|
|
|
<label for="txtSupporterKey">${LabelSupporterKey}</label>
|
|
|
|
|
<input type="password" id="txtSupporterKey" name="txtSupporterKey" data-inline="true" />
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
${LabelSupporterKeyHelp}
|
|
|
|
|
</div>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div style="display: none; padding: 1em; margin-top: 1em; font-weight: normal;" class="ui-bar-a notSupporter">
|
2015-10-02 10:55:26 -07:00
|
|
|
|
<p>
|
|
|
|
|
<strong>${MessageInvalidKey}</strong>
|
|
|
|
|
</p>
|
2014-04-19 10:43:12 -07:00
|
|
|
|
<p>
|
|
|
|
|
${ErrorMessageInvalidKey}
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</div>
|
|
|
|
|
<p>
|
2015-10-02 10:55:26 -07:00
|
|
|
|
<button type="submit" id="mbLegacyKeyBtn" class="clearButton">
|
|
|
|
|
<paper-button raised class="block submit"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
|
|
|
|
</button>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
<br />
|
|
|
|
|
<div data-role="collapsible">
|
2014-04-19 10:43:12 -07:00
|
|
|
|
<h3>${HeaderForgotKey}</h3>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<div>
|
|
|
|
|
<form id="lostKeyForm">
|
|
|
|
|
<div style="margin: 1em 0;">
|
2014-04-19 10:43:12 -07:00
|
|
|
|
<label for="txtEmail">${LabelEmailAddress}</label>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<input type="email" required id="txtEmail" name="txtEmail" />
|
2014-04-19 10:43:12 -07:00
|
|
|
|
<div class="fieldDescription">${LabelSupporterEmailAddress}</div>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</div>
|
|
|
|
|
<p>
|
2015-10-02 10:55:26 -07:00
|
|
|
|
<button type="submit" id="mbRetrieveKeyBtn" class="clearButton">
|
|
|
|
|
<paper-button raised class="block submit"><iron-icon icon="check"></iron-icon><span>${ButtonRetrieveKey}</span></paper-button>
|
|
|
|
|
</button>
|
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">
|
2014-04-19 10:43:12 -07:00
|
|
|
|
<h3>${HeaderMultipleKeyLinking}</h3>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<div>
|
2013-09-26 08:30:47 -07:00
|
|
|
|
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<form id="linkKeysForm">
|
|
|
|
|
<p>
|
2014-04-19 10:43:12 -07:00
|
|
|
|
${MultipleKeyLinkingHelp}
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</p>
|
|
|
|
|
<div style="margin: 1em 0;">
|
2014-04-19 10:43:12 -07:00
|
|
|
|
<label for="txtEmail">${LabelCurrentEmailAddress}</label>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<input type="email" required id="txtNewEmail" name="txtNewEmail" />
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<div class="fieldDescription">
|
2014-04-19 10:43:12 -07:00
|
|
|
|
${LabelCurrentEmailAddressHelp}
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</div>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
</div>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
<p>
|
2014-04-19 10:43:12 -07:00
|
|
|
|
<label for="txtNewKey">${LabelNewSupporterKey}</label>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<input type="password" required="required" id="txtNewKey" name="txtNewKey" />
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2014-04-19 10:43:12 -07:00
|
|
|
|
<label for="txtOldKey">${LabelOldSupporterKey}</label>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<input type="password" required="required" id="txtOldKey" name="txtOldKey" />
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2015-10-02 10:55:26 -07:00
|
|
|
|
<button type="submit" id="mbLinkKeysBtn" class="clearButton">
|
|
|
|
|
<paper-button raised class="block submit"><iron-icon icon="check"></iron-icon><span>${ButtonLinkKeys}</span></paper-button>
|
|
|
|
|
</button>
|
2013-12-26 07:21:09 -07:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2013-09-26 08:30:47 -07:00
|
|
|
|
</div>
|
2015-03-16 22:58:29 -07:00
|
|
|
|
|
2015-03-26 16:10:34 -07:00
|
|
|
|
<div style="display:none;">
|
|
|
|
|
<br />
|
|
|
|
|
<h1>${HeaderSupporterBenefits}</h1>
|
|
|
|
|
<p class="linkSupporterKeyMessage"></p>
|
|
|
|
|
<a href="https://play.google.com/store/apps/details?id=tv.mediabrowser.mediabrowsertv" target="_blank" title="Android TV">
|
|
|
|
|
<img src="css/images/clients/androidtv-tile.png" style="height:60px;" />
|
|
|
|
|
</a>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div class="supporters">
|
2015-03-16 22:58:29 -07:00
|
|
|
|
|
2015-03-26 16:10:34 -07:00
|
|
|
|
</div>
|
|
|
|
|
<button type="button" id="btnAddConnectUser" data-icon="plus">${ButtonAddUser}</button>
|
2015-03-16 22:58:29 -07:00
|
|
|
|
</div>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-03-17 08:57:06 -07:00
|
|
|
|
<div data-role="popup" class="popupAddUser popup" data-theme="a">
|
|
|
|
|
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px; position: relative;">
|
|
|
|
|
|
|
|
|
|
<h3 class="identificationHeader">${HeaderAddUser}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<form class="popupAddUserForm" style="max-width:350px;padding-top:.5em;">
|
|
|
|
|
<div>
|
|
|
|
|
<label for="selectUserToAdd">${LabelUser}</label>
|
|
|
|
|
<select id="selectUserToAdd" required="required"></select>
|
|
|
|
|
<div class="fieldDescription">${LabelAddConnectSupporterHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="check">
|
|
|
|
|
${ButtonSubmit}
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
|
|
|
|
|
${ButtonCancel}
|
|
|
|
|
</button>
|
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|