OLD | NEW |
1 <div class="page hidden" id="languageChewingPage"> | 1 <div class="page" id="languageChewingPage" hidden> |
2 <h1 i18n-content="languageChewingPage"></h1> | 2 <h1 i18n-content="languageChewingPage"></h1> |
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" | 9 <input id="chewing-auto-shift-cur" type="checkbox" |
10 pref="settings.language.chewing_auto_shift_cur" type="checkbo
x"> | 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> |
13 </div> | 13 </div> |
14 </td> | 14 </td> |
15 </tr> | 15 </tr> |
16 <tr> | 16 <tr> |
17 <td class="option-name" colspan="2"> | 17 <td class="option-name" colspan="2"> |
18 <div class="checkbox"> | 18 <div class="checkbox"> |
19 <label> | 19 <label> |
20 <input id="chewing-add-phrase-direction" | 20 <input id="chewing-add-phrase-direction" |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 <td class="option-value"> | 144 <td class="option-value"> |
145 <select id="chewing-sel-key-type" class="control" | 145 <select id="chewing-sel-key-type" class="control" |
146 pref="settings.language.chewing_hsu_sel_key_type" | 146 pref="settings.language.chewing_hsu_sel_key_type" |
147 dataType="number" | 147 dataType="number" |
148 i18n-options="Chewing_hsuSelKeyTypeValue"></select> | 148 i18n-options="Chewing_hsuSelKeyTypeValue"></select> |
149 </td> | 149 </td> |
150 </tr> | 150 </tr> |
151 </table> | 151 </table> |
152 </section> | 152 </section> |
153 </div> | 153 </div> |
OLD | NEW |