Adusting tools UI

This commit is contained in:
Matt Pass
2019-09-14 18:06:45 +01:00
committed by GitHub
parent b6c4421dba
commit aa3df12e23

View File

@@ -314,14 +314,23 @@ $t = $text['index'];
<div class="bug" title="<?php echo $t['Bug reporting not active'];?>" onClick="top.ICEcoder.openBugReport()" id="bugIcon"></div>
<div class="minimapLink" onclick="top.ICEcoder.docExplorerShow('miniMap')"></div>
<div class="functionClassListLink" onclick="top.ICEcoder.docExplorerShow('functionClassList')"></div>
<div class="terminalLink" onclick="top.ICEcoder.docExplorerShow('terminal')"></div>
<input type="hidden" name="csrf" value="<?php echo $_SESSION["csrf"]; ?>">
</form>
</div>
<iframe name="terminalFrame" id="terminal" src="terminal.php" frameborder="0" style="position: fixed; display: none; top: 0; z-index: 2"></iframe>
<iframe name="terminalFrame" id="terminal" src="terminal.php" frameborder="0" style="position: fixed; top: 10000px; transition: top 0.2s ease; z-index: 2"></iframe>
<pre name="outputDIV" id="output" style="position: fixed; top: 10000px; transition: top 0.2s ease; z-index: 2; background: rgba(0,0,0,0.92); padding: 15px 18px 8px 13px"><b>Output</b><br>via top.ICEcoder.output(message);<br><br></pre>
<iframe name="databaseFrame" id="database" src="lib/adminer-4.7.3-en.php" frameborder="0" style="position: fixed; top: 10000px; transition: top 0.2s ease; z-index: 2"></iframe>
<div name="gitDIV" id="git" style="position: fixed; top: 10000px; transition: top 0.2s ease; z-index: 2; background: rgba(0,0,0,0.92); padding: 15px 18px 8px 13px"></div>
<iframe name="contentFrame" id="content" src="editor.php" class="code" scrolling="no"></iframe>
</div>
<div class="tools" id="tools">
<div onclick="top.ICEcoder.docExplorerShow('terminal')">Terminal</div>
<div onclick="top.ICEcoder.docExplorerShow('output')">Output</div>
<div onclick="top.ICEcoder.docExplorerShow('database')">Database</div>
<div onclick="top.ICEcoder.docExplorerShow('git')">Git</div>
</div>
<div class="footer" id="footer" onContextMenu="return false">
<div class="nesting" id="nestValid"></div>
<div class="versionsDisplay" id="versionsDisplay" onclick="top.ICEcoder.versionsScreen(top.ICEcoder.openFiles[top.ICEcoder.selectedTab-1].replace(/\//g,'|'))"></div>