OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <html i18n-values="dir:textdirection"> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <title i18n-content="dialogTitle"></title> | |
6 <link rel="stylesheet" href="hello_world.css"> | |
Andrew T Wilson (Slow)
2013/02/10 20:47:26
I know that we don't have CSS setup yet, but shoul
dconnelly
2013/02/11 09:35:16
Done.
| |
7 <script src="chrome://resources/js/cr.js"></script> | |
8 <script src="chrome://resources/js/load_time_data.js"></script> | |
9 <script src="chrome://resources/js/util.js"></script> | |
10 <script src="strings.js"></script> | |
11 <script src="profile_signin_confirmation.js"></script> | |
12 </head> | |
13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | |
14 <h1 i18n-content="dialogTitle"></h1> | |
15 <p id="dialogMessage"></p> | |
16 <a i18n-content="learnMoreText" href="#"></a> | |
17 <p id="dialogPrompt"></p> | |
18 <button id="createButton" i18n-content="createProfileButtonText"></button> | |
19 <button id="continueButton" i18n-content="continueButtonText"></button> | |
20 <button id="cancelButton" i18n-content="cancelButtonText"></button> | |
21 <script src="chrome://resources/js/i18n_template2.js"></script> | |
22 </body> | |
23 </html> | |
OLD | NEW |