mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
20 lines
594 B
HTML
20 lines
594 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleScheduledTasks}</title>
|
|
</head>
|
|
<body>
|
|
<div id="scheduledTasksPage" data-role="page" class="page type-interior scheduledTasksConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Scheduled%20tasks">
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
|
|
<div class="readOnlyContent">
|
|
<p>${HeaderSendNotificationHelp}</p>
|
|
<div id="divScheduledTasks"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|