Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3284)

Unified Diff: chrome/browser/resources/chromeos/login/screen_public_account_signin.html

Issue 11308081: cros: Account picker UI for public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased on top of 11419184 Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/screen_public_account_signin.html
diff --git a/chrome/browser/resources/chromeos/login/screen_public_account_signin.html b/chrome/browser/resources/chromeos/login/screen_public_account_signin.html
new file mode 100644
index 0000000000000000000000000000000000000000..827d05156a4b3bd2a37281b7ea1811ce37be0155
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/screen_public_account_signin.html
@@ -0,0 +1,17 @@
+<div id="public-account-signin" class="step hidden no-logo">
+ <img id="public-account-avartar">
bartfab (slow) 2012/11/28 15:11:38 Spelling: It's "avatar", not "avartar" (here and e
xiyuan 2012/12/01 00:24:19 New patch successfully avoided this word. :)
+ <div id="public-account-avartar-info-divider"></div>
+ <div id="public-account-info-pane">
+ <div>
+ <span id="public-account-name"></span>
+ <img class="managed-badge"
+ src="chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY">
bartfab (slow) 2012/11/28 15:11:38 As was pointed out in the bug, the mock uses the g
xiyuan 2012/12/01 00:24:19 Done.
+ </div>
+ <div id="public-account-text-contents">
+ <p id="public-account-info" i18n-content="publicAccountInfo"></p>
+ <p id="public-account-hint" i18n-content="publicAccountHint"></p>
bartfab (slow) 2012/11/28 15:11:38 In the grdp file, you called these two "the hint"
xiyuan 2012/12/01 00:24:19 Done in its new place.
+ </div>
+ <button id="public-account-enter-button"
+ i18n-content="publicAccountEnter"></button>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698