jellyfin-web/dashboard-ui/notificationsettings.html

30 lines
1.0 KiB
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-06-07 21:47:19 -07:00
<div id="notificationSettingsPage" data-role="page" class="page type-interior notificationConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Notifications" data-require="scripts/notificationsettings">
2014-04-25 13:47:56 -07:00
<div data-role="content">
<div class="content-primary">
2015-04-05 20:47:01 -07:00
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="#" data-role="button" class="ui-btn-active">${TabNotifications}</a>
<a href="appservices.html?context=notifications" data-role="button">${TabServices}</a>
</div>
2014-04-26 20:42:05 -07:00
<div class="readOnlyContent">
<p>${HeaderNotificationList}</p>
2015-03-06 23:52:46 -07:00
<p>${HeaderSendNotificationHelp}</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>