2014-05-21 09:45:42 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-05-21 20:35:18 -07:00
|
|
|
|
<div id="displayPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-theme="b" data-contextname="${HeaderPreferences}">
|
2014-05-21 09:45:42 -07:00
|
|
|
|
<div class="libraryViewNav">
|
|
|
|
|
<a href="#" class="ui-btn-active lnkDisplayPreferences">${TabDisplay}</a>
|
|
|
|
|
<a href="#" class="lnkLanguagePreferences">${TabLanguages}</a>
|
|
|
|
|
<a href="#" class="lnkWebClientPreferences">${TabWebClient}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<form class="displayPreferencesForm" style="margin: 0 auto;">
|
2014-06-04 19:32:40 -07:00
|
|
|
|
|
|
|
|
|
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
2014-06-23 09:05:19 -07:00
|
|
|
|
${HeaderMyViews}
|
2014-06-04 19:32:40 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 0 1em;">
|
|
|
|
|
<p>${LabelSelectFolderGroups}</p>
|
|
|
|
|
<div class="folderGroupList"></div>
|
|
|
|
|
<div class="fieldDescription">${LabelSelectFolderGroupsHelp}</div>
|
|
|
|
|
</div>
|
2014-06-30 19:29:27 -07:00
|
|
|
|
<br />
|
2014-08-14 06:24:30 -07:00
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<div style="margin: 0 1em;" data-role="controlgroup">
|
2014-06-30 19:29:27 -07:00
|
|
|
|
<label for="chkDisplayCollectionView">${LabelDisplayCollectionsView}</label>
|
2014-08-18 19:49:16 -07:00
|
|
|
|
<input id="chkDisplayCollectionView" type="checkbox" />
|
2014-08-14 06:24:30 -07:00
|
|
|
|
<label for="chkDisplayFolderView">${LabelDisplayFoldersView}</label>
|
2014-08-18 19:49:16 -07:00
|
|
|
|
<input id="chkDisplayFolderView" type="checkbox" />
|
2014-06-30 19:29:27 -07:00
|
|
|
|
</div>
|
2014-06-04 19:32:40 -07:00
|
|
|
|
|
2014-08-14 06:24:30 -07:00
|
|
|
|
<br /><br />
|
2014-06-30 12:24:35 -07:00
|
|
|
|
<div style="margin: 0 1em;">
|
|
|
|
|
<p>${LabelGroupChannelsIntoViews}</p>
|
|
|
|
|
<div class="channelGroupList"></div>
|
|
|
|
|
<div class="fieldDescription">${LabelGroupChannelsIntoViewsHelp}</div>
|
|
|
|
|
</div>
|
2014-06-30 19:29:27 -07:00
|
|
|
|
|
2014-06-04 19:32:40 -07:00
|
|
|
|
<br />
|
2014-06-30 12:24:35 -07:00
|
|
|
|
<br />
|
|
|
|
|
|
2014-08-18 18:42:53 -07:00
|
|
|
|
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
|
|
|
|
${HeaderViewOrder}
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 0 1em;">
|
|
|
|
|
<p>${LabelSelectUserViewOrder}</p>
|
|
|
|
|
<div class="viewOrderList">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
|
2014-06-04 19:32:40 -07:00
|
|
|
|
<div class="detailSectionHeader" style="margin: 0 .5em;">
|
|
|
|
|
${HeaderOtherDisplaySettings}
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-05-21 09:45:42 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<input type="checkbox" id="chkDisplayMissingEpisodes" data-mini="true" />
|
|
|
|
|
<label for="chkDisplayMissingEpisodes">${LabelDisplayMissingEpisodesWithinSeasons}</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<input type="checkbox" id="chkDisplayUnairedEpisodes" data-mini="true" />
|
|
|
|
|
<label for="chkDisplayUnairedEpisodes">${LabelUnairedMissingEpisodesWithinSeasons}</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<input type="checkbox" id="chkGroupMoviesIntoCollections" data-mini="true" />
|
|
|
|
|
<label for="chkGroupMoviesIntoCollections">${LabelGroupMoviesIntoCollections}</label>
|
|
|
|
|
<div class="fieldDescription">${LabelGroupMoviesIntoCollectionsHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<button type="submit" data-theme="a" data-icon="check" data-mini="true">
|
|
|
|
|
${ButtonOk}
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" onclick="history.back();" data-icon="delete" data-mini="true">
|
|
|
|
|
${ButtonCancel}
|
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$('.displayPreferencesForm').off('submit', DisplayPreferencesPage.onSubmit).on('submit', DisplayPreferencesPage.onSubmit);
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|