OLD | NEW |
1 <div id="languageChewingPage" class="page" hidden> | 1 <div id="languageChewingPage" class="page" hidden> |
2 <h1 i18n-content="languageChewingPage"></h1> | 2 <header><h1 i18n-content="languageChewingPage"></h1></header> |
3 <section> | 3 <section> |
4 <table class="option-control-table"> | 4 <table class="option-control-table"> |
5 <tr> | 5 <tr> |
6 <td class="option-name" colspan="2"> | 6 <td class="option-name" colspan="2"> |
7 <div class="checkbox"> | 7 <div class="checkbox"> |
8 <label> | 8 <label> |
9 <input id="chewing-auto-shift-cur" type="checkbox" | 9 <input id="chewing-auto-shift-cur" type="checkbox" |
10 pref="settings.language.chewing_auto_shift_cur"> | 10 pref="settings.language.chewing_auto_shift_cur"> |
11 <span i18n-content="Chewing_autoShiftCur"></span> | 11 <span i18n-content="Chewing_autoShiftCur"></span> |
12 </label> | 12 </label> |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 <td class="option-name" i18n-content="Chewing_hsuSelKeyType"></td> | 132 <td class="option-name" i18n-content="Chewing_hsuSelKeyType"></td> |
133 <td class="option-value"> | 133 <td class="option-value"> |
134 <select id="chewing-sel-key-type" class="control" data-type="number" | 134 <select id="chewing-sel-key-type" class="control" data-type="number" |
135 pref="settings.language.chewing_hsu_sel_key_type" | 135 pref="settings.language.chewing_hsu_sel_key_type" |
136 i18n-options="Chewing_hsuSelKeyTypeValue"></select> | 136 i18n-options="Chewing_hsuSelKeyTypeValue"></select> |
137 </td> | 137 </td> |
138 </tr> | 138 </tr> |
139 </table> | 139 </table> |
140 </section> | 140 </section> |
141 </div> | 141 </div> |
OLD | NEW |