mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
21 lines
906 B
HTML
21 lines
906 B
HTML
<div id="notificationSettingsPage" data-role="page" class="page type-interior notificationConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Notifications" data-require="scripts/notificationsettings">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
|
|
<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>
|
|
|
|
<div class="readOnlyContent">
|
|
<p>${HeaderNotificationList}</p>
|
|
<p>${HeaderSendNotificationHelp}</p>
|
|
|
|
<div class="notificationList" style="margin-top: 2em;">
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |