mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
70 lines
3.1 KiB
HTML
70 lines
3.1 KiB
HTML
<div id="supporterKeyPage" data-role="page" class="page type-interior" data-require="emby-collapse,scripts/supporterkeypage,emby-input,emby-button">
|
|
|
|
<div>
|
|
<div class="content-primary">
|
|
<div class="readOnlyContent">
|
|
|
|
<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">
|
|
<button is="emby-button" type="button" class="raised block button-accent">
|
|
<span>${HeaderBecomeProjectSupporter}</span>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<form id="supporterKeyForm">
|
|
|
|
<div style="margin: 3em 0 1em;">
|
|
|
|
<h1>${TabSupporterKey}</h1>
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtSupporterKey" label="${LabelSupporterKey}" autocomplete="off" />
|
|
<div class="fieldDescription">
|
|
${LabelSupporterKeyHelp}
|
|
</div>
|
|
</div>
|
|
|
|
<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>
|
|
</div>
|
|
|
|
</div>
|
|
<p>
|
|
<button is="emby-button" type="submit" id="mbLegacyKeyBtn" class="raised block button-submit">
|
|
<span>${ButtonSave}</span>
|
|
</button>
|
|
</p>
|
|
</form>
|
|
<br />
|
|
<div is="emby-collapse" title="${HeaderForgotKey}">
|
|
<div class="collapseContent">
|
|
<form id="lostKeyForm">
|
|
<div style="margin: 1em 0;" class="inputContainer">
|
|
<input is="emby-input" type="email" required id="txtEmail" label="${LabelEmailAddress}" />
|
|
<div class="fieldDescription">${LabelSupporterEmailAddress}</div>
|
|
</div>
|
|
<p>
|
|
<button is="emby-button" type="submit" id="mbRetrieveKeyBtn" class="raised block button-submit">
|
|
<span>${ButtonRetrieveKey}</span>
|
|
</button>
|
|
</p>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |