Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: chrome/browser/resources/options/chromeos_language_chewing_options.html

Issue 6150003: DOMUI: Implement the i18n-options attribute that allows the client to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit fix. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="languageChewingPage"> 1 <div class="page hidden" id="languageChewingPage">
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 <label class="checkbox"> 7 <label class="checkbox">
8 <input id="chewing-auto-shift-cur" 8 <input id="chewing-auto-shift-cur"
9 pref="settings.language.chewing_auto_shift_cur" type="checkbox"> 9 pref="settings.language.chewing_auto_shift_cur" type="checkbox">
10 <span i18n-content="Chewing_autoShiftCur"></span> 10 <span i18n-content="Chewing_autoShiftCur"></span>
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 max:Chewing_maxChiSymbolLenMax" 90 max:Chewing_maxChiSymbolLenMax"
91 type="range"> 91 type="range">
92 <span id="chewing-max-chi-symbol-len-value"></span> 92 <span id="chewing-max-chi-symbol-len-value"></span>
93 </td> 93 </td>
94 </tr> 94 </tr>
95 <tr> 95 <tr>
96 <td class="option-name" i18n-content="Chewing_candPerPage"></td> 96 <td class="option-name" i18n-content="Chewing_candPerPage"></td>
97 <td class="option-value"> 97 <td class="option-value">
98 <select id="chewing-cand-per-page" class="control" 98 <select id="chewing-cand-per-page" class="control"
99 pref="settings.language.chewing_cand_per_page" 99 pref="settings.language.chewing_cand_per_page"
100 data-values="Chewing_candPerPageValue"></select> 100 i18n-options="Chewing_candPerPageValue"></select>
101 </td> 101 </td>
102 </tr> 102 </tr>
103 <tr> 103 <tr>
104 <td class="option-name" i18n-content="Chewing_KBType"></td> 104 <td class="option-name" i18n-content="Chewing_KBType"></td>
105 <td class="option-value"> 105 <td class="option-value">
106 <select id="chewing-keyboard-type" class="control" 106 <select id="chewing-keyboard-type" class="control"
107 pref="settings.language.chewing_keyboard_type" 107 pref="settings.language.chewing_keyboard_type"
108 data-values="Chewing_KBTypeValue"></select> 108 i18n-options="Chewing_KBTypeValue"></select>
109 </td> 109 </td>
110 </tr> 110 </tr>
111 <tr> 111 <tr>
112 <td class="option-name" i18n-content="Chewing_selKeys"></td> 112 <td class="option-name" i18n-content="Chewing_selKeys"></td>
113 <td class="option-value"> 113 <td class="option-value">
114 <select id="chewing-sel-keys" class="control" 114 <select id="chewing-sel-keys" class="control"
115 pref="settings.language.chewing_sel_keys" 115 pref="settings.language.chewing_sel_keys"
116 data-values="Chewing_selKeysValue"></select> 116 i18n-options="Chewing_selKeysValue"></select>
117 </td> 117 </td>
118 </tr> 118 </tr>
119 <tr> 119 <tr>
120 <td class="option-name" i18n-content="Chewing_hsuSelKeyType"></td> 120 <td class="option-name" i18n-content="Chewing_hsuSelKeyType"></td>
121 <td class="option-value"> 121 <td class="option-value">
122 <select id="chewing-sel-key-type" class="control" 122 <select id="chewing-sel-key-type" class="control"
123 pref="settings.language.chewing_hsu_sel_key_type" 123 pref="settings.language.chewing_hsu_sel_key_type"
124 data-values="Chewing_hsuSelKeyTypeValue"></select> 124 i18n-options="Chewing_hsuSelKeyTypeValue"></select>
125 </td> 125 </td>
126 </tr> 126 </tr>
127 </table> 127 </table>
128 </section> 128 </section>
129 </div> 129 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698