2013-11-21 13:48:26 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-11-21 13:48:26 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-05-17 12:50:37 -07:00
|
|
|
|
<div id="musicAlbumArtistsPage" data-role="page" class="page libraryPage" data-require="scripts/musicalbumartists,scripts/queryfilters">
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-04-02 09:26:42 -07:00
|
|
|
|
<a href="musicrecommended.html">${TabSuggestions}</a>
|
2015-05-07 07:04:10 -07:00
|
|
|
|
<a href="songs.html" class="musicSongsTab">${TabSongs}</a>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<a href="musicalbums.html">${TabAlbums}</a>
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabAlbumArtists}</a>
|
2015-05-07 07:04:10 -07:00
|
|
|
|
<a href="musicartists.html" class="musicArtistsTab">${TabArtists}</a>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a href="musicgenres.html">${TabGenres}</a>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<a href="musicvideos.html">${TabMusicVideos}</a>
|
2013-11-21 13:48:26 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="alphabetPicker">
|
|
|
|
|
</div>
|
|
|
|
|
<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-11-21 13:48:26 -07:00
|
|
|
|
</div>
|
2015-05-16 20:17:23 -07:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
2013-11-21 13:48:26 -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-11-21 13:48:26 -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="selectView">${LabelView}</label>
|
|
|
|
|
<select id="selectView">
|
|
|
|
|
<option value="List">${OptionList}</option>
|
2014-11-10 20:41:19 -07:00
|
|
|
|
<option value="Poster">${OptionPoster}</option>
|
|
|
|
|
<option value="PosterCard">${OptionPosterCard}</option>
|
2014-07-19 21:46:29 -07:00
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<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>
|
2014-11-09 21:20:11 -07:00
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<div data-role="collapsible" data-collapsed="true" data-mini="true" class="genreFilters">
|
|
|
|
|
<h2>${HeaderGenres}</h2>
|
|
|
|
|
|
|
|
|
|
<div class="filterOptions">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-07-19 21:46:29 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
2013-11-21 13:48:26 -07:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|