2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<title>Emby</title>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-18 00:45:10 -05:00
|
|
|
|
<div id="indexPage" data-role="page" class="page type-home libraryPage allLibraryPage backdropPage" data-backdroptype="movie,series,game,book">
|
2014-05-27 17:17:48 -04:00
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2014-05-29 15:34:20 -04:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabHome}</a>
|
2014-06-23 12:05:19 -04:00
|
|
|
|
<a href="homelatest.html">${TabLatest}</a>
|
2014-05-29 15:34:20 -04:00
|
|
|
|
<a href="tvrecommended.html">${TabNextUp}</a>
|
|
|
|
|
<a href="favorites.html">${TabFavorites}</a>
|
|
|
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
2014-05-27 17:17:48 -04:00
|
|
|
|
</div>
|
2014-05-11 01:11:53 -04:00
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<div data-role="content">
|
2014-05-07 14:38:50 -04:00
|
|
|
|
|
2014-06-04 22:32:40 -04:00
|
|
|
|
<div class="ui-bar-b readOnlyContent welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;">
|
2015-01-11 13:36:26 -05:00
|
|
|
|
<h1 style="margin-top: 0;" class="tourHeader"></h1>
|
2014-05-30 17:06:57 -04:00
|
|
|
|
<p>
|
2015-01-11 13:36:26 -05:00
|
|
|
|
<button class="btnTakeTour" type="button" data-icon="arrow-r" data-iconpos="right"><span class="tourButtonText"></span></button>
|
2014-05-30 17:06:57 -04:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-08-01 22:34:45 -04:00
|
|
|
|
<div class="ehsContent homeEhsContent">
|
|
|
|
|
<div class="sections"></div>
|
|
|
|
|
</div>
|
2015-04-12 12:46:29 -04:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="popup" class="popupConfigureViews" data-overlay-theme="b" data-theme="a" data-dismissible="false" data-positionto="window">
|
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px; position: relative;">
|
|
|
|
|
|
|
|
|
|
<h3 class="identificationHeader">${HeaderMyPreferences}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content" style="max-width:600px;">
|
|
|
|
|
|
|
|
|
|
<h1>${HeaderWelcomeExclamation}</h1>
|
|
|
|
|
<p>${MyPreferencesWelcomeMessage1}</p>
|
|
|
|
|
<p style="margin:1.5em 0 2em;">${MyPreferencesWelcomeMessage2}</p>
|
|
|
|
|
<a href="#" data-role="button" data-icon="action" data-theme="b" data-mini="true" class="btnMyPreferences">${ButtonMyPreferencesWelcomeYes}</a>
|
|
|
|
|
<a href="#" data-rel="back" data-role="button" data-icon="delete" data-mini="true">${ButtonMyPreferencesWelcomeNo}</a>
|
|
|
|
|
<div class="fieldDescription" style="margin-top:1em;">${ToAccessPreferencesHelp}</div>
|
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|