2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-02 17:55:19 -04:00
|
|
|
|
<title>${PluginsTitle}</title>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</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">
|
2014-04-02 17:55:19 -04:00
|
|
|
|
<a href="plugins.html" data-role="button">${TabMyPlugins}</a>
|
|
|
|
|
<a href="plugincatalog.html" data-role="button">${TabCatalog}</a>
|
|
|
|
|
<a href="pluginupdates.html" data-role="button" class="ui-btn-active">${TabUpdates}</a>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form id="pluginUpdatesForm">
|
|
|
|
|
|
2013-04-01 13:54:35 -07:00
|
|
|
|
<table id="tblPluginUpdates" class="ui-responsive table-stroke" data-role="table">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th></th>
|
2014-04-02 17:55:19 -04:00
|
|
|
|
<th data-priority="2">${HeaderAutomaticUpdates}</th>
|
|
|
|
|
<th data-priority="3">${HeaderUpdateLevel}</th>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="tbodyPluginUpdates"></tbody>
|
|
|
|
|
</table>
|
2013-09-04 14:26:32 -04:00
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<div class="fieldDescription warningFieldDescription">
|
2014-04-02 17:55:19 -04:00
|
|
|
|
${DevBuildWarning}
|
2013-09-04 14:26:32 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|