Fix revision selector position of m0110 editor
This commit is contained in:
parent
f111c74c5c
commit
67a6bc0a1c
@ -14,12 +14,6 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1 id="page-title">TMK Keymap Editor</h1>
|
<h1 id="page-title">TMK Keymap Editor</h1>
|
||||||
<div align="right">Converter Revision(See <a href="https://geekhack.org/index.php?topic=24965.msg470309#msg470309" target="_blank">this</a>):
|
|
||||||
<select id=revision>
|
|
||||||
<option value="rev1">Rev.1</option>
|
|
||||||
<option value="rev2" selected>Rev.2</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>Apple Macintosh M0110 + M0120</h2>
|
<h2>Apple Macintosh M0110 + M0120</h2>
|
||||||
<div id="keyboard-pane" class="keyboard-pane">
|
<div id="keyboard-pane" class="keyboard-pane">
|
||||||
@ -535,8 +529,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Firmware Hex File Download:</h3>
|
<h3>Firmware Hex File Download:</h3>
|
||||||
|
<div align="left">Select revision(See <a href="https://geekhack.org/index.php?topic=24965.msg470309#msg470309" target="_blank">this</a>):
|
||||||
|
<select id=revision>
|
||||||
|
<option value="rev1">Rev.1</option>
|
||||||
|
<option value="rev2" selected>Rev.2</option>
|
||||||
|
</select>
|
||||||
<button id="keymap-download" title="save file">Download</button>
|
<button id="keymap-download" title="save file">Download</button>
|
||||||
<a id="hex-download" style="display:none" ></a>
|
<a id="hex-download" style="display:none" ></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>Share URL:</h3>
|
<h3>Share URL:</h3>
|
||||||
<textarea id="share-url" rows="10" cols="80" readonly></textarea>
|
<textarea id="share-url" rows="10" cols="80" readonly></textarea>
|
||||||
|
@ -14,12 +14,6 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1 id="page-title">TMK Keymap Editor</h1>
|
<h1 id="page-title">TMK Keymap Editor</h1>
|
||||||
<div align="right">Converter Revision(See <a href="https://geekhack.org/index.php?topic=24965.msg470309#msg470309" target="_blank">this</a>):
|
|
||||||
<select id=revision>
|
|
||||||
<option value="rev1">Rev.1</option>
|
|
||||||
<option value="rev2" selected>Rev.2</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>Apple Macintosh M0110A</h2>
|
<h2>Apple Macintosh M0110A</h2>
|
||||||
<div id="keyboard-pane" class="keyboard-pane">
|
<div id="keyboard-pane" class="keyboard-pane">
|
||||||
@ -535,8 +529,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Firmware Hex File Download:</h3>
|
<h3>Firmware Hex File Download:</h3>
|
||||||
|
<div align="left">Select revision(See <a href="https://geekhack.org/index.php?topic=24965.msg470309#msg470309" target="_blank">this</a>):
|
||||||
|
<select id=revision>
|
||||||
|
<option value="rev1">Rev.1</option>
|
||||||
|
<option value="rev2" selected>Rev.2</option>
|
||||||
|
</select>
|
||||||
<button id="keymap-download" title="save file">Download</button>
|
<button id="keymap-download" title="save file">Download</button>
|
||||||
<a id="hex-download" style="display:none" ></a>
|
<a id="hex-download" style="display:none" ></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>Share URL:</h3>
|
<h3>Share URL:</h3>
|
||||||
<textarea id="share-url" rows="10" cols="80" readonly></textarea>
|
<textarea id="share-url" rows="10" cols="80" readonly></textarea>
|
||||||
|
Loading…
Reference in New Issue
Block a user