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

use mblogo instead of home

This commit is contained in:
Luke Pulverenti 2013-04-19 00:27:16 -04:00
parent f44861b09b
commit f9fb418c1d
29 changed files with 431 additions and 409 deletions

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="boxsetPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="boxsetPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/mblogoicon.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
@ -42,11 +42,11 @@
</div> </div>
<div data-role="collapsible" id="moviesCollapsible" data-mini="true"> <div data-role="collapsible" id="moviesCollapsible" data-mini="true">
<h3>Titles</h3> <h3><span class="collapsibleTitle">Titles</span></h3>
<div id="moviesContent"></div> <div id="moviesContent"></div>
</div> </div>
<div data-role="collapsible" id="trailersCollapsible" class="hide" data-mini="true"> <div data-role="collapsible" id="trailersCollapsible" class="hide" data-mini="true">
<h3>Trailers</h3> <h3><span class="collapsibleTitle">Trailers</span></h3>
<div id="trailersContent"></div> <div id="trailersContent"></div>
</div> </div>
<div data-role="collapsible" id="galleryCollapsible" data-mini="true"> <div data-role="collapsible" id="galleryCollapsible" data-mini="true">

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="boxsetsPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="boxsetsPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/mblogoicon.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button">Suggested</a> <a href="moviesrecommended.html" data-role="button">Suggested</a>

View file

