1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/index.html

37 lines
1.1 KiB
HTML
Raw Normal View History

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-11 01:11:53 -04:00
<div id="indexPage" data-role="page" class="page type-home libraryPage allLibraryPage noSecondaryNavPage backdropPage" data-theme="b" data-backdroptype="movie,series,game,book">
2013-02-20 20:33:05 -05:00
<div data-role="content">
2014-05-07 14:38:50 -04:00
<table class="ehsContent homeEhsContent">
2013-05-03 16:50:13 -04:00
<tr>
<td>
2014-05-13 20:46:45 -04:00
<h1 class="listHeader">${HeaderMyLibrary}</h1>
<div class="myLibrary">
</div>
2014-05-01 22:54:33 -04:00
<div id="resumableSection" style="display: none;">
<h1 class="listHeader">${HeaderResume}</h1>
2013-12-27 21:46:32 -05:00
2014-05-01 22:54:33 -04:00
<div id="resumableItems">
</div>
2013-05-03 16:50:13 -04:00
</div>
2013-02-20 20:33:05 -05:00
2014-05-01 22:54:33 -04:00
<h1 class="listHeader">${HeaderLatestMedia}</h1>
<div id="recentlyAddedItems">
</div>
2013-05-03 16:50:13 -04:00
</td>
</tr>
</table>
2013-02-20 20:33:05 -05:00
</div>
</div>
</body>
</html>