Added console area

This commit is contained in:
simon
2017-12-31 09:58:29 -05:00
parent e3fc607cdc
commit b5da942878
4 changed files with 114 additions and 66 deletions

View File

@@ -95,6 +95,21 @@ if (isset($user)) {
display: inline;
}
#console {
font-family: fixedsys, monospace;
font-size: 24pt;
line-height: 21px;
resize: none;
overflow-y: scroll;
width: 680px;
height: 180px;
}
#consoleContainer {
margin: 20px;
text-align: center;
}
</style>
@@ -169,6 +184,14 @@ if (isset($user)) {
</div>
<!-- Console-->
<div id="consoleContainer">
<textarea id="console" readonly title="console"></textarea>
<a class="button" style="vertical-align: top"
onclick="document.getElementById('console').innerHTML=''">Clear</a>
</div>
<form id="floppyForm">
<input id="floppyIn" type="file" name="floppyIn" style="display: none;"/>