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>
|
|
|
|
|
<p>${SendNotificationHelp}</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>
|