2013-05-01 09:45:25 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<title>Emby</title>
|
2013-05-01 09:45:25 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-05-17 21:27:48 -04:00
|
|
|
|
<div id="tvNextUpPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="series" data-require="scripts/tvlatest">
|
2014-05-01 22:54:33 -04:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-04-02 12:26:42 -04:00
|
|
|
|
<a href="tvrecommended.html">${TabSuggestions}</a>
|
2014-05-01 22:54:33 -04:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabLatest}</a>
|
2014-07-11 00:27:46 -04:00
|
|
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<a href="tvshows.html">${TabShows}</a>
|
2015-05-07 10:04:10 -04:00
|
|
|
|
<a href="episodes.html" class="tvEpisodesTab">${TabEpisodes}</a>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<a href="tvgenres.html">${TabGenres}</a>
|
2015-05-07 10:04:10 -04:00
|
|
|
|
<a href="tvpeople.html" class="tvPeopleTab">${TabPeople}</a>
|
|
|
|
|
<a href="tvstudios.html" class="tvStudiosTab">${TabNetworks}</a>
|
2013-05-15 00:05:52 -04:00
|
|
|
|
</div>
|
2013-05-01 09:45:25 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="ehsContent">
|
2014-12-18 23:20:07 -05:00
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader firstListHeader" style="display:inline-block;vertical-align:middle;">${HeaderLatestEpisodes}</h1>
|
|
|
|
|
<a href="#" class="accentButton categorySyncButton" data-category="Latest"><i class="fa fa-cloud"></i>${ButtonSync}</a>
|
|
|
|
|
</div>
|
2015-01-23 01:15:15 -05:00
|
|
|
|
<div id="latestEpisodes" class="itemsContainer">
|
2013-05-01 09:45:25 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|