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

25 lines
676 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-01-19 15:53:02 -05:00
<title>${TitleNotifications}</title>
</head>
<body>
2015-01-19 15:53:02 -05:00
<div id="notificationsPage" data-role="page" class="page type-interior notificationConfigurationPage">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
2014-07-29 23:31:35 -04:00
2014-05-27 10:30:21 -04:00
<div class="notificationsList" style="margin-top: 1em;">
</div>
2014-07-29 23:31:35 -04:00
2014-07-26 13:30:15 -04:00
<p style="display:none;" class="btnMarkReadContainer"><button class="btnMarkRead" type="button" data-icon="check">${ButtonMarkRead}</button></p>
</div>
</div>
</div>
</div>
</body>
</html>