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-06-08 00:47:19 -04: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 16:47:56 -04:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
2015-04-05 23:47:01 -04: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 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>
|