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

31 lines
1.1 KiB
HTML
Raw Normal View History

2014-04-25 16:47:56 -04:00
<!DOCTYPE html>
<html>
<head>
<title>${TitleAdvanced}</title>
</head>
<body>
2014-12-24 01:28:40 -05:00
<div id="notificationSettingsPage" data-role="page" class="page type-interior advancedConfigurationPage" 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">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="advanced.html" data-role="button">${TabGeneral}</a>
<a href="#" data-role="button" class="ui-btn-active">${TabNotifications}</a>
2014-07-21 21:29:06 -04:00
<a href="scheduledtasks.html" data-role="button">${TabScheduledTasks}</a>
2014-04-25 16:47:56 -04:00
</div>
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>