jellyfin-web/dashboard-ui/supporterkey.html

98 lines
4.0 KiB
HTML
Raw Normal View History

2017-08-20 14:03:58 -07:00
<div id="supporterKeyPage" data-role="page" class="page type-interior">
2013-02-20 18:33:05 -07:00
2017-08-20 14:03:58 -07:00
<style>
.expiredBackground {
background: #cc3333;
}
.nearExpiredBackground {
background: orange;
}
</style>
2017-05-06 12:42:17 -07:00
<div>
2016-03-15 22:33:31 -07:00
<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
2017-08-20 14:03:58 -07:00
<div class="hide notSupporter">
2016-03-15 22:33:31 -07:00
<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 />
2017-08-20 14:03:58 -07:00
<div class="hide isSupporter">
<h1 style="margin-bottom:0;">${Status}</h1>
<div class="paperList paperList-clear" id="status-indicator" style="margin-top:0;">
<div class="listItem">
<i class="listItemIcon md-icon">&#xE5CA;</i>
<div class="listItemBody">
<div class="listItemBodyText" id="premiere-status"></div>
<div class="listItemBodyText secondary hide" id="extended-plans"></div>
</div>
</div>
</div>
<div id="premiere-subs" class="hide">
<h2>${Subscriptions}</h2>
<div id="premiere-subs-content" class="paperList"></div>
</div>
</div>
<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
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>