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="profile_signin_confirmation.css"> | |
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> | |
James Hawkins
2013/02/12 21:40:40
nit: id must be dash-form. Here and elsewhere.
dconnelly
2013/02/13 09:02:27
Done.
| |
16 <a i18n-content="learnMoreText" href="http://support.google.com/chromeos/bin/a nswer.py?hl=en&answer=1331549" target="_blank"></a> | |
James Hawkins
2013/02/12 21:40:40
nit: 80 cols.
dconnelly
2013/02/13 09:02:27
Done.
| |
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> | |
James Hawkins
2013/02/12 21:40:40
Why is this here and not in head?
dconnelly
2013/02/13 09:02:27
Was copying the WebUI tutorial from dev.chromium.o
dconnelly
2013/02/13 09:12:48
Just figured out why---it processes the elements i
| |
22 </body> | |
23 </html> | |
OLD | NEW |