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/itemgallery.html

27 lines
741 B
HTML
Raw Normal View History

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