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/mypreferencesdisplay.html

72 lines
3.3 KiB
HTML
Raw Normal View History

2014-05-21 12:45:42 -04:00
<!DOCTYPE html>
2016-02-21 01:25:25 -05:00
<html>
2014-05-21 12:45:42 -04:00
<head>
2015-03-21 14:12:12 -04:00
<title>Emby</title>
2014-05-21 12:45:42 -04:00
</head>
<body>
2015-12-14 10:43:03 -05:00
<div id="displayPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderDisplaySettings}" data-require="scripts/mypreferencesdisplay,paper-checkbox" data-backbutton="true" data-menubutton="false">
2014-05-21 12:45:42 -04:00
2015-05-07 18:27:01 -04:00
<div data-role="content">
<form class="displayPreferencesForm userProfileSettingsForm" style="margin: 0 auto;">
2014-06-04 22:32:40 -04:00
2015-05-07 18:27:01 -04:00
<div class="detailSection">
2015-07-28 15:42:24 -04:00
<h1>
2015-07-03 13:55:29 -04:00
${HeaderNavigation}
2015-07-28 15:42:24 -04:00
</h1>
2015-05-07 18:27:01 -04:00
<div class="detailSectionContent">
2015-07-03 13:55:29 -04:00
<br />
2015-05-07 18:27:01 -04:00
<div>
2016-02-07 16:48:08 -05:00
<label for="selectThemeSong" class="selectLabel">${LabelEnableThemeSongs}</label>
2015-07-03 13:55:29 -04:00
<select id="selectThemeSong" data-mini="true">
<option value="">${OptionAuto}</option>
<option value="1">${OptionYes}</option>
<option value="0">${OptionNo}</option>
</select>
<div class="fieldDescription">${LabelEnableThemeSongsHelp}</div>
2015-05-07 18:27:01 -04:00
</div>
<br />
2015-07-03 13:55:29 -04:00
<div class="fldEnableBackdrops" style="display:none;">
2016-02-07 16:48:08 -05:00
<label for="selectBackdrop" class="selectLabel">${LabelEnableBackdrops}</label>
2015-07-03 13:55:29 -04:00
<select id="selectBackdrop" data-mini="true">
<option value="">${OptionAuto}</option>
<option value="1">${OptionYes}</option>
<option value="0">${OptionNo}</option>
</select>
<div class="fieldDescription">${LabelEnableBackdropsHelp}</div>
2015-05-07 18:27:01 -04:00
</div>
</div>
2014-10-31 00:57:24 -04:00
</div>
2015-07-03 13:55:29 -04:00
<div class="detailSection requiresUserPreferences">
2015-07-28 15:42:24 -04:00
<h1>
2016-02-25 15:29:38 -05:00
${HeaderDisplay}
2015-07-28 15:42:24 -04:00
</h1>
2015-05-07 18:27:01 -04:00
<div class="detailSectionContent">
<br />
2015-07-28 15:42:24 -04:00
<div>
<paper-checkbox class="chkDisplayMissingEpisodes">${LabelDisplayMissingEpisodesWithinSeasons}</paper-checkbox>
2015-01-22 13:05:32 -05:00
</div>
2015-05-07 18:27:01 -04:00
<br />
<div>
2015-07-28 15:42:24 -04:00
<paper-checkbox class="chkDisplayUnairedEpisodes">${LabelUnairedMissingEpisodesWithinSeasons}</paper-checkbox>
2015-05-07 18:27:01 -04:00
</div>
<br />
2015-07-28 15:42:24 -04:00
<div>
<paper-checkbox class="chkGroupMoviesIntoCollections">${LabelGroupMoviesIntoCollections}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${LabelGroupMoviesIntoCollectionsHelp}</div>
2015-01-22 13:05:32 -05:00
</div>
</div>
2015-05-07 18:27:01 -04:00
2015-01-22 13:05:32 -05:00
</div>
2016-01-06 15:16:16 -05:00
<button type="submit" data-role="none" class="clearButton block btnSave hide">
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
</button>
2015-05-07 18:27:01 -04:00
</form>
</div>
2014-05-21 12:45:42 -04:00
</div>
</body>
</html>