mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
49 lines
1.8 KiB
HTML
49 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div id="boxsetPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
|
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
|
<img src="css/images/home.png"></a>Movies</h1>
|
|
<div data-role="content">
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
|
<a href="moviesrecommended.html" data-role="button">Suggested</a>
|
|
<a href="movies.html" data-role="button">Movies</a>
|
|
<a href="boxsets.html" data-role="button" class="ui-btn-active">Box Sets</a>
|
|
<a href="moviegenres.html" data-role="button">Genres</a>
|
|
<a href="#" data-role="button">Actors</a>
|
|
<a href="#" data-role="button">Directors</a>
|
|
</div>
|
|
|
|
<h1 id="seriesName" style="padding-left: 10px; margin: 0;" class="hide"></h1>
|
|
<h1 id="itemName" style="padding-left: 10px; margin: 0;"></h1>
|
|
|
|
<div class="detailPagePrimaryInfo">
|
|
<div class="itemImageBlock">
|
|
<div id="itemMedia" style="position: relative;">
|
|
<div id="itemImage"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="itemDetailBlock">
|
|
|
|
<p id="itemTagline" style="font-style: italic;"></p>
|
|
<p id="itemOverview"></p>
|
|
<p id="itemRatings"></p>
|
|
<p id="itemCommunityRating"></p>
|
|
<p id="itemMiscInfo" class="itemMiscInfo"></p>
|
|
|
|
<p id="itemGenres"></p>
|
|
<p id="itemStudios"></p>
|
|
<p id="itemLinks"></p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|