jellyfin-web/dashboard-ui/index.html

34 lines
1.3 KiB
HTML
Raw Normal View History

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>
2014-05-27 14:17:48 -07: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 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;">
2014-05-30 14:06:57 -07: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-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>