mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
28 lines
730 B
HTML
28 lines
730 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title></title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div id="itemByNameDetailPage" data-role="page" class="page libraryPage" data-theme="a">
|
|||
|
<div data-role="content" style="padding-top: 0;">
|
|||
|
|
|||
|
<h1 id="itemName" style="padding-left: 10px; margin: 0;"></h1>
|
|||
|
|
|||
|
<div style="padding: 10px;">
|
|||
|
<div class="itemImageBlock">
|
|||
|
<div id="itemMedia" style="position: relative;">
|
|||
|
<div id="itemImage"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="itemDetailBlock">
|
|||
|
|
|||
|
<p id="itemOverview"></p>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|