2013-04-19 16:57:23 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-04-19 16:57:23 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div id="musicGenresPage" data-role="page" class="page libraryPage">
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a href="musicrecommended.html">${TabSuggested}</a>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<a href="songs.html">${TabSongs}</a>
|
|
|
|
|
<a href="musicalbums.html">${TabAlbums}</a>
|
|
|
|
|
<a href="musicalbumartists.html">${TabAlbumArtists}</a>
|
|
|
|
|
<a href="musicartists.html">${TabArtists}</a>
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabGenres}</a>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<a href="musicvideos.html">${TabMusicVideos}</a>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
</div>
|
2013-04-19 16:57:23 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
2014-03-17 07:48:16 -07:00
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
2014-08-02 19:16:37 -07:00
|
|
|
|
<div class="selectionCommands" style="display: none;">
|
2014-12-10 23:20:28 -07:00
|
|
|
|
<div class="selectionCommandsControlGroup">
|
2014-08-02 19:16:37 -07:00
|
|
|
|
<button class="btnAddToPlaylist" data-mini="true" data-icon="plus" data-inline="true" title="${ButtonAddToPlaylist}">${ButtonAddToPlaylist}</button>
|
2014-12-18 21:20:07 -07:00
|
|
|
|
<button class="btnSyncItems" data-mini="true" data-icon="cloud" data-inline="true" title="${ButtonSync}">${ButtonSync}</button>
|
2014-08-02 19:16:37 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-04-19 16:57:23 -07:00
|
|
|
|
</div>
|
2015-01-22 23:15:15 -07:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer"></div>
|
2013-04-19 16:57:23 -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-19 16:57:23 -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">
|
|
|
|
|
|
|
|
|
|
<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-19 16:57:23 -07:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|