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