2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-05-27 17:17:48 -04:00
|
|
|
|
<div id="indexPage" data-role="page" class="page type-home libraryPage allLibraryPage backdropPage" data-theme="b" data-backdroptype="movie,series,game,book">
|
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2014-05-29 15:34:20 -04:00
|
|
|
|
<a href="#" class="ui-btn-active">${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>
|
|
|
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
2014-05-27 17:17:48 -04:00
|
|
|
|
</div>
|
2014-05-11 01:11:53 -04:00
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<div data-role="content">
|
2014-05-07 14:38:50 -04:00
|
|
|
|
|
2014-06-04 22:32:40 -04:00
|
|
|
|
<div class="ui-bar-b readOnlyContent welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;">
|
2014-05-30 17:06:57 -04:00
|
|
|
|
<h1 style="margin-top: 0;">${HeaderWelcomeToMediaBrowserWebClient}</h1>
|
|
|
|
|
<p>${MessageLearnHowToCustomize}</p>
|
|
|
|
|
<p>
|
|
|
|
|
<button class="btnDismissWelcome" type="button" data-icon="delete">${ButtonDismiss}</button>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-07-12 15:05:35 -04:00
|
|
|
|
<table class="ehsContent homeEhsContent">
|
2013-05-03 16:50:13 -04:00
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
2014-05-21 15:33:46 -04:00
|
|
|
|
<div class="sections"></div>
|
2013-05-03 16:50:13 -04:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|