jellyfin-web/dashboard-ui/itemgallery.html
2015-01-18 00:45:10 -05:00

27 lines
742 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TitleMediaBrowser}</title>
</head>
<body>
<div id="itemGalleryPage" data-role="page" class="page libraryPage">
<div data-role="content">
<div class="ehsContent">
<br />
<div class="parentName" style="display: none;">
</div>
<h1 class="itemName"></h1>
<div id="galleryCollapsible" class="detailSection">
<div class="detailSectionHeader">
${HeaderGallery}
</div>
<div id="galleryContent" class="detailSectionContent"></div>
</div>
</div>
</div>
</div>
</body>
</html>