blob: 16a186aef313f81da5d9a7b84fd4c601bedfc061 [file] [log] [blame]
Clement Escoffier530a19e2010-07-12 17:36:50 +00001<script type="text/javascript" src="${pluginRoot}/res/ui/factory.js"></script>
2
3
4<!-- status line -->
5<p class="statline">&nbsp;</p>
6
7<!-- top header -->
8<form method="post" enctype="multipart/form-data" action="">
9 <div class="ui-widget-header ui-corner-top buttonGroup">
10 <button class="instancesButton" type="button">Instances</button>
11 <button class="factoriesButton" type="button">Factories</button>
12 <button class="handlersButton" type="button">Handlers</button>
13 </div>
14</form>
15
16<table id="plugin_table" class="tablesorter nicetable noauto">
17 <thead>
18 <tr>
19 <th class="col_Name">Factory Name</th>
20 <th class="col_Factory">Bundle</th>
21 <th class="col_State">State</th>
22 </tr>
23 </thead>
24 <tbody>
25 <tr><!-- template -->
26 <td class="name">&nbsp; </td>
27 <td class="bundle">&nbsp;</td><!-- factory -->
28 <td class="state">&nbsp;</td><!-- state -->
29 </tr>
30 </tbody>
31</table>
32
33<!-- bottom header -->
34<form method="post" enctype="multipart/form-data" action="">
35 <div class="ui-widget-header ui-corner-bottom buttonGroup">
36 <button class="instancesButton" type="button">Instances</button>
37 <button class="factoriesButton" type="button">Factories</button>
38 <button class="handlersButton" type="button">Handlers</button>
39 </div>
40</form>
41
42<!-- status line -->
43<p class="statline">&nbsp;</p>