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

update script loading

This commit is contained in:
Luke Pulverenti 2015-05-19 15:15:40 -04:00
parent 463ad6cfb1
commit bbdbdf346e
92 changed files with 1062 additions and 518 deletions

View file

@ -8,9 +8,9 @@
<div class="libraryViewNav scopedLibraryViewNav">
<a href="#" class="ui-btn-active">${TabHome}</a>
<a href="homelatest.html" class="homeLatestTab">${TabLatest}</a>
<a href="homelatest.html">${TabLatest}</a>
<a href="tvrecommended.html">${TabNextUp}</a>
<a href="favorites.html" class="homeFavoritesTab">${TabFavorites}</a>
<a href="favorites.html">${TabFavorites}</a>
<a href="tvupcoming.html">${TabUpcoming}</a>
</div>
@ -28,23 +28,6 @@
</div>
</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>
</div>
</div>
</body>
</html>