2013-04-11 12:36:50 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div id="tvGenresPage" data-role="page" class="page libraryPage">
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-04-02 09:26:42 -07:00
|
|
|
|
<a href="tvrecommended.html">${TabSuggestions}</a>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a href="tvlatest.html">${TabLatest}</a>
|
2014-07-10 21:27:46 -07:00
|
|
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a href="tvshows.html">${TabShows}</a>
|
|
|
|
|
<a href="episodes.html">${TabEpisodes}</a>
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabGenres}</a>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a href="tvpeople.html">${TabPeople}</a>
|
|
|
|
|
<a href="tvstudios.html">${TabNetworks}</a>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
</div>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
2014-03-17 07:48:16 -07:00
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
</div>
|
2015-01-22 23:15:15 -07:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer"></div>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
</div>
|
2014-07-19 21:46:29 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="panel" class="viewPanel" data-theme="a" data-position="right" data-display="overlay" data-position-fixed="true">
|
2013-04-11 20:50:47 -07:00
|
|
|
|
<form>
|
2014-07-19 21:46:29 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" data-mini="true" class="viewPanelTabs">
|
|
|
|
|
<a href="#" data-role="button" class="viewTabButton" data-tab="tabView">${TabView}</a>
|
|
|
|
|
<a href="#" data-role="button" class="viewTabButton" data-tab="tabFilter">${TabFilter}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="tabView viewTab">
|
|
|
|
|
|
2014-11-10 20:41:19 -07:00
|
|
|
|
<div>
|
|
|
|
|
<label for="selectView">${LabelView}</label>
|
|
|
|
|
<select id="selectView">
|
|
|
|
|
<option value="Poster">${OptionPoster}</option>
|
|
|
|
|
<option value="Thumb">${OptionThumb}</option>
|
|
|
|
|
<option value="ThumbCard">${OptionThumbCard}</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<div>
|
|
|
|
|
<label for="selectPageSize">${LabelPageSize}</label>
|
|
|
|
|
<select id="selectPageSize"></select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tabFilter viewTab">
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
|
|
|
|
${HeaderFilters}
|
|
|
|
|
</legend>
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
|
|
|
|
<label for="chkIsFavorite">${OptionFavorite}</label>
|
|
|
|
|
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
|
|
|
|
<label for="chkLikes">${OptionLikes}</label>
|
|
|
|
|
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
|
|
|
|
<label for="chkDislikes">${OptionDislikes}</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
</div>
|
2013-04-11 20:50:47 -07:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-04-11 12:36:50 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|