Valentin Valchev | 32cf3b1 | 2011-09-12 14:45:53 +0000 | [diff] [blame] | 1 | <script type="text/javascript" src="${pluginRoot}/res/plugin.js"></script>
|
| 2 | <script type="text/javascript">
|
| 3 | // <![CDATA[
|
| 4 | var shellDisabled = ${shell.disabled};
|
| 5 | // ]]>
|
| 6 | </script>
|
| 7 | <p class="statline">${shell.status}</p>
|
| 8 |
|
| 9 | <form id="shell_form" method="post" action="${pluginRoot}">
|
| 10 | <!-- top header -->
|
| 11 | <div class="ui-widget-header ui-corner-top buttonGroup">
|
| 12 | <input id="help" value="${help}" type="button" />
|
| 13 | <input id="clear" value="${shell.clear}" type="button" />
|
| 14 | </div>
|
| 15 |
|
| 16 | <!-- the console window -->
|
| 17 | <div id="consoleframe">
|
| 18 | <div id="console">
|
| 19 | <!-- HERE COMES CONSOLE CONTENTS -->
|
| 20 | </div><!-- console -->
|
| 21 | </div><!-- consoleframe -->
|
| 22 |
|
| 23 | <!-- bottom header -->
|
| 24 | <div class="ui-widget-header ui-corner-bottom buttonGroup" style="text-align: left">
|
| 25 | -> <input id="command" name="command" class="command" autocomplete="off" type="text" />
|
| 26 | </div>
|
| 27 | </form>
|