OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"/> | 4 <meta charset="utf-8"/> |
5 <title i18n-content="page-title"></title> | 5 <title i18n-content="page-title"></title> |
6 <!-- We want to keep our style in sync with the options page. --> | 6 <!-- We want to keep our style in sync with the options page. --> |
7 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
8 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/select.css"> | |
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
11 <link rel="stylesheet" href="feedback.css"> | 10 <link rel="stylesheet" href="feedback.css"> |
12 | 11 |
13 <script src="chrome://resources/js/local_strings.js"></script> | 12 <script src="chrome://resources/js/local_strings.js"></script> |
14 <script src="chrome://resources/js/util.js"></script> | 13 <script src="chrome://resources/js/util.js"></script> |
15 <script src="chrome://feedback/feedback.js"></script> | 14 <script src="chrome://feedback/feedback.js"></script> |
16 <script src="chrome://feedback/strings.js"></script> | 15 <script src="chrome://feedback/strings.js"></script> |
17 </head> | 16 </head> |
18 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 17 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
19 <div id="main-content"> | 18 <div id="main-content"> |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 </table> | 165 </table> |
167 </div> | 166 </div> |
168 </div> | 167 </div> |
169 </div> | 168 </div> |
170 </div> | 169 </div> |
171 </div> | 170 </div> |
172 <script src="chrome://resources/js/i18n_template.js"></script> | 171 <script src="chrome://resources/js/i18n_template.js"></script> |
173 <script src="chrome://resources/js/i18n_process.js"></script> | 172 <script src="chrome://resources/js/i18n_process.js"></script> |
174 </body> | 173 </body> |
175 </html> | 174 </html> |
OLD | NEW |