scheduledTasks.html 621 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Scheduled Tasks</title>
  5. </head>
  6. <body>
  7. <div id="scheduledTasksPage" data-role="page" class="page type-interior">
  8. <div data-role="content">
  9. <div class="content-primary">
  10. <div class="readOnlyContent">
  11. <p>Below are Media Browser's scheduled tasks. Click into a task to adjust it's schedule.</p>
  12. <ul id="ulScheduledTasks" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="Play"></ul>
  13. </div>
  14. </div>
  15. </div>
  16. </div>
  17. </body>
  18. </html>