2013-10-24 13:49:24 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-10-24 13:49:24 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-05-21 23:35:18 -04:00
|
|
|
|
<div id="tvUpcomingPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="series" data-theme="b">
|
2014-05-01 22:54:33 -04:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2014-05-29 15:34:20 -04:00
|
|
|
|
<a href="index.html">${TabHome}</a>
|
2014-06-23 12:05:19 -04:00
|
|
|
|
<a href="homelatest.html">${TabLatest}</a>
|
2014-05-29 15:34:20 -04:00
|
|
|
|
<a href="tvrecommended.html">${TabNextUp}</a>
|
|
|
|
|
<a href="favorites.html">${TabFavorites}</a>
|
2014-05-01 22:54:33 -04:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabUpcoming}</a>
|
2013-10-24 13:49:24 -04:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
2014-05-29 15:34:20 -04:00
|
|
|
|
<table class="ehsContent homeEhsContent">
|
2013-10-24 13:49:24 -04:00
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<div id="upcomingItems">
|
|
|
|
|
</div>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<div class="noItemsMessage" style="display: none;">
|
|
|
|
|
<p>${MessageNothingHere}</p>
|
|
|
|
|
<p><a href="metadata.html">${MessagePleaseEnsureInternetMetadata}</a></p>
|
|
|
|
|
</div>
|
2013-10-24 13:49:24 -04:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|