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="pluginsTitle"></title> | 5 <title i18n-content="pluginsTitle"></title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
6 <link rel="stylesheet" href="plugins.css"> | 7 <link rel="stylesheet" href="plugins.css"> |
7 <if expr="chromeos"> | 8 <if expr="chromeos"> |
8 <link rel="stylesheet" | 9 <link rel="stylesheet" |
9 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> | 10 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> |
10 </if> | 11 </if> |
11 </head> | 12 </head> |
12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 13 <body> |
13 <div id="body-container" style="visibility:hidden"> | 14 <div id="body-container" style="visibility:hidden"> |
14 | 15 |
15 <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div> | 16 <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div> |
16 | 17 |
17 <div id="pluginTemplate"> | 18 <div id="pluginTemplate"> |
18 | 19 |
19 <div id="container" class="vbox-container"> | 20 <div id="container" class="vbox-container"> |
20 <div id="top" class="wbox"> | 21 <div id="top" class="wbox"> |
21 | 22 |
22 <div class="section-header"> | 23 <div class="section-header"> |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 <if expr="chromeos"> | 209 <if expr="chromeos"> |
209 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> | 210 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> |
210 </if> | 211 </if> |
211 | 212 |
212 <script src="chrome://resources/js/load_time_data.js"></script> | 213 <script src="chrome://resources/js/load_time_data.js"></script> |
213 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 214 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
214 <script src="chrome://plugins/strings.js"></script> | 215 <script src="chrome://plugins/strings.js"></script> |
215 <script src="chrome://resources/js/i18n_template2.js"></script> | 216 <script src="chrome://resources/js/i18n_template2.js"></script> |
216 </body> | 217 </body> |
217 </html> | 218 </html> |
OLD | NEW |