jellyfin-web/dashboard-ui/itemgallery.html

27 lines
748 B
HTML
Raw Normal View History

2013-05-31 18:48:41 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
2013-05-31 18:48:41 -07:00
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="itemGalleryPage" data-role="page" class="page libraryPage" data-theme="b">
2013-05-31 18:48:41 -07:00
<div data-role="content">
<div class="ehsContent">
2014-01-24 11:09:50 -07:00
<br />
<div class="parentName" style="display: none;">
</div>
<h1 class="itemName"></h1>
2013-05-31 18:48:41 -07:00
<div id="galleryCollapsible" class="detailSection">
<div class="detailSectionHeader">
Gallery
</div>
<div id="galleryContent" class="detailSectionContent"></div>
</div>
</div>
</div>
</div>
</body>
</html>