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

Side by Side Diff: chrome/browser/resources/options2/chromeos/language_chewing_options.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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
OLDNEW
(Empty)
1 <div id="languageChewingPage" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="languageChewingPage"></h1>
4 <div class="content-area">
5 <table class="option-control-table">
6 <tr>
7 <td class="option-name" colspan="2">
8 <div class="checkbox">
9 <label>
10 <input id="chewing-auto-shift-cur" type="checkbox"
11 pref="settings.language.chewing_auto_shift_cur">
12 <span i18n-content="Chewing_autoShiftCur"></span>
13 </label>
14 </div>
15 </td>
16 </tr>
17 <tr>
18 <td class="option-name" colspan="2">
19 <div class="checkbox">
20 <label>
21 <input id="chewing-add-phrase-direction" type="checkbox"
22 pref="settings.language.chewing_add_phrase_direction">
23 <span i18n-content="Chewing_addPhraseDirection"></span>
24 </label>
25 </div>
26 </td>
27 </tr>
28 <!-- Temporarily disabled. (crosbug.com/14185)
29 <tr>
30 <td class="option-name" colspan="2">
31 <div class="checkbox">
32 <label>
33 <input id="chewing-easy-symbol-input" type="checkbox"
34 pref="settings.language.chewing_easy_symbol_input">
35 <span i18n-content="Chewing_easySymbolInput"></span>
36 </label>
37 </div>
38 </td>
39 </tr>
40 -->
41 <tr>
42 <td class="option-name" colspan="2">
43 <div class="checkbox">
44 <label>
45 <input id="chewing-esc-clean-all-buf" type="checkbox"
46 pref="settings.language.chewing_esc_clean_all_buf">
47 <span i18n-content="Chewing_escCleanAllBuf"></span>
48 </label>
49 </div>
50 </td>
51 </tr>
52 <tr>
53 <td class="option-name" colspan="2">
54 <div class="checkbox">
55 <label>
56 <input id="chewing-force-lowercase-english" type="checkbox"
57 pref="settings.language.chewing_force_lowercase_english">
58 <span i18n-content="Chewing_forceLowercaseEnglish"></span>
59 </label>
60 </div>
61 </td>
62 </tr>
63 <!-- Temporarily disabled. (crosbug.com/14185)
64 <tr>
65 <td class="option-name" colspan="2">
66 <div class="checkbox">
67 <label>
68 <input id="chewing-plain-zhuyin" type="checkbox"
69 pref="settings.language.chewing_plain_zhuyin">
70 <span i18n-content="Chewing_plainZhuyin"></span>
71 </label>
72 </div>
73 </td>
74 </tr>
75 -->
76 <tr>
77 <td class="option-name" colspan="2">
78 <div class="checkbox">
79 <label>
80 <input id="chewing-phrase-choice-rearward" type="checkbox"
81 pref="settings.language.chewing_phrase_choice_rearward">
82 <span i18n-content="Chewing_phraseChoiceRearward"></span>
83 </label>
84 </div>
85 </td>
86 </tr>
87 <tr>
88 <td class="option-name" colspan="2">
89 <div class="checkbox">
90 <label>
91 <input id="chewing-space-as-selection" type="checkbox"
92 pref="settings.language.chewing_space_as_selection">
93 <span i18n-content="Chewing_spaceAsSelection"></span>
94 </label>
95 </div>
96 </td>
97 </tr>
98 <tr>
99 <td class="option-name" i18n-content="Chewing_maxChiSymbolLen"></td>
100 <td class="option-value">
101 <input id="chewing-max-chi-symbol-len" class="control" type="range"
102 pref="settings.language.chewing_max_chi_symbol_len"
103 i18n-values="min:Chewing_maxChiSymbolLenMin;
104 max:Chewing_maxChiSymbolLenMax">
105 <span id="chewing-max-chi-symbol-len-value"></span>
106 </td>
107 </tr>
108 <tr>
109 <td class="option-name" i18n-content="Chewing_candPerPage"></td>
110 <td class="option-value">
111 <select id="chewing-cand-per-page" class="control" data-type="number"
112 pref="settings.language.chewing_cand_per_page"
113 i18n-options="Chewing_candPerPageValue"></select>
114 </td>
115 </tr>
116 <tr>
117 <td class="option-name" i18n-content="Chewing_KBType"></td>
118 <td class="option-value">
119 <select id="chewing-keyboard-type" class="control" data-type="string"
120 pref="settings.language.chewing_keyboard_type"
121 i18n-options="Chewing_KBTypeValue"></select>
122 </td>
123 </tr>
124 <tr>
125 <td class="option-name" i18n-content="Chewing_selKeys"></td>
126 <td class="option-value">
127 <select id="chewing-sel-keys" class="control" data-type="string"
128 pref="settings.language.chewing_sel_keys"
129 i18n-options="Chewing_selKeysValue"></select>
130 </td>
131 </tr>
132 <tr>
133 <td class="option-name" i18n-content="Chewing_hsuSelKeyType"></td>
134 <td class="option-value">
135 <select id="chewing-sel-key-type" class="control" data-type="number"
136 pref="settings.language.chewing_hsu_sel_key_type"
137 i18n-options="Chewing_hsuSelKeyTypeValue"></select>
138 </td>
139 </tr>
140 </table>
141 </div>
142 <div class="action-area">
143 <div class="button-strip">
144 <button id="chewing-confirm" i18n-content="ok"></button>
145 </div>
146 </div>
147 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698