Index: chrome/browser/resources/profile_signin_confirmation.html |
diff --git a/chrome/browser/resources/profile_signin_confirmation.html b/chrome/browser/resources/profile_signin_confirmation.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8a03a0654774b1caed7c946e98708a58692be026 |
--- /dev/null |
+++ b/chrome/browser/resources/profile_signin_confirmation.html |
@@ -0,0 +1,23 @@ |
+<!DOCTYPE HTML> |
+<html i18n-values="dir:textdirection"> |
+<head> |
+ <meta charset="utf-8"> |
+ <title i18n-content="dialogTitle"></title> |
+ <link rel="stylesheet" href="profile_signin_confirmation.css"> |
+ <script src="chrome://resources/js/cr.js"></script> |
+ <script src="chrome://resources/js/load_time_data.js"></script> |
+ <script src="chrome://resources/js/util.js"></script> |
+ <script src="strings.js"></script> |
+ <script src="profile_signin_confirmation.js"></script> |
+</head> |
+<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
+ <h1 i18n-content="dialogTitle"></h1> |
+ <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.
|
+ <a i18n-content="learnMoreText" href="http://support.google.com/chromeos/bin/answer.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.
|
+ <p id="dialogPrompt"></p> |
+ <button id="createButton" i18n-content="createProfileButtonText"></button> |
+ <button id="continueButton" i18n-content="continueButtonText"></button> |
+ <button id="cancelButton" i18n-content="cancelButtonText"></button> |
+ <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
|
+</body> |
+</html> |