2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div id="indexPage" data-role="page" class="page type-home libraryPage allLibraryPage backdropPage" data-backdroptype="movie,series,game,book">
|
2014-05-27 14:17:48 -07:00
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2014-05-29 12:34:20 -07:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabHome}</a>
|
2014-06-23 09:05:19 -07:00
|
|
|
|
<a href="homelatest.html">${TabLatest}</a>
|
2014-05-29 12:34:20 -07:00
|
|
|
|
<a href="tvrecommended.html">${TabNextUp}</a>
|
|
|
|
|
<a href="favorites.html">${TabFavorites}</a>
|
|
|
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
2014-05-27 14:17:48 -07:00
|
|
|
|
</div>
|
2014-05-10 22:11:53 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<div data-role="content">
|
2014-05-07 11:38:50 -07:00
|
|
|
|
|
2014-06-04 19:32:40 -07:00
|
|
|
|
<div class="ui-bar-b readOnlyContent welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;">
|
2015-01-11 11:36:26 -07:00
|
|
|
|
<h1 style="margin-top: 0;" class="tourHeader"></h1>
|
2014-05-30 14:06:57 -07:00
|
|
|
|
<p>
|
2015-01-11 11:36:26 -07:00
|
|
|
|
<button class="btnTakeTour" type="button" data-icon="arrow-r" data-iconpos="right"><span class="tourButtonText"></span></button>
|
2014-05-30 14:06:57 -07:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-08-01 19:34:45 -07:00
|
|
|
|
<div class="ehsContent homeEhsContent">
|
|
|
|
|
<div class="sections"></div>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|