瀏覽代碼

Fix revision selector position of m0110 editor

gh-pages
Jun Wako 8 年之前
父節點
當前提交
67a6bc0a1c
共有 2 個文件被更改,包括 12 次插入12 次删除
  1. 6
    6
      editor/m0110/m0110.html
  2. 6
    6
      editor/m0110/m0110a.html

+ 6
- 6
editor/m0110/m0110.html 查看文件

@@ -14,12 +14,6 @@

<body>
<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>
<div id="keyboard-pane" class="keyboard-pane">
@@ -535,8 +529,14 @@
</div>

<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>
<a id="hex-download" style="display:none" ></a>
</div>

<h3>Share URL:</h3>
<textarea id="share-url" rows="10" cols="80" readonly></textarea>

+ 6
- 6
editor/m0110/m0110a.html 查看文件

@@ -14,12 +14,6 @@

<body>
<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>
<div id="keyboard-pane" class="keyboard-pane">
@@ -535,8 +529,14 @@
</div>

<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>
<a id="hex-download" style="display:none" ></a>
</div>

<h3>Share URL:</h3>
<textarea id="share-url" rows="10" cols="80" readonly></textarea>

Loading…
取消
儲存