blob: f49ed6e944f25a83801df4c10f4f56516dc88329 [file] [log] [blame]
<script type="text/javascript" src="${pluginRoot}/res/ui/factory.js"></script>
<script>
var root_url = '${pluginRoot}';
var instances_url = '${pluginRoot}' + '/instances';
var factories_url = '${pluginRoot}' + '/factories';
var handlers_url = '${pluginRoot}' + '/handlers';
</script>
<!-- status line -->
<p class="statline">&nbsp;</p>
<!-- top header -->
<form method="post" enctype="multipart/form-data" action="">
<div class="ui-widget-header ui-corner-top buttonGroup">
<button class="instancesButton" type="button">Instances</button>
<button class="factoriesButton" type="button">Factories</button>
<button class="handlersButton" type="button">Handlers</button>
</div>
</form>
<table id="plugin_table" class="tablesorter nicetable noauto">
<thead>
<tr>
<th class="col_Name">Factory Name</th>
<th class="col_Factory">Bundle</th>
<th class="col_State">State</th>
</tr>
</thead>
<tbody>
<tr><!-- template -->
<td class="name">&nbsp; </td>
<td class="bundle">&nbsp;</td><!-- factory -->
<td class="state">&nbsp;</td><!-- state -->
</tr>
</tbody>
</table>
<!-- bottom header -->
<form method="post" enctype="multipart/form-data" action="">
<div class="ui-widget-header ui-corner-bottom buttonGroup">
<button class="instancesButton" type="button">Instances</button>
<button class="factoriesButton" type="button">Factories</button>
<button class="handlersButton" type="button">Handlers</button>
</div>
</form>
<!-- status line -->
<p class="statline">&nbsp;</p>