2013-03-31 22:44:37 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="musicRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
|
|
|
|
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
2013-04-18 21:27:16 -07:00
|
|
|
|
<img src="css/images/mblogoicon.png"></a>Music</h1>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
2013-04-09 14:03:15 -07:00
|
|
|
|
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
2013-04-22 20:56:11 -07:00
|
|
|
|
<a href="songs.html" data-role="button">Songs</a>
|
2013-04-21 21:38:03 -07:00
|
|
|
|
<a href="musicalbums.html" data-role="button">Albums</a>
|
|
|
|
|
<a href="musicartists.html" data-role="button">Artists</a>
|
2013-04-19 16:57:23 -07:00
|
|
|
|
<a href="musicgenres.html" data-role="button">Genres</a>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
</div>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<table class="ehsContent">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<h1 class="listHeader firstListHeader">Latest Albums</h1>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<div id="recentlyAddedAlbums">
|
|
|
|
|
</div>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<h1 class="listHeader">Latest Songs</h1>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<div id="recentlyAddedSongs">
|
|
|
|
|
</div>
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<div id="recentlyPlayed" style="display: none;">
|
|
|
|
|
<h1 class="listHeader">Recently Played</h1>
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<div id="recentlyPlayedSongs">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<div id="topPlayed" style="display: none;">
|
|
|
|
|
<h1 class="listHeader">Most Frequently Played</h1>
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
|
<div id="topPlayedSongs">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|