2014-05-21 12:45:42 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<title>Emby</title>
|
2014-05-21 12:45:42 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-25 21:10:56 -04:00
|
|
|
|
<div id="displayPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-contextname="${HeaderSettings}" data-require="scripts/mypreferencesdisplay,scripts/mypreferencescommon,paperbuttonstyle,jqmicons">
|
2015-06-16 13:37:49 -04:00
|
|
|
|
|
2014-05-21 12:45:42 -04:00
|
|
|
|
<div class="libraryViewNav">
|
2015-07-03 13:55:29 -04:00
|
|
|
|
<a href="#" class="ui-btn-active lnkDisplayPreferences">${TabGeneral}</a>
|
|
|
|
|
<a href="#" class="lnkHomeScreenPreferences">${TabHomeScreen}</a>
|
2014-09-22 17:56:54 -04:00
|
|
|
|
<a href="#" class="lnkLanguagePreferences">${TabPlayback}</a>
|
2014-10-15 23:26:39 -04:00
|
|
|
|
<a href="#" class="lnkMyProfile">${TabProfile}</a>
|
2014-05-21 12:45:42 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-05-07 18:27:01 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<br />
|
|
|
|
|
<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">
|
|
|
|
|
<div class="detailSectionHeader">
|
2015-07-03 13:55:29 -04:00
|
|
|
|
${HeaderNavigation}
|
2015-01-22 13:05:32 -05:00
|
|
|
|
</div>
|
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>
|
2015-07-03 13:55:29 -04:00
|
|
|
|
<label for="selectThemeSong">${LabelEnableThemeSongs}</label>
|
|
|
|
|
<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;">
|
|
|
|
|
<label for="selectBackdrop">${LabelEnableBackdrops}</label>
|
|
|
|
|
<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>
|
|
|
|
|
|
2015-07-03 13:55:29 -04:00
|
|
|
|
<div class="fldFullscreen">
|
|
|
|
|
<br />
|
2015-05-07 18:27:01 -04:00
|
|
|
|
<div>
|
2015-07-03 13:55:29 -04:00
|
|
|
|
<div data-role="controlgroup">
|
|
|
|
|
<label for="chkEnableFullScreen">${LabelEnableFullScreen}</label>
|
|
|
|
|
<input type="checkbox" id="chkEnableFullScreen" />
|
|
|
|
|
</div>
|
2015-05-07 18:27:01 -04:00
|
|
|
|
</div>
|
2015-01-23 23:50:45 -05:00
|
|
|
|
</div>
|
2014-10-31 00:57:24 -04:00
|
|
|
|
|
2015-05-07 18:27:01 -04:00
|
|
|
|
</div>
|
2014-10-31 00:57:24 -04:00
|
|
|
|
</div>
|
2014-06-30 22:29:27 -04:00
|
|
|
|
|
2015-07-03 13:55:29 -04:00
|
|
|
|
<div class="detailSection syncSettingsSection">
|
2015-05-07 18:27:01 -04:00
|
|
|
|
<div class="detailSectionHeader">
|
2015-07-03 13:55:29 -04:00
|
|
|
|
${HeaderSync}
|
2015-01-22 13:05:32 -05:00
|
|
|
|
</div>
|
2015-05-07 18:27:01 -04:00
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
<br />
|
2015-07-03 13:55:29 -04:00
|
|
|
|
<div>
|
2015-07-26 17:02:23 -04:00
|
|
|
|
<div data-role="controlgroup">
|
|
|
|
|
<label for="chkSyncToExternalCard">${OptionSyncToSDCard}</label>
|
|
|
|
|
<input type="checkbox" id="chkSyncToExternalCard" />
|
2015-07-03 13:55:29 -04:00
|
|
|
|
</div>
|
2015-05-07 18:27:01 -04:00
|
|
|
|
</div>
|
2015-03-31 12:24:16 -04:00
|
|
|
|
|
2015-07-03 13:55:29 -04:00
|
|
|
|
</div>
|
2015-01-22 13:05:32 -05:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-07-03 13:55:29 -04:00
|
|
|
|
<div class="detailSection requiresUserPreferences">
|
2015-05-07 18:27:01 -04:00
|
|
|
|
<div class="detailSectionHeader">
|
2015-07-03 13:55:29 -04:00
|
|
|
|
${HeaderDisplay}<span style="color:#52B54B;margin-left:.5em;">*</span>
|
2015-01-22 13:05:32 -05:00
|
|
|
|
</div>
|
2015-05-07 18:27:01 -04:00
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
<br />
|
2015-01-22 13:05:32 -05:00
|
|
|
|
<div data-role="controlgroup">
|
2015-05-07 18:27:01 -04:00
|
|
|
|
<div>
|
|
|
|
|
<input type="checkbox" id="chkDisplayMissingEpisodes" />
|
|
|
|
|
<label for="chkDisplayMissingEpisodes">${LabelDisplayMissingEpisodesWithinSeasons}</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<input type="checkbox" id="chkDisplayUnairedEpisodes" />
|
|
|
|
|
<label for="chkDisplayUnairedEpisodes">${LabelUnairedMissingEpisodesWithinSeasons}</label>
|
|
|
|
|
</div>
|
2015-01-22 13:05:32 -05:00
|
|
|
|
</div>
|
2015-05-07 18:27:01 -04:00
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<div data-role="controlgroup">
|
|
|
|
|
<input type="checkbox" id="chkDisplayTrailersWithinMovieSuggestions" />
|
|
|
|
|
<label for="chkDisplayTrailersWithinMovieSuggestions">${LabelDisplayTrailersWithinMovieSuggestions}</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription">${LabelDisplayTrailersWithinMovieSuggestionsHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<div data-role="controlgroup">
|
|
|
|
|
<input type="checkbox" id="chkGroupMoviesIntoCollections" />
|
|
|
|
|
<label for="chkGroupMoviesIntoCollections">${LabelGroupMoviesIntoCollections}</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription">${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>
|
2014-08-18 21:42:53 -04:00
|
|
|
|
|
2015-06-16 13:37:49 -04:00
|
|
|
|
<div>
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
|
|
|
|
</div>
|
2015-07-03 13:55:29 -04:00
|
|
|
|
<p>
|
|
|
|
|
<span style="color:#52B54B;margin-left:.5em;margin-right:.5em;">*</span><span>${LegendTheseSettingsShared}</span>
|
|
|
|
|
</p>
|
2015-05-07 18:27:01 -04:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2014-05-21 12:45:42 -04:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|