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