OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title id="title"></title> | 5 <title id="title"></title> |
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
7 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
8 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
9 <link rel="stylesheet" href="certificate_viewer.css"> | 9 <link rel="stylesheet" href="certificate_viewer.css"> |
10 <script src="chrome://resources/js/load_time_data.js"></script> | 10 <script src="chrome://resources/js/load_time_data.js"></script> |
11 <script src="strings.js"></script> | 11 <script src="strings.js"></script> |
12 <script src="chrome://resources/css/tree.css.js"></script> | 12 <script src="chrome://resources/css/tree.css.js"></script> |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 <div> | 116 <div> |
117 <button id="export" i18n-content="export"></button> | 117 <button id="export" i18n-content="export"></button> |
118 </div> | 118 </div> |
119 </div> | 119 </div> |
120 </tabpanel> | 120 </tabpanel> |
121 </tabpanels> | 121 </tabpanels> |
122 </tabbox> | 122 </tabbox> |
123 </body> | 123 </body> |
124 <script src="chrome://resources/js/i18n_template2.js"></script> | 124 <script src="chrome://resources/js/i18n_template2.js"></script> |
125 </html> | 125 </html> |
OLD | NEW |