2014-05-29 12:34:20 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2014-05-29 12:34:20 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-17 18:41:22 -07:00
|
|
|
|
<div id="favoritesPage" data-role="page" class="page type-home libraryPage allLibraryPage backdropPage" data-backdroptype="movie,series,game,book" data-require="scripts/favorites,paperbuttonstyle">
|
2014-05-29 12:34:20 -07:00
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-06-17 18:41:22 -07:00
|
|
|
|
<a href="index.html"><i class="material-icons">home</i>${TabHome}</a>
|
|
|
|
|
<a href="tvrecommended.html"><i class="material-icons">navigate_next</i>${TabNextUp}</a>
|
|
|
|
|
<a href="favorites.html" class="ui-btn-active"><i class="material-icons">favorite</i>${TabFavorites}</a>
|
|
|
|
|
<a href="tvupcoming.html"><i class="material-icons">schedule</i>${TabUpcoming}</a>
|
2014-05-29 12:34:20 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
2014-08-01 19:34:45 -07:00
|
|
|
|
<div class="ehsContent">
|
|
|
|
|
<div class="sections"></div>
|
|
|
|
|
</div>
|
2014-05-29 12:34:20 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|