2013-04-10 21:57:12 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-04-14 20:54:52 -07:00
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-04-10 21:57:12 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-01-17 22:45:10 -07:00
|
|
|
<div id="playlistPage" data-role="page" class="page libraryPage">
|
2013-04-10 21:57:12 -07:00
|
|
|
|
2014-04-07 21:17:18 -07:00
|
|
|
<div class="parentName" style="text-align: center;">${HeaderNowPlaying}</div>
|
2013-04-18 21:27:16 -07:00
|
|
|
<div data-role="content">
|
2013-06-07 10:23:23 -07:00
|
|
|
|
2013-06-07 09:06:32 -07:00
|
|
|
<div id="playlist" class="detailTableContainer">
|
|
|
|
</div>
|
2013-04-18 21:27:16 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-10 21:57:12 -07:00
|
|
|
</body>
|
|
|
|
</html>
|