1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/supporterkey.html

98 lines
4 KiB
HTML
Raw Normal View History

2017-08-20 17:03:58 -04:00
<div id="supporterKeyPage" data-role="page" class="page type-interior">
2013-02-20 20:33:05 -05:00
2017-08-20 17:03:58 -04:00
<style>
.expiredBackground {
2017-08-23 13:10:36 -04:00
background: #cc3333 !important;
2017-08-20 17:03:58 -04:00
}
.nearExpiredBackground {
2017-08-23 13:10:36 -04:00
background: orange !important;
2017-08-20 17:03:58 -04:00
}
</style>
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
<div class="readOnlyContent">
2013-12-25 22:44:26 -05:00
2016-03-16 01:33:31 -04:00
<div>
2018-09-12 19:26:21 +02:00
<h2>${HeaderSupportTheTeam}</h2>
2016-03-16 01:33:31 -04:00
<p>${HeaderSupportTheTeamHelp}</p>
2015-10-02 13:55:26 -04:00
2016-03-16 01:33:31 -04:00
<p class="benefits"></p>
2015-10-02 13:55:26 -04:00
2016-03-16 01:33:31 -04:00
<div class="supporterContainer hide">
<br />
2017-11-29 15:43:41 -05:00
<a class="clearLink" href="https://emby.media/premiere" target="_blank">
2018-09-12 19:26:21 +02:00
<button is="emby-button" type="button" class="raised block button-submit">
2016-09-15 22:42:28 -04:00
<span>${HeaderBecomeProjectSupporter}</span>
</button>
2016-03-16 01:33:31 -04:00
</a>
2015-10-02 13:55:26 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>
2015-10-02 13:55:26 -04:00
2016-03-16 01:33:31 -04:00
<form id="supporterKeyForm">
2015-10-02 13:55:26 -04:00
2016-03-16 01:33:31 -04:00
<div style="margin: 3em 0 1em;">
2013-12-26 09:21:09 -05:00
2018-09-12 19:26:21 +02:00
<h2>${TabSupporterKey}</h2>
2016-06-02 02:40:16 -04:00
<div class="inputContainer">
2016-08-31 15:17:11 -04:00
<input is="emby-input" type="text" id="txtSupporterKey" label="${LabelSupporterKey}" autocomplete="off" />
2016-03-16 01:33:31 -04:00
<div class="fieldDescription">
${LabelSupporterKeyHelp}
2014-04-19 13:43:12 -04:00
</div>
2013-12-26 09:21:09 -05:00
</div>
2016-03-16 01:33:31 -04:00
2017-08-20 17:03:58 -04:00
<div class="hide notSupporter">
2016-03-16 01:33:31 -04:00
<p>
<strong>${MessageInvalidKey}</strong>
</p>
<p>
${ErrorMessageInvalidKey}
</p>
2013-12-26 09:21:09 -05:00
</div>
2016-03-16 01:33:31 -04:00
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
<p>
2016-09-15 22:42:28 -04:00
<button is="emby-button" type="submit" id="mbLegacyKeyBtn" class="raised block button-submit">
<span>${ButtonSave}</span>
</button>
2016-03-16 01:33:31 -04:00
</p>
</form>
<br />
2017-08-20 17:03:58 -04:00
<div class="hide isSupporter">
2018-09-12 19:26:21 +02:00
<h2 style="margin-bottom:0;">${HeaderStatus}</h2>
2017-08-20 17:03:58 -04:00
<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 14:11:28 -04:00
<div is="emby-collapse" title="${HeaderForgotKey}">
<div class="collapseContent">
2016-03-16 01:33:31 -04:00
<form id="lostKeyForm">
2016-06-02 02:40:16 -04:00
<div style="margin: 1em 0;" class="inputContainer">
2016-06-04 23:50:07 -04:00
<input is="emby-input" type="email" required id="txtEmail" label="${LabelEmailAddress}" />
2016-03-16 01:33:31 -04:00
<div class="fieldDescription">${LabelSupporterEmailAddress}</div>
</div>
<p>
2016-09-15 22:42:28 -04:00
<button is="emby-button" type="submit" id="mbRetrieveKeyBtn" class="raised block button-submit">
<span>${ButtonRetrieveKey}</span>
</button>
2016-03-16 01:33:31 -04:00
</p>
</form>
</div>
</div>
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>