Add new stuff to html files

This commit is contained in:
copy 2015-04-12 21:42:05 +02:00
parent 265afd0f45
commit bcd6dc5503
2 changed files with 36 additions and 23 deletions

View file

@ -10,7 +10,7 @@
<div>
<div id="boot_options">
<h4>Debugger</h4>
<input type="button" value="Arch Linux" id="start_archlinux2">
<!-- <input type="button" value="Arch Linux" id="start_archlinux"> -->
<input type="button" value="KolibriOS" id="start_kolibrios">
<input type="button" value="Linux 2.6" id="start_linux26">
<input type="button" value="Linux 3.18" id="start_linux3">
@ -138,8 +138,21 @@
<input type="button" value="Go fullscreen" id="fullscreen">
<input type="button" value="Take screenshot (only graphic modes)" id="take_screenshot">
Scale:
<input type="number" min="0.25" step="0.25" value="1.0" id="scale" style="width: 50px">
<label>
Scale:
<input type="number" min="0.25" step="0.25" value="1.0" id="scale" style="width: 50px">
</label>
<br>
<label id="change_fda" style="display: none">
Change floppy:
<input type="file">
</label>
<label id="change_cdrom" style="display: none">
Change CD:
<input type="file">
</label>
</div>
@ -210,7 +223,7 @@
<textarea readonly id="log" style="display:none"></textarea>
<textarea cols="40" rows="12" id="serial" style="display:none">
<textarea spellcheck="false" cols="40" rows="12" id="serial" style="display:none">
</textarea>
<hr>

View file

@ -10,14 +10,14 @@
<div>
<div id="boot_options">
<h4>Quickstart</h4>
<span style="display:none"><input type="button" value="Arch Linux (11.1 MB)" id="start_archlinux">
- True story<br></span>
<input type="button" value="Arch Linux (10.1 MB)" id="start_archlinux">
- A complete Arch Linux restored from a snapshot<br>
<input type="button" value="KolibriOS (1.4 MB)" id="start_kolibrios">
- Graphical OS, takes about 60 seconds to boot<br>
<input type="button" value="Linux 2.6 (5.4 MB)" id="start_linux26">
- With busybox, lua interpreter and test cases, takes about 20 seconds to boot<br>
<input type="button" value="Linux 3.18 (7.4 MB)" id="start_linux3">
- With internet access, udhcpcd, wget and links takes about 60 seconds to boot<br>
- With internet access, udhcpc, wget and links takes about 60 seconds to boot<br>
<input type="button" value="Windows 1.01 (1.4 MB)" id="start_windows1">
- Takes 1 second to boot<br>
<input type="button" value="FreeDOS (0.7 MB)" id="start_freedos">
@ -34,12 +34,6 @@
<tr>
<td width="250">CD image</td>
<td>
<!--
<select>
<option>None</option>
<option>Local file</option>
<option>External Server</option>
</select>-->
<input type="file" id="cd_image">
</td>
</tr>
@ -76,13 +70,6 @@
<td colspan="2"><hr></td>
</tr>
<!--
<tr>
<td>Execution Cap </td>
<td> <input type="number" value="100" min="5" max="100" step="5"> %<br> </td>
</tr>
-->
<tr>
<td>Boot order</td>
<td>
@ -119,9 +106,22 @@
<input type="button" value="Go fullscreen" id="fullscreen">
<input type="button" value="Take screenshot (only graphic modes)" id="take_screenshot">
Scale:
<input type="number" min="0.25" step="0.25" value="1.0" id="scale" style="width: 50px">
<label>
Scale:
<input type="number" min="0.25" step="0.25" value="1.0" id="scale" style="width: 50px">
</label>
<br>
<label id="change_fda" style="display: none">
Change floppy:
<input type="file">
</label>
<label id="change_cdrom" style="display: none">
Change CD:
<input type="file">
</label>
<br>
</div>
@ -134,6 +134,7 @@
<canvas id="vga"></canvas>
</div>
<input type="text" class="phone_keyboard" style="display: none">
<div id="runtime_infos" style="display: none">
@ -215,4 +216,3 @@ In Linux it can be accessed with `cat /dev/ttyS0`
<a href="./screenshots/">Screenshots</a>