Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <html> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-sc alable=0"> | |
| 6 <title i18n-content="title"></title> | |
| 7 <link rel="stylesheet" href="about_welcome_android.css"> | |
| 8 <script src="chrome://resources/js/cr.js"></script> | |
| 9 <script src="chrome://resources/js/local_strings.js"></script> | |
|
Evan Stade
2012/08/10 02:40:01
load_time_data.js instead of local_strings.js
(so
newt (away)
2012/08/10 20:49:43
Done.
| |
| 10 <script src="chrome://welcome/strings.js"></script> | |
| 11 <script src="chrome://welcome/about_welcome_android.js"></script> | |
| 12 <script src="chrome://resources/js/i18n_template.js"></script> | |
|
Evan Stade
2012/08/10 02:40:01
i18n_template2.js
newt (away)
2012/08/10 20:49:43
Done.
| |
| 13 </head> | |
| 14 <body> | |
|
Evan Stade
2012/08/10 02:40:01
body needs to have this i18n-values:"fontFamily:fo
newt (away)
2012/08/10 20:49:43
Done.
| |
| 15 <table id="center-wrapper"> | |
| 16 <tr> | |
| 17 <td> | |
| 18 <div class="center"> | |
| 19 <div id="logo"></div> | |
| 20 <a href="http://www.google.com/chrome/android/tour" | |
| 21 id="take-a-tour" i18n-content="takeATour"></a> | |
| 22 </div> | |
| 23 </td> | |
| 24 </tr> | |
| 25 </table> | |
| 26 <div id="footer-container"> | |
| 27 <div id="footer"> | |
| 28 <span i18n-content="firstRunSignedIn"></span> | |
| 29 <a id="settings" href="#settings" i18n-content="settings"></a> | |
| 30 </div> | |
| 31 </div> | |
| 32 </body> | |
| 33 </html> | |
| OLD | NEW |