jellyfin-web/dashboard-ui/notificationsettings.html

25 lines
691 B
HTML
Raw Normal View History

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