blob: 1b5ad74286a296fadb6cbe8c86f982c76111c1c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html>
<head>
<title>Plugins</title>
</head>
<body>
<div id="pluginCatalogPage" 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" class="ui-btn-active">Plugin Catalog</a>
<a href="pluginUpdates.html" data-role="button">Automatic Updates</a>
</div>
<div id="pluginTiles"></div>
</div>
</div>
</div>
</body>
</html>
|