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/scheduledtasks.html

26 lines
980 B
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<html>
<head>
2014-07-21 21:29:06 -04:00
<title>${TitleAdvanced}</title>
2013-02-20 20:33:05 -05:00
</head>
<body>
2014-12-26 12:45:06 -05:00
<div id="scheduledTasksPage" data-role="page" class="page type-interior advancedConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Scheduled%20tasks">
2013-02-20 20:33:05 -05:00
<div data-role="content">
<div class="content-primary">
2014-07-21 21:29:06 -04:00
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="advanced.html" data-role="button">${TabGeneral}</a>
<a href="notificationsettings.html" data-role="button">${TabNotifications}</a>
<a href="#" data-role="button" class="ui-btn-active">${TabScheduledTasks}</a>
</div>
2013-02-20 20:33:05 -05:00
<div class="readOnlyContent">
2014-04-02 17:55:19 -04:00
<p>${ScheduledTasksHelp}</p>
<div id="divScheduledTasks"></div>
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
</div>
</body>
</html>