You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
621 B
19 lines
621 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Scheduled Tasks</title>
|
|
</head>
|
|
<body>
|
|
<div id="scheduledTasksPage" data-role="page" class="page type-interior">
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<div class="readOnlyContent">
|
|
<p>Below are Media Browser's scheduled tasks. Click into a task to adjust it's schedule.</p>
|
|
<ul id="ulScheduledTasks" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="Play"></ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|