Move Load SB2 To Import/Export Section ()

This commit is contained in:
TheBrokenRail 2016-09-02 14:44:39 -04:00 committed by Tim Mickel
parent 8e217a75ab
commit 2b84c8d0fe

View file

@ -17,13 +17,11 @@
<a id="renderexplorer-link" href="#">Renderer</a><br /> <a id="renderexplorer-link" href="#">Renderer</a><br />
<a id="threadexplorer-link" href="#">VM Threads</a><br /> <a id="threadexplorer-link" href="#">VM Threads</a><br />
<a id="blockexplorer-link" href="#">VM Block Representation</a><br /> <a id="blockexplorer-link" href="#">VM Block Representation</a><br />
<a id="importexport-link" href="#">Import/Export XML</a> <a id="importexport-link" href="#">Import/Export</a>
</p> </p>
<div id="tab-renderexplorer"> <div id="tab-renderexplorer">
Render<br /> Render<br />
<canvas id="scratch-stage" style="width: 480px; height: 360px;"></canvas> <canvas id="scratch-stage" style="width: 480px; height: 360px;"></canvas>
<input id="projectId" value="119615668" />
<button id="projectLoadButton">Load</button>
</div> </div>
<div id="tab-threadexplorer"> <div id="tab-threadexplorer">
Thread explorer Thread explorer
@ -34,7 +32,9 @@
<pre id="blockexplorer"></pre> <pre id="blockexplorer"></pre>
</div> </div>
<div id="tab-importexport"> <div id="tab-importexport">
Import/Export XML Import/Export
<input id="projectId" value="119615668" />
<button id="projectLoadButton">Load SB2</button><br />
<p> <p>
<input type="button" value="Export to XML" onclick="toXml()"> <input type="button" value="Export to XML" onclick="toXml()">
&nbsp; &nbsp;