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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 <script src="instant_confirm_overlay.js"></script> | 118 <script src="instant_confirm_overlay.js"></script> |
119 <script src="language_add_language_overlay.js"></script> | 119 <script src="language_add_language_overlay.js"></script> |
120 <script src="language_list.js"></script> | 120 <script src="language_list.js"></script> |
121 <script src="language_options.js"></script> | 121 <script src="language_options.js"></script> |
122 <script src="password_manager.js"></script> | 122 <script src="password_manager.js"></script> |
123 <script src="password_manager_list.js"></script> | 123 <script src="password_manager_list.js"></script> |
124 <script src="personal_options.js"></script> | 124 <script src="personal_options.js"></script> |
125 <script src="search_engine_manager.js"></script> | 125 <script src="search_engine_manager.js"></script> |
126 <script src="search_engine_manager_engine_list.js"></script> | 126 <script src="search_engine_manager_engine_list.js"></script> |
127 <script src="search_page.js"></script> | 127 <script src="search_page.js"></script> |
128 <script src="startup_page_manager.js"></script> | |
129 <script src="options.js"></script> | 128 <script src="options.js"></script> |
130 | 129 |
131 </head> | 130 </head> |
132 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 131 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
133 <div class="header"> | 132 <div class="header"> |
134 </div> | 133 </div> |
135 <div id="overlay" class="overlay hidden"> | 134 <div id="overlay" class="overlay hidden"> |
136 <include src="add_startup_page_overlay.html"> | 135 <include src="add_startup_page_overlay.html"> |
137 <include src="alert_overlay.html"> | 136 <include src="alert_overlay.html"> |
138 <include src="autofill_edit_address_overlay.html"> | 137 <include src="autofill_edit_address_overlay.html"> |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 </if> | 192 </if> |
194 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> | 193 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> |
195 <include src="certificate_manager.html"> | 194 <include src="certificate_manager.html"> |
196 </if> | 195 </if> |
197 <include src="autofill_options.html"> | 196 <include src="autofill_options.html"> |
198 <include src="content_settings.html"> | 197 <include src="content_settings.html"> |
199 <include src="font_settings.html"> | 198 <include src="font_settings.html"> |
200 <include src="language_options.html"> | 199 <include src="language_options.html"> |
201 <include src="password_manager.html"> | 200 <include src="password_manager.html"> |
202 <include src="search_engine_manager.html"> | 201 <include src="search_engine_manager.html"> |
203 <include src="startup_page_manager.html"> | |
204 </div> | 202 </div> |
205 </div> | 203 </div> |
206 <div id="subpage-sheet-container-2" | 204 <div id="subpage-sheet-container-2" |
207 class="subpage-sheet-container hidden"> | 205 class="subpage-sheet-container hidden"> |
208 <div id="subpage-sheet-2" class="subpage-sheet"> | 206 <div id="subpage-sheet-2" class="subpage-sheet"> |
209 <button class="raw-button close-subpage"></button> | 207 <button class="raw-button close-subpage"></button> |
210 <include src="cookies_view.html"> | 208 <include src="cookies_view.html"> |
211 <include src="content_settings_exceptions_area.html"> | 209 <include src="content_settings_exceptions_area.html"> |
212 </div> | 210 </div> |
213 </div> | 211 </div> |
214 </div> | 212 </div> |
215 </div> | 213 </div> |
216 </div> | 214 </div> |
217 </body> | 215 </body> |
218 </html> | 216 </html> |
OLD | NEW |