Batch processor (.trsr charge) now also accessible via web interface

Plus, added `./trsr server` and `./trsr sql` calls. These are essentially execs of
morbo and sqlite3 with appropriate arguments.
This commit is contained in:
Florian "flowdy" Heß
2017-02-17 17:09:59 +01:00
parent a686011cf4
commit f5cde1c585
6 changed files with 160 additions and 145 deletions

View File

@@ -58,7 +58,8 @@ table td.mark {
background-color:rgba(255,0,0,0.1);
}
table td input {
table td input,
textarea {
width:100%;
box-sizing: border-box;
}