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

46 lines
1.4 KiB
HTML
Raw Normal View History

2013-03-27 18:29:37 -04:00
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div id="itemByNameDetailPage" data-role="page" class="page libraryPage" data-theme="a">
<div data-role="content">
2013-03-27 18:29:37 -04:00
<div class="detailPagePrimaryInfo">
2013-03-27 18:29:37 -04:00
<div class="itemImageBlock">
<div id="itemMedia" style="position: relative;">
<div id="itemImage"></div>
</div>
</div>
<div class="itemDetailBlock">
<h1 id="itemName" class="detailPageName"></h1>
2013-03-27 18:29:37 -04:00
<p id="itemOverview"></p>
2013-04-12 14:22:40 -04:00
<p id="itemMiscInfo" class="itemMiscInfo"></p>
2013-04-04 15:06:28 -04:00
<p id="itemRatings"></p>
2013-04-12 14:22:40 -04:00
<p id="itemBirthday"></p>
<p id="itemBirthLocation"></p>
<p id="itemDeathDate"></p>
2013-04-10 13:36:34 -04:00
<p id="itemLinks"></p>
2013-04-17 01:36:56 -04:00
</div>
<h2 style="margin-bottom: 0;">In Your Library</h2>
2013-04-18 00:45:00 -04:00
<div id="itemTabs"></div>
2013-04-17 01:36:56 -04:00
2013-04-19 01:08:18 -04:00
<div class="viewSettings">
<div class="viewControls">
</div>
<div class="listTopPaging">
</div>
</div>
2013-04-18 00:45:00 -04:00
<div id="items">
2013-04-17 01:36:56 -04:00
</div>
</div>
2013-03-27 18:29:37 -04:00
</div>
</div>
</body>
</html>