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

Side by Side Diff: chrome/browser/resources/chromeos/login/user_pod_template.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 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 If you change this template, please update UserPod element properties 2 If you change this template, please update UserPod element properties
3 defined in user_pod_row.js. 3 defined in user_pod_row.js.
4 --> 4 -->
5 <div id="user-pod-template" class="pod" hidden> 5 <div id="user-pod-template" class="pod" hidden>
6 <div class="signed-in-indicator" i18n-content="signedIn" hidden></div> 6 <div class="signed-in-indicator" i18n-content="signedIn" hidden></div>
7 <img class="user-image"> 7 <img class="user-image">
8 <div class="name"></div> 8 <div class="name"></div>
9 <input type="password" i18n-values="placeholder:passwordHint"> 9 <input type="password" i18n-values="placeholder:passwordHint">
10 <img class="managed-badge" src="chrome://theme/IDR_CONTROLLED_SETTING_MANDATOR Y"
bartfab (slow) 2012/11/28 15:11:38 The mock asks for a grayscale image. We do have an
Nikita (slow) 2012/11/28 18:57:34 nit: 80 chars limit
xiyuan 2012/12/01 00:24:19 Done.
xiyuan 2012/12/01 00:24:19 Done.
11 hidden>
10 <img class="capslock-hint" src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK"> 12 <img class="capslock-hint" src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK">
11 <button class="signin-button" i18n-content="signinButton"></button> 13 <button class="signin-button" i18n-content="signinButton"></button>
12 <button class="custom-appearance remove-user-button" hidden></button> 14 <button class="custom-appearance remove-user-button" hidden></button>
13 </div> 15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698