OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html | 2 <html |
3 i18n-values="dir:textdirection; | 3 i18n-values="dir:textdirection; |
4 enable-cloud-print-proxy:enable-cloud-print-proxy" | 4 enable-cloud-print-proxy:enable-cloud-print-proxy" |
5 id="t"> | 5 id="t"> |
6 <head> | 6 <head> |
7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
8 <title i18n-content="title"></title> | 8 <title i18n-content="title"></title> |
9 | 9 |
10 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 10 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 <if expr="pp_ifdef('chromeos')"> | 176 <if expr="pp_ifdef('chromeos')"> |
177 <include src="chromeos_system_options.html"> | 177 <include src="chromeos_system_options.html"> |
178 <include src="chromeos_internet_options.html"> | 178 <include src="chromeos_internet_options.html"> |
179 <include src="chromeos_accounts_options.html"> | 179 <include src="chromeos_accounts_options.html"> |
180 </if> | 180 </if> |
181 <include src="advanced_options.html"> | 181 <include src="advanced_options.html"> |
182 <!-- End main pages --> | 182 <!-- End main pages --> |
183 <div id="subpage-sheet-container-1" | 183 <div id="subpage-sheet-container-1" |
184 class="subpage-sheet-container hidden"> | 184 class="subpage-sheet-container hidden"> |
185 <div id="subpage-sheet-1" class="subpage-sheet"> | 185 <div id="subpage-sheet-1" class="subpage-sheet"> |
186 <button class="close-subpage"></button> | 186 <button class="raw-button close-subpage"></button> |
187 <if expr="pp_ifdef('chromeos')"> | 187 <if expr="pp_ifdef('chromeos')"> |
188 <include src="about_page.html"> | 188 <include src="about_page.html"> |
189 <include src="chromeos_language_options.html"> | 189 <include src="chromeos_language_options.html"> |
190 <include src="chromeos_language_chewing_options.html"> | 190 <include src="chromeos_language_chewing_options.html"> |
191 <include src="chromeos_language_hangul_options.html"> | 191 <include src="chromeos_language_hangul_options.html"> |
192 <include src="chromeos_language_mozc_options.html"> | 192 <include src="chromeos_language_mozc_options.html"> |
193 <include src="chromeos_language_pinyin_options.html"> | 193 <include src="chromeos_language_pinyin_options.html"> |
194 <include src="chromeos_proxy.html"> | 194 <include src="chromeos_proxy.html"> |
195 </if> | 195 </if> |
196 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> | 196 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> |
197 <include src="certificate_manager.html"> | 197 <include src="certificate_manager.html"> |
198 </if> | 198 </if> |
199 <include src="autofill_options.html"> | 199 <include src="autofill_options.html"> |
200 <include src="content_settings.html"> | 200 <include src="content_settings.html"> |
201 <include src="font_settings.html"> | 201 <include src="font_settings.html"> |
202 <include src="password_manager.html"> | 202 <include src="password_manager.html"> |
203 <include src="search_engine_manager.html"> | 203 <include src="search_engine_manager.html"> |
204 <include src="startup_page_manager.html"> | 204 <include src="startup_page_manager.html"> |
205 <include src="clear_browser_data.html"> | 205 <include src="clear_browser_data.html"> |
206 </div> | 206 </div> |
207 </div> | 207 </div> |
208 <div id="subpage-sheet-container-2" | 208 <div id="subpage-sheet-container-2" |
209 class="subpage-sheet-container hidden"> | 209 class="subpage-sheet-container hidden"> |
210 <div id="subpage-sheet-2" class="subpage-sheet"> | 210 <div id="subpage-sheet-2" class="subpage-sheet"> |
211 <button class="close-subpage"></button> | 211 <button class="raw-button close-subpage"></button> |
212 <include src="cookies_view.html"> | 212 <include src="cookies_view.html"> |
213 <include src="content_settings_exceptions_area.html"> | 213 <include src="content_settings_exceptions_area.html"> |
214 </div> | 214 </div> |
215 </div> | 215 </div> |
216 </div> | 216 </div> |
217 </div> | 217 </div> |
218 </div> | 218 </div> |
219 </body> | 219 </body> |
220 </html> | 220 </html> |
OLD | NEW |