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

25 lines
697 B
HTML
Raw Normal View History

2014-04-25 16:47:56 -04:00
<!DOCTYPE html>
<html>
<head>
2015-01-18 14:53:34 -05:00
<title>${TitleNotifications}</title>
2014-04-25 16:47:56 -04:00
</head>
<body>
2015-01-18 14:53:34 -05:00
<div id="notificationSettingsPage" data-role="page" class="page type-interior notificationConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Notifications">
2014-04-25 16:47:56 -04:00
<div data-role="content">
<div class="content-primary">
2014-04-26 23:42:05 -04:00
<div class="readOnlyContent">
<p>${HeaderNotificationList}</p>
2015-03-07 01:52:46 -05:00
<p>${HeaderSendNotificationHelp}</p>
2014-04-25 16:47:56 -04:00
2014-04-26 23:42:05 -04:00
<div class="notificationList" style="margin-top: 2em;">
</div>
2014-04-25 16:47:56 -04:00
2014-04-26 23:42:05 -04:00
</div>
2014-04-25 16:47:56 -04:00
</div>
</div>
</div>
</body>
</html>