blob: c2b9b9baf0dd3f9c8c82d76d1b05731a72157f8e [file] [log] [blame]
Valentin Valchev32cf3b12011-09-12 14:45:53 +00001<script type="text/javascript" src="${pluginRoot}/res/plugin.js"></script>
2<script type="text/javascript">
3// <![CDATA[
4var 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 &nbsp;-&gt; <input id="command" name="command" class="command" autocomplete="off" type="text" />
26 </div>
27</form>