mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<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">
|
|
<a href="#" class="ui-btn-active">${TabHome}</a>
|
|
<a href="tvrecommended.html">${TabNextUp}</a>
|
|
<a href="favorites.html">${TabFavorites}</a>
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="ui-bar-b readOnlyContent welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;">
|
|
<h1 style="margin-top: 0;">${HeaderWelcomeToMediaBrowserWebClient}</h1>
|
|
<p>${MessageLearnHowToCustomize}</p>
|
|
<p>
|
|
<button class="btnDismissWelcome" type="button" data-icon="delete">${ButtonDismiss}</button>
|
|
</p>
|
|
</div>
|
|
|
|
<table class="ehsContent homeEhsContent">
|
|
<tr>
|
|
<td>
|
|
<div class="sections"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|