jshint fixes
This commit is contained in:
parent
1f6f6f4c12
commit
97ecd62cc4
16 changed files with 60 additions and 17 deletions
|
@ -1,5 +1,14 @@
|
|||
<div id="supporterKeyPage" data-role="page" class="page type-interior" data-require="emby-collapse,scripts/supporterkeypage,emby-input,emby-button">
|
||||
<div id="supporterKeyPage" data-role="page" class="page type-interior">
|
||||
|
||||
<style>
|
||||
.expiredBackground {
|
||||
background: #cc3333;
|
||||
}
|
||||
|
||||
.nearExpiredBackground {
|
||||
background: orange;
|
||||
}
|
||||
</style>
|
||||
<div>
|
||||
<div class="content-primary">
|
||||
<div class="readOnlyContent">
|
||||
|
@ -32,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div style="display: none; padding: 1em; margin-top: 1em; font-weight: normal;" class="ui-bar-a notSupporter">
|
||||
<div class="hide notSupporter">
|
||||
<p>
|
||||
<strong>${MessageInvalidKey}</strong>
|
||||
</p>
|
||||
|
@ -49,6 +58,25 @@
|
|||
</p>
|
||||
</form>
|
||||
<br />
|
||||
<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"></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 />
|
||||
<div is="emby-collapse" title="${HeaderForgotKey}">
|
||||
<div class="collapseContent">
|
||||
<form id="lostKeyForm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue