blob: b93da53984bbc04292374c5a51c311d573d57cac [file] [log] [blame]
Clement Escoffier3cdc5f72010-07-12 17:40:19 +00001<script type="text/javascript" src="${pluginRoot}/res/ui/handler.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">Handler Name</th>
20 <th class="col_Type">Handler Type</th>
21 <th class="col_Bundle">Bundle</th>
22 <th class="col_State">State</th>
23 <th class="col_Missing">Missing Handlers</th>
24 </tr>
25 </thead>
26 <tbody>
27 <tr><!-- template -->
28 <td class="name">&nbsp; </td>
29 <td class="type">&nbsp; </td>
30 <td class="bundle">&nbsp;</td>
31 <td class="state">&nbsp;</td>
32 <td class="missing">&nbsp; </td>
33 </tr>
34 </tbody>
35</table>
36
37<!-- bottom header -->
38<form method="post" enctype="multipart/form-data" action="">
39 <div class="ui-widget-header ui-corner-bottom buttonGroup">
40 <button class="instancesButton" type="button">Instances</button>
41 <button class="factoriesButton" type="button">Factories</button>
42 <button class="handlersButton" type="button">Handlers</button>
43 </div>
44</form>
45
46<!-- status line -->
47<p class="statline">&nbsp;</p>