jellyfin-web/dashboard-ui/home.html
2017-03-21 13:31:40 -04:00

32 lines
1.3 KiB
HTML

<div id="indexPage" style="outline: none;" data-role="page" data-dom-cache="true" class="page homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs withTabs" data-backdroptype="movie,series,game,book">
<div class="pageTabContent ehsContent fullWidth" id="homeTab" data-index="0">
<div class="ui-bar-b readOnlyContent welcomeMessage hide" style="padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;">
<h1 style="margin-top: 0;" class="tourHeader"></h1>
<p>
<button is="emby-button" type="button" class="raised submit block btnTakeTour"><span class="tourButtonText"></span></button>
</p>
</div>
<div class="sections"></div>
</div>
<div class="pageTabContent ehsContent fullWidth" id="favoritesTab" data-index="1">
<div class="favoriteSections"></div>
</div>
<div class="pageTabContent ehsContent fullWidth" id="upcomingTab" data-index="2">
<div id="upcomingItems">
</div>
<div class="noItemsMessage hide">
<p>${MessageNothingHere}</p>
<p>
<a href="metadata.html">${MessagePleaseEnsureInternetMetadata}</a>
</p>
</div>
</div>
<div data-role="content">
</div>
</div>