Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;" id="uber"> | 2 <html i18n-values="dir:textdirection;" id="uber"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 | 5 |
| 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="uber_frame.css"> | 7 <link rel="stylesheet" href="uber_frame.css"> |
| 8 | 8 |
| 9 <script src="chrome://resources/js/cr.js"></script> | 9 <script src="chrome://resources/js/cr.js"></script> |
| 10 <script src="chrome://resources/js/load_time_data.js"></script> | |
| 10 <script src="chrome://uber-frame/uber_frame.js"></script> | 11 <script src="chrome://uber-frame/uber_frame.js"></script> |
|
Dan Beam
2012/08/17 01:36:56
why are these at the top?
Evan Stade
2012/08/17 17:53:53
as you know, that's where we always put them. Is t
| |
| 11 </head> | 12 </head> |
| 12 | 13 |
| 13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 14 | 15 |
| 15 <h1 i18n-content="shortProductName"></h1> | 16 <h1 i18n-content="shortProductName"></h1> |
| 16 <ul> | 17 <ul> |
| 17 <li i18n-values="controls:historyHost;override:overridesHistory"> | 18 <li i18n-values="controls:historyHost;override:overridesHistory"> |
| 18 <button class="custom-appearance" | 19 <button class="custom-appearance" |
| 19 i18n-content="historyDisplayName"></button> | 20 i18n-content="historyDisplayName"></button> |
| 20 </li> | 21 </li> |
| 21 <li i18n-values="controls:extensionsHost"> | 22 <li i18n-values="controls:extensionsHost"> |
| 22 <button class="custom-appearance" | 23 <button class="custom-appearance" |
| 23 i18n-content="extensionsDisplayName"></button> | 24 i18n-content="extensionsDisplayName"></button> |
| 24 </li> | 25 </li> |
| 25 <li i18n-values="controls:settingsHost"> | 26 <li i18n-values="controls:settingsHost"> |
| 26 <button class="custom-appearance" | 27 <button class="custom-appearance" |
| 27 i18n-content="settingsDisplayName"></button> | 28 i18n-content="settingsDisplayName"></button> |
| 28 </li> | 29 </li> |
| 29 <li id="helpNavItem" i18n-values="controls:helpHost"> | 30 <li id="helpNavItem" i18n-values="controls:helpHost"> |
| 30 <button class="custom-appearance" | 31 <button class="custom-appearance" |
| 31 i18n-content="helpDisplayName"></button> | 32 i18n-content="helpDisplayName"></button> |
| 32 </li> | 33 </li> |
| 33 </ul> | 34 </ul> |
| 34 | 35 |
| 35 <script src="chrome://uber-frame/strings.js"></script> | 36 <script src="chrome://uber-frame/strings.js"></script> |
| 36 <script src="chrome://resources/js/i18n_template.js"></script> | 37 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 37 <script src="chrome://resources/js/i18n_process.js"></script> | |
| 38 | 38 |
| 39 </body> | 39 </body> |
| 40 </html> | 40 </html> |
| OLD | NEW |