jellyfin-web/dashboard-ui/notificationlist.html

25 lines
676 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-01-19 13:53:02 -07:00
<title>${TitleNotifications}</title>
</head>
<body>
2015-01-19 13:53:02 -07: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 20:31:35 -07:00
2014-05-27 07:30:21 -07:00
<div class="notificationsList" style="margin-top: 1em;">
</div>
2014-07-29 20:31:35 -07:00
2014-07-26 10:30:15 -07:00
<p style="display:none;" class="btnMarkReadContainer"><button class="btnMarkRead" type="button" data-icon="check">${ButtonMarkRead}</button></p>
</div>
</div>
</div>
</div>
</body>
</html>