|
|
|
|
@ -402,9 +402,7 @@ $(function () {
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div id="inputhere">
|
|
|
|
|
<span id="addinput" class="fakelink">Add Input File</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="inputhere" style="display:none;"></div>
|
|
|
|
|
|
|
|
|
|
<div id="perlctrl">
|
|
|
|
|
<button id="runperl"><code>perl</code> ►</button>
|
|
|
|
|
@ -419,6 +417,10 @@ $(function () {
|
|
|
|
|
|
|
|
|
|
<span id="addscript" class="fakelink" style="display:none;">Add Script</span>
|
|
|
|
|
|
|
|
|
|
<span id="addinput" class="fakelink">Add Input File</span>
|
|
|
|
|
|
|
|
|
|
<span id="addoutput" class="fakelink">Add Output File</span>
|
|
|
|
|
|
|
|
|
|
<span id="copyurl" class="fakelink">Copy Frame URL</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -439,9 +441,7 @@ $(function () {
|
|
|
|
|
<textarea></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="outputhere">
|
|
|
|
|
<span id="addoutput" class="fakelink">Add Output File</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="outputhere" style="display:none;"></div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|