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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html

Issue 23571009: Simple refactoring - remove outdated page index (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update test Created 7 years, 3 months 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
OLDNEW
1 <div class="step hidden" id="managed-user-creation"> 1 <div class="step hidden" id="managed-user-creation">
2 <div class="step-contents"> 2 <div class="step-contents">
3 <div id="managed-user-creation-intro" class="step-no-logo"> 3 <div id="managed-user-creation-intro" class="step-no-logo">
4 <div id="managed-user-creation-marketing-intro" 4 <div id="managed-user-creation-marketing-intro"
5 class="marketing"> 5 class="marketing">
6 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_START"> 6 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_START">
7 </div> 7 </div>
8 <div class="below-marketing"> 8 <div class="below-marketing">
9 <div class="page-title" i18n-content="createManagedUserIntroTextTitle"> 9 <div class="page-title" i18n-content="createManagedUserIntroTextTitle">
10 </div> 10 </div>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 <button id="managed-user-creation-flip-photo" 75 <button id="managed-user-creation-flip-photo"
76 class="custom-appearance" 76 class="custom-appearance"
77 i18n-values="title:flipPhoto"></button> 77 i18n-values="title:flipPhoto"></button>
78 <button id="managed-user-creation-discard-photo" 78 <button id="managed-user-creation-discard-photo"
79 i18n-values="title:discardPhoto"></button> 79 i18n-values="title:discardPhoto"></button>
80 <button id="managed-user-creation-take-photo" 80 <button id="managed-user-creation-take-photo"
81 i18n-values="title:takePhoto"></button> 81 i18n-values="title:takePhoto"></button>
82 </div> 82 </div>
83 </div> 83 </div>
84 </div> 84 </div>
85 <div id="managed-user-creation-created-1" class="step-no-logo" hidden> 85 <div id="managed-user-creation-created" class="step-no-logo" hidden>
86 <div class="marketing"> 86 <div class="marketing">
87 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_DONE"> 87 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_DONE">
88 </div> 88 </div>
89 <div class="below-marketing"> 89 <div class="below-marketing">
90 <div> 90 <div>
91 <div id="managed-user-creation-created-1-text-1" 91 <div id="managed-user-creation-created-text-1"
92 class="page-title"></div> 92 class="page-title"></div>
93 <div id="managed-user-creation-created-1-text-2"></div> 93 <div id="managed-user-creation-created-text-2"></div>
94 <div id="managed-user-creation-created-1-text-3"></div> 94 <div id="managed-user-creation-created-text-3"></div>
95 </div> 95 </div>
96 </div> 96 </div>
97 </div> 97 </div>
98 <div id="managed-user-creation-error" hidden> 98 <div id="managed-user-creation-error" hidden>
99 <img alt class="error-icon" src="chrome://theme/IDR_TECHNICAL_ERROR"> 99 <img alt class="error-icon" src="chrome://theme/IDR_TECHNICAL_ERROR">
100 <div id="managed-user-creation-error-title" class="error-title"></div> 100 <div id="managed-user-creation-error-title" class="error-title"></div>
101 <div id="managed-user-creation-error-text" 101 <div id="managed-user-creation-error-text"
102 class="error-message-paragraph"></div> 102 class="error-message-paragraph"></div>
103 <div> 103 <div>
104 <button id="managed-user-creation-error-button" 104 <button id="managed-user-creation-error-button"
(...skipping 18 matching lines...) Expand all
123 <div class="managed-user-creation-manager-name"></div> 123 <div class="managed-user-creation-manager-name"></div>
124 <div class="managed-user-creation-manager-email"></div> 124 <div class="managed-user-creation-manager-email"></div>
125 </div> 125 </div>
126 </div> 126 </div>
127 <div class="password-block" hidden> 127 <div class="password-block" hidden>
128 <input class="managed-user-creation-manager-password" type="password" 128 <input class="managed-user-creation-manager-password" type="password"
129 i18n-values="placeholder:createManagedUserManagerPasswordHint" /> 129 i18n-values="placeholder:createManagedUserManagerPasswordHint" />
130 </div> 130 </div>
131 </div> 131 </div>
132 </div> 132 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698