Felix Meschberger | 1404ae5 | 2010-02-18 13:09:21 +0000 | [diff] [blame^] | 1 | <script type="text/javascript" src="res/ui/shell.js"></script> |
| 2 | |
| 3 | <p class="statline">${shell.status}</p> |
| 4 | |
| 5 | <form method="post" action="${pluginRoot}"> |
| 6 | <!-- top header --> |
| 7 | <div class="ui-widget-header ui-corner-top buttonGroup"> |
| 8 | <input id="help" value="${help}" type="button" /> |
| 9 | <input id="clear" value="${shell.clear}" type="button" /> |
| 10 | </div> |
| 11 | |
| 12 | <!-- the console window --> |
| 13 | <div id="consoleframe"> |
| 14 | <div id="console"> |
| 15 | <!-- HERE COMES CONSOLE CONTENTS --> |
| 16 | </div><!-- console --> |
| 17 | </div><!-- consoleframe --> |
| 18 | |
| 19 | <!-- bottom header --> |
| 20 | <div class="ui-widget-header ui-corner-bottom buttonGroup" style="text-align: left"> |
| 21 | -> <input id="command" name="command" class="command" autocomplete="off" type="text" /> |
| 22 | </div> |
| 23 | </form> |