jellyfin-web/dashboard-ui/boxset.html

49 lines
1.8 KiB
HTML
Raw Normal View History

2013-04-04 10:27:36 -07:00
<!DOCTYPE html>
2013-04-04 21:13:43 -07:00
<html>
2013-04-04 10:27:36 -07:00
<head>
2013-04-04 21:40:42 -07:00
<title></title>
2013-04-04 10:27:36 -07:00
</head>
<body>
2013-04-08 14:20:16 -07:00
<div id="boxsetPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
2013-04-10 10:36:34 -07:00
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1>
<div data-role="content">
2013-04-04 21:13:43 -07:00
2013-04-08 13:58:21 -07:00
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
2013-04-09 17:41:04 -07:00
<a href="moviesrecommended.html" data-role="button">Suggested</a>
2013-04-08 13:58:21 -07:00
<a href="movies.html" data-role="button">Movies</a>
<a href="boxsets.html" data-role="button" class="ui-btn-active">Box Sets</a>
2013-04-11 12:36:50 -07:00
<a href="moviegenres.html" data-role="button">Genres</a>
2013-04-08 13:58:21 -07:00
<a href="#" data-role="button">Actors</a>
<a href="#" data-role="button">Directors</a>
</div>
2013-04-04 21:40:42 -07:00
<h1 id="seriesName" style="padding-left: 10px; margin: 0;" class="hide"></h1>
<h1 id="itemName" style="padding-left: 10px; margin: 0;"></h1>
2013-04-04 21:13:43 -07:00
<div class="detailPagePrimaryInfo">
2013-04-04 21:40:42 -07:00
<div class="itemImageBlock">
<div id="itemMedia" style="position: relative;">
<div id="itemImage"></div>
</div>
</div>
2013-04-04 21:13:43 -07:00
2013-04-04 21:40:42 -07:00
<div class="itemDetailBlock">
2013-04-04 21:13:43 -07:00
2013-04-04 21:40:42 -07:00
<p id="itemTagline" style="font-style: italic;"></p>
<p id="itemOverview"></p>
2013-04-05 11:35:37 -07:00
<p id="itemRatings"></p>
2013-04-04 21:40:42 -07:00
<p id="itemCommunityRating"></p>
2013-04-10 22:27:27 -07:00
<p id="itemMiscInfo" class="itemMiscInfo"></p>
2013-04-04 21:13:43 -07:00
2013-04-05 11:35:37 -07:00
<p id="itemGenres"></p>
<p id="itemStudios"></p>
2013-04-10 10:36:34 -07:00
<p id="itemLinks"></p>
2013-04-04 21:40:42 -07:00
</div>
</div>
2013-04-04 10:27:36 -07:00
2013-04-04 21:40:42 -07:00
</div>
</div>
2013-04-04 10:27:36 -07:00
</body>
2013-04-04 21:13:43 -07:00
</html>