| <script type="text/javascript" src="res/ui/shell.js"></script> |
| <p class="statline">${shell.status}</p> |
| <form method="post" action="${pluginRoot}"> |
| <div class="ui-widget-header ui-corner-top buttonGroup"> |
| <input id="help" value="${help}" type="button" /> |
| <input id="clear" value="${shell.clear}" type="button" /> |
| <!-- the console window --> |
| <!-- HERE COMES CONSOLE CONTENTS --> |
| </div><!-- consoleframe --> |
| <div class="ui-widget-header ui-corner-bottom buttonGroup" style="text-align: left"> |
| -> <input id="command" name="command" class="command" autocomplete="off" type="text" /> |