2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<title>${PluginsTitle}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="pluginsPage" 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">
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabMyPlugins}</a>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<a href="plugincatalog.html" data-role="button">${TabCatalog}</a>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2013-08-28 20:20:10 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
<ul id="ulInstalledPlugins" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="minus"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|