@ -12,7 +12,7 @@
} }
.libraryPageHeader a { .libraryPageHeader a {
margin-right: 20px; margin-right: 15px;
} }
.libraryPage .ui-content { .libraryPage .ui-content {
@ -61,7 +61,7 @@
.listPaging { .listPaging {
text-align: center; text-align: center;
margin: .5em 0; margin: .5em 0 .25em;
} }
@media all and (min-width: 650px) { @media all and (min-width: 650px) {
@ -75,6 +75,16 @@
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
} }
.viewSettings {
margin-bottom: 0;
padding-right: 300px;
}
.topListPaging {
padding-left: 300px;
margin-top: -35px;
}
} }
/*@media all and (min-width: 1000px) { /*@media all and (min-width: 1000px) {

View file

@ -279,7 +279,7 @@ form, .readOnlyContent {
} }
.header { .header {
padding-left: 30px; padding-left: 15px;
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
} }

View file

@ -4,9 +4,9 @@
<title>Media Browser</title> <title>Media Browser</title>
</head> </head>
<body> <body>
<div id="gameGenresPage" data-role="page" class="page libraryPage noLogoPage listPage" data-theme="a"> <div id="gameGenresPage" data-role="page" class="page libraryPage noLogoPage listPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Games</h1> <img src="css/images/mblogoicon.png"></a>Games</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="gamesrecommended.html" data-role="button">Suggested</a> <a href="gamesrecommended.html" data-role="button">Suggested</a>
@ -71,6 +71,6 @@
</form> </form>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -4,9 +4,9 @@
<title>Media Browser</title> <title>Media Browser</title>
</head> </head>
<body> <body>
<div id="gamesPage" data-role="page" class="page libraryPage noLogoPage listPage" data-theme="a"> <div id="gamesPage" data-role="page" class="page libraryPage noLogoPage listPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Games</h1> <img src="css/images/mblogoicon.png"></a>Games</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="gamesrecommended.html" data-role="button">Suggested</a> <a href="gamesrecommended.html" data-role="button">Suggested</a>
@ -111,6 +111,6 @@
</fieldset> </fieldset>
</form> </form>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -4,9 +4,9 @@
<title>Media Browser</title> <title>Media Browser</title>
</head> </head>
<body> <body>
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="gamesRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Games</h1> <img src="css/images/mblogoicon.png"></a>Games</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="gamesrecommended.html" data-role="button" class="ui-btn-active">Suggested</a> <a href="gamesrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
@ -33,6 +33,6 @@
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -4,9 +4,9 @@
<title>Media Browser</title> <title>Media Browser</title>
</head> </head>
<body> <body>
<div id="gameStudiosPage" data-role="page" class="page libraryPage noLogoPage listPage" data-theme="a"> <div id="gameStudiosPage" data-role="page" class="page libraryPage noLogoPage listPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Games</h1> <img src="css/images/mblogoicon.png"></a>Games</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="gamesrecommended.html" data-role="button">Suggested</a> <a href="gamesrecommended.html" data-role="button">Suggested</a>
@ -70,6 +70,6 @@
</fieldset> </fieldset>
</form> </form>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="gamesystemPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="gamesystemPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Games</h1> <img src="css/images/mblogoicon.png"></a>Games</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">

View file

@ -4,9 +4,9 @@
<title>Media Browser</title> <title>Media Browser</title>
</head> </head>
<body> <body>
<div id="gamesystemsPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="gamesystemsPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Games</h1> <img src="css/images/mblogoicon.png"></a>Games</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="gamesrecommended.html" data-role="button">Suggested</a> <a href="gamesrecommended.html" data-role="button">Suggested</a>
@ -71,6 +71,6 @@
</fieldset> </fieldset>
</form> </form>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="movieGenresPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="movieGenresPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/mblogoicon.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button">Suggested</a> <a href="moviesrecommended.html" data-role="button">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="moviePeoplePage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="moviePeoplePage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/mblogoicon.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button">Suggested</a> <a href="moviesrecommended.html" data-role="button">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="moviesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="moviesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/mblogoicon.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button">Suggested</a> <a href="moviesrecommended.html" data-role="button">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="moviesRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/mblogoicon.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button" class="ui-btn-active">Suggested</a> <a href="moviesrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="movieStudiosPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="movieStudiosPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/mblogoicon.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button">Suggested</a> <a href="moviesrecommended.html" data-role="button">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="movieTrailersPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="movieTrailersPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/mblogoicon.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="moviesrecommended.html" data-role="button">Suggested</a> <a href="moviesrecommended.html" data-role="button">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="musicRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="musicRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Music</h1> <img src="css/images/mblogoicon.png"></a>Music</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Suggested</a> <a href="musicrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>

View file

@ -4,9 +4,9 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<div id="playlistPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="playlistPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Now Playing</h1> <img src="css/images/mblogoicon.png"></a>Now Playing</h1>
<div data-role="content"> <div data-role="content">
@ -31,12 +31,18 @@
</div> </div>
</div> </div>
<!-- temp styling --> <!-- temp styling -->
<style> <style>
#playlistTable {width:80%;margin:auto;} #playlistTable {
#playlistTable th, #playlistTable td {padding:4px 10px;} width: 80%;
</style> margin: auto;
}
#playlistTable th, #playlistTable td {
padding: 4px 10px;
}
</style>
</body> </body>
</html> </html>

View file

@ -28,6 +28,8 @@
$('#galleryCollapsible', page).hide(); $('#galleryCollapsible', page).hide();
} }
$('#moviesCollapsible .collapsibleTitle', page).html('Titles (' + item.ChildCount + ')');
Dashboard.hideLoadingMsg(); Dashboard.hideLoadingMsg();
}); });
} }

View file

@ -719,7 +719,7 @@ var Dashboard = {
var html = '<div class="content-secondary ui-bar-a toolsSidebar">'; var html = '<div class="content-secondary ui-bar-a toolsSidebar">';
html += '<h1><a href="index.html" class="imageLink" style="margin-left: 0;margin-right: 20px;"> <img src="css/images/home.png" /></a>Tools</h1>'; html += '<h1><a href="index.html" class="imageLink" style="margin-left: 0;margin-right: 20px;"> <img src="css/images/mblogoicon.png" /></a>Tools</h1>';
html += '<div class="sidebarLinks">'; html += '<div class="sidebarLinks">';

View file

@ -30,6 +30,8 @@
$('#galleryCollapsible', page).hide(); $('#galleryCollapsible', page).hide();
} }
$('#episodesCollapsible .collapsibleTitle', page).html('Episodes (' + item.ChildCount + ')');
Dashboard.hideLoadingMsg(); Dashboard.hideLoadingMsg();
}); });
} }

View file

@ -69,6 +69,8 @@
$('#itemMiscInfo', page).html(LibraryBrowser.getMiscInfoHtml(item)); $('#itemMiscInfo', page).html(LibraryBrowser.getMiscInfoHtml(item));
$('#seasonsCollapsible .collapsibleTitle', page).html('Seasons (' + item.ChildCount + ')');
LibraryBrowser.renderPremiereDate($('#itemPremiereDate', page), item); LibraryBrowser.renderPremiereDate($('#itemPremiereDate', page), item);
LibraryBrowser.renderGenres($('#itemGenres', page), item); LibraryBrowser.renderGenres($('#itemGenres', page), item);
LibraryBrowser.renderStudios($('#itemStudios', page), item); LibraryBrowser.renderStudios($('#itemStudios', page), item);
@ -88,7 +90,7 @@
SortBy: "SortName", SortBy: "SortName",
Fields: "PrimaryImageAspectRatio,ItemCounts,DisplayMediaType,DateCreated,UserData" Fields: "PrimaryImageAspectRatio,ItemCounts,DisplayMediaType,DateCreated,UserData"
}).done(function(result) { }).done(function (result) {
var html = LibraryBrowser.getPosterDetailViewHtml({ var html = LibraryBrowser.getPosterDetailViewHtml({
items: result.Items, items: result.Items,

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="tvGenresPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="tvGenresPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1> <img src="css/images/mblogoicon.png"></a>TV Shows</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="tvrecommended.html" data-role="button">Suggested</a> <a href="tvrecommended.html" data-role="button">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="tvPeoplePage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="tvPeoplePage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1> <img src="css/images/mblogoicon.png"></a>TV Shows</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="tvrecommended.html" data-role="button">Suggested</a> <a href="tvrecommended.html" data-role="button">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="tvRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="tvRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1> <img src="css/images/mblogoicon.png"></a>TV Shows</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Suggested</a> <a href="tvrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="tvSeasonPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="tvSeasonPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1> <img src="css/images/mblogoicon.png"></a>TV Shows</h1>
<div data-role="content"> <div data-role="content">
@ -44,11 +44,11 @@
</div> </div>
<div data-role="collapsible" id="episodesCollapsible" data-mini="true"> <div data-role="collapsible" id="episodesCollapsible" data-mini="true">
<h3>Episodes</h3> <h3><span class="collapsibleTitle">Episodes</span></h3>
<div id="episodesContent"></div> <div id="episodesContent"></div>
</div> </div>
<div data-role="collapsible" id="trailersCollapsible" class="hide" data-mini="true"> <div data-role="collapsible" id="trailersCollapsible" class="hide" data-mini="true">
<h3>Trailers</h3> <h3><span class="collapsibleTitle">Trailers</span></h3>
<div id="trailersContent"></div> <div id="trailersContent"></div>
</div> </div>
<div data-role="collapsible" id="castCollapsible" class="hide" data-mini="true"> <div data-role="collapsible" id="castCollapsible" class="hide" data-mini="true">

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="tvSeriesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="tvSeriesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1> <img src="css/images/mblogoicon.png"></a>TV Shows</h1>
<div data-role="content"> <div data-role="content">
@ -43,11 +43,11 @@
</div> </div>
<div data-role="collapsible" id="seasonsCollapsible" data-mini="true"> <div data-role="collapsible" id="seasonsCollapsible" data-mini="true">
<h3>Seasons</h3> <h3><span class="collapsibleTitle">Seasons</span></h3>
<div id="seasonsContent"></div> <div id="seasonsContent"></div>
</div> </div>
<div data-role="collapsible" id="trailersCollapsible" class="hide" data-mini="true"> <div data-role="collapsible" id="trailersCollapsible" class="hide" data-mini="true">
<h3>Trailers</h3> <h3><span class="collapsibleTitle">Trailers</span></h3>
<div id="trailersContent"></div> <div id="trailersContent"></div>
</div> </div>
<div data-role="collapsible" id="castCollapsible" class="hide" data-mini="true"> <div data-role="collapsible" id="castCollapsible" class="hide" data-mini="true">

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="tvShowsPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="tvShowsPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1> <img src="css/images/mblogoicon.png"></a>TV Shows</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="tvrecommended.html" data-role="button">Suggested</a> <a href="tvrecommended.html" data-role="button">Suggested</a>

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="tvStudiosPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="tvStudiosPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1> <img src="css/images/mblogoicon.png"></a>TV Shows</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="tvrecommended.html" data-role="button">Suggested</a> <a href="tvrecommended.html" data-role="button">Suggested</a>