Initial import

This commit is contained in:
belliash
2013-08-14 13:56:12 +02:00
parent f392b8ef47
commit 9318b5b444
45 changed files with 1687 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
#!/usr/bin/cbsi
<h1><%@ Run Custom Commands %></h1>
<form>
<textarea id="cmds"></textarea>
<div class="hidden">
<h2><%@ Output %></h2>
<div class="code">
<pre id="output"></pre>
</div>
</div>
<hr />
<div class="formctrl">
<input type="reset" value="<%@ Reset %>" />
<input type="button" value="<%@ Run %>" onclick="runScript()" />
</div>
</form>