blob: 9a648a430a29b39ce328d1ede0d546686ba9ea1f [file] [log] [blame]
Felix Meschberger699ad2e2010-02-18 13:09:21 +00001<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 &nbsp;-&gt; <input id="command" name="command" class="command" autocomplete="off" type="text" />
22 </div>
23</form>