jellyfin-web/dashboard-ui/supporterkey.html

97 lines
4.6 KiB
HTML
Raw Normal View History

2016-07-24 09:46:17 -07:00
<div id="supporterKeyPage" data-role="page" class="page type-interior" data-require="emby-collapse,scripts/supporterkeypage,emby-input,emby-button">
2013-02-20 18:33:05 -07:00
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
2013-12-25 20:44:26 -07:00
2016-03-15 22:33:31 -07:00
<div>
<h1>${HeaderSupportTheTeam}</h1>
<p>${HeaderSupportTheTeamHelp}</p>
2015-10-02 10:55:26 -07:00
2016-03-15 22:33:31 -07:00
<p class="benefits"></p>
2015-10-02 10:55:26 -07:00
2016-03-15 22:33:31 -07:00
<div class="supporterContainer hide">
<br />
<a class="clearLink" href="http://emby.media/premiere" target="_blank">
2016-09-15 19:42:28 -07:00
<button is="emby-button" type="button" class="raised block button-accent">
<span>${HeaderBecomeProjectSupporter}</span>
</button>
2016-03-15 22:33:31 -07:00
</a>
2015-10-02 10:55:26 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
2015-10-02 10:55:26 -07:00
2016-03-15 22:33:31 -07:00
<form id="supporterKeyForm">
2015-10-02 10:55:26 -07:00
2016-03-15 22:33:31 -07:00
<div style="margin: 3em 0 1em;">
2013-12-26 07:21:09 -07:00
2016-03-15 22:33:31 -07:00
<h1>${TabSupporterKey}</h1>
2016-06-01 23:40:16 -07:00
<div class="inputContainer">
2016-08-31 12:17:11 -07:00
<input is="emby-input" type="text" id="txtSupporterKey" label="${LabelSupporterKey}" autocomplete="off" />
2016-03-15 22:33:31 -07:00
<div class="fieldDescription">
${LabelSupporterKeyHelp}
2014-04-19 10:43:12 -07:00
</div>
2013-12-26 07:21:09 -07:00
</div>
2016-03-15 22:33:31 -07:00
<div style="display: none; padding: 1em; margin-top: 1em; font-weight: normal;" class="ui-bar-a notSupporter">
<p>
<strong>${MessageInvalidKey}</strong>
</p>
<p>
${ErrorMessageInvalidKey}
</p>
2013-12-26 07:21:09 -07:00
</div>
2016-03-15 22:33:31 -07:00
2013-02-20 18:33:05 -07:00
</div>
2016-03-15 22:33:31 -07:00
<p>
2016-09-15 19:42:28 -07:00
<button is="emby-button" type="submit" id="mbLegacyKeyBtn" class="raised block button-submit">
<span>${ButtonSave}</span>
</button>
2016-03-15 22:33:31 -07:00
</p>
</form>
<br />
2016-07-05 11:11:28 -07:00
<div is="emby-collapse" title="${HeaderForgotKey}">
<div class="collapseContent">
2016-03-15 22:33:31 -07:00
<form id="lostKeyForm">
2016-06-01 23:40:16 -07:00
<div style="margin: 1em 0;" class="inputContainer">
2016-06-04 20:50:07 -07:00
<input is="emby-input" type="email" required id="txtEmail" label="${LabelEmailAddress}" />
2016-03-15 22:33:31 -07:00
<div class="fieldDescription">${LabelSupporterEmailAddress}</div>
</div>
<p>
2016-09-15 19:42:28 -07:00
<button is="emby-button" type="submit" id="mbRetrieveKeyBtn" class="raised block button-submit">
<span>${ButtonRetrieveKey}</span>
</button>
2016-03-15 22:33:31 -07:00
</p>
</form>
</div>
</div>
2013-02-20 18:33:05 -07:00
2016-07-05 11:11:28 -07:00
<div is="emby-collapse" title="${HeaderMultipleKeyLinking}">
<div class="collapseContent">
2016-03-15 22:33:31 -07:00
<form id="linkKeysForm">
<p>
${MultipleKeyLinkingHelp}
</p>
2016-06-01 23:40:16 -07:00
<div style="margin: 1em 0;" class="inputContainer">
2016-06-04 20:50:07 -07:00
<input is="emby-input" type="email" required id="txtNewEmail" label="${LabelCurrentEmailAddress}" />
2016-03-15 22:33:31 -07:00
<div class="fieldDescription">
${LabelCurrentEmailAddressHelp}
2016-02-16 10:39:09 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
2016-06-01 23:40:16 -07:00
<div class="inputContainer">
<input is="emby-input" type="password" required id="txtNewKey" label="${LabelNewSupporterKey}" />
2016-03-15 22:33:31 -07:00
</div>
2016-06-01 23:40:16 -07:00
<div class="inputContainer">
2016-06-04 20:50:07 -07:00
<input is="emby-input" type="password" required id="txtOldKey" label="${LabelOldSupporterKey}" />
2016-03-15 22:33:31 -07:00
</div>
<p>
2016-09-15 19:42:28 -07:00
<button is="emby-button" type="submit" id="mbLinkKeysBtn" class="raised block button-submit">
<span>${ButtonLinkKeys}</span>
</button>
2016-03-15 22:33:31 -07:00
</p>
</form>
</div>
2013-12-25 20:44:26 -07:00
</div>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>