mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleAdvanced}</title>
|
|
</head>
|
|
<body>
|
|
<div id="notificationSettingsPage" data-role="page" class="page type-interior advancedConfigurationPage">
|
|
|
|
<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>
|
|
<a href="advancedpaths.html" data-role="button">${TabPaths}</a>
|
|
<a href="advancedserversettings.html" data-role="button">${TabServer}</a>
|
|
<a href="encodingsettings.html" data-role="button">${TabTranscoding}</a>
|
|
</div>
|
|
|
|
<div class="readOnlyContent">
|
|
<p>${HeaderNotificationList}</p>
|
|
<p>${SendNotificationHelp}</p>
|
|
|
|
<div class="notificationList" style="margin-top: 2em;">
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|