jellyfin-web/dashboard-ui/notificationlist.html

23 lines
572 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-01-19 13:53:02 -07:00
<title>${TitleNotifications}</title>
</head>
<body>
2015-07-30 19:34:15 -07:00
<div id="notificationsPage" data-role="page" class="page type-interior" data-require="scripts/notificationlist,paperbuttonstyle">
<div data-role="content">
2015-07-30 19:34:15 -07:00
<div class="content-primary">
2015-07-30 19:34:15 -07:00
<div class="readOnlyContent" style="max-width:900px;">
2015-09-22 09:06:27 -07:00
<div class="notificationsList paperList" style="margin-top: 1em;">
2015-07-30 19:34:15 -07:00
</div>
2015-05-31 14:07:44 -07:00
2015-07-30 19:34:15 -07:00
</div>
</div>
</div>
</div>
</body>
</html>