pluginUpdates.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Plugins</title>
  5. </head>
  6. <body>
  7. <div id="pluginUpdatesPage" data-role="page" class="page type-interior pluginConfigurationPage">
  8. <div data-role="content">
  9. <div class="content-primary">
  10. <div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
  11. <a href="plugins.html" data-role="button">Installed Plugins</a>
  12. <a href="pluginCatalog.html" data-role="button">Plugin Catalog</a>
  13. <a href="pluginUpdates.html" data-role="button" class="ui-btn-active">Automatic Updates</a>
  14. </div>
  15. <form id="pluginUpdatesForm">
  16. <table id="tblPluginUpdates">
  17. <thead>
  18. <tr>
  19. <th></th>
  20. <th>Automatic updates</th>
  21. <th>Update level</th>
  22. </tr>
  23. </thead>
  24. <tbody id="tbodyPluginUpdates"></tbody>
  25. </table>
  26. </form>
  27. </div>
  28. </div>
  29. </div>
  30. </body>
  31. </html>