rearranged statusbar (its now in the same container with the textarea)
added ace-editor and styles
This commit is contained in:
@@ -85,8 +85,11 @@ if (isset($_POST['code'])) {
|
||||
<body>
|
||||
<div class="output"><?php echo $debugOutput ?></div>
|
||||
<form method="POST" action="">
|
||||
<textarea cols="100" rows="20" name="code"><?php echo (isset($_POST['code']) ? htmlentities($_POST['code'], ENT_QUOTES, 'UTF-8') : null) ?></textarea>
|
||||
<div class="statusbar">Line: 1, Column: 1</div>
|
||||
|
||||
<div class="input">
|
||||
<div class="editor" id="editor"><?php echo (isset($_POST['code']) ? htmlentities($_POST['code'], ENT_QUOTES, 'UTF-8') : null) ?></div>
|
||||
<div class="statusbar">Line: 1, Column: 1</div>
|
||||
</div>
|
||||
<input type="submit" name="subm" value="Try this!" />
|
||||
</form>
|
||||
<div class="help">
|
||||
|
||||
Reference in New Issue
Block a user