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

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

Issue 7562008: Add new version of enrollment screen supporting OAuth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix nit. Created 9 years, 4 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/button.css"> 5 <link rel="stylesheet" href="chrome://resources/css/button.css">
6 <link rel="stylesheet" href="chrome://resources/css/select.css"> 6 <link rel="stylesheet" href="chrome://resources/css/select.css">
7 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 7 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
8 <link rel="stylesheet" href="bubble.css"> 8 <link rel="stylesheet" href="bubble.css">
9 <link rel="stylesheet" href="oobe.css"> 9 <link rel="stylesheet" href="oobe.css">
10 <link rel="stylesheet" href="screen_account_picker.css"> 10 <link rel="stylesheet" href="screen_account_picker.css">
11 <link rel="stylesheet" href="screen_offline_message.css"> 11 <link rel="stylesheet" href="screen_offline_message.css">
12 <link rel="stylesheet" href="screen_signin.css"> 12 <link rel="stylesheet" href="screen_signin.css">
13 <link rel="stylesheet" href="user_pod_row.css"> 13 <link rel="stylesheet" href="user_pod_row.css">
14 <script src="chrome://resources/js/cr.js"></script> 14 <script src="chrome://resources/js/cr.js"></script>
15 <script src="chrome://resources/js/cr/event_target.js"></script> 15 <script src="chrome://resources/js/cr/event_target.js"></script>
16 <script src="chrome://resources/js/cr/ui.js"></script> 16 <script src="chrome://resources/js/cr/ui.js"></script>
17 <script src="chrome://resources/js/local_strings.js"></script> 17 <script src="chrome://resources/js/local_strings.js"></script>
18 <script src="chrome://resources/js/util.js"></script> 18 <script src="chrome://resources/js/util.js"></script>
19 <script src="bubble.js"></script> 19 <script src="bubble.js"></script>
20 <script src="oobe.js"></script> 20 <script src="oobe.js"></script>
21 <script src="oobe_screen_eula.js"></script> 21 <script src="oobe_screen_eula.js"></script>
22 <script src="oobe_screen_network.js"></script> 22 <script src="oobe_screen_network.js"></script>
23 <script src="oobe_screen_update.js"></script> 23 <script src="oobe_screen_update.js"></script>
24 <script src="oobe_screen_user_image.js"></script> 24 <script src="oobe_screen_user_image.js"></script>
25 <script src="oobe_screen_enrollment.js"></script> 25 <script src="oobe_screen_enrollment.js"></script>
26 <script src="oobe_screen_oauth_enrollment.js"></script>
26 <script src="screen_account_picker.js"></script> 27 <script src="screen_account_picker.js"></script>
27 <script src="screen_gaia_signin.js"></script> 28 <script src="screen_gaia_signin.js"></script>
28 <script src="screen_offline_message.js"></script> 29 <script src="screen_offline_message.js"></script>
29 <script src="screen_signin.js"></script> 30 <script src="screen_signin.js"></script>
30 <script src="user_pod_row.js"></script> 31 <script src="user_pod_row.js"></script>
31 </head> 32 </head>
32 <body i18n-values=".style.fontFamily:fontfamily;"> 33 <body i18n-values=".style.fontFamily:fontfamily;">
33 <div id="login-header-bar" hidden> 34 <div id="login-header-bar" hidden>
34 <button id="shutdown-button" i18n-content="shutDown"></button> 35 <button id="shutdown-button" i18n-content="shutDown"></button>
35 <span class="divider-vert"></span> 36 <span class="divider-vert"></span>
36 <button id="add-user-button" i18n-content="addUser"></button> 37 <button id="add-user-button" i18n-content="addUser"></button>
37 <button id="cancel-add-user-button" i18n-content="cancel" hidden></button> 38 <button id="cancel-add-user-button" i18n-content="cancel" hidden></button>
38 </div> 39 </div>
39 <div id="oobe" class="faded"> 40 <div id="oobe" class="faded">
40 <div id="outer-container"> 41 <div id="outer-container">
41 <div id="header"> 42 <div id="header">
42 <div id="header-sections"></div> 43 <div id="header-sections"></div>
43 </div> 44 </div>
44 <hr class="top shadow"> 45 <hr class="top shadow">
45 <div id="inner-container"> 46 <div id="inner-container">
46 <include src="oobe_screen_network.html"> 47 <include src="oobe_screen_network.html">
47 <include src="oobe_screen_eula.html"> 48 <include src="oobe_screen_eula.html">
48 <include src="oobe_screen_update.html"> 49 <include src="oobe_screen_update.html">
49 <include src="oobe_screen_enrollment.html"> 50 <include src="oobe_screen_enrollment.html">
51 <include src="oobe_screen_oauth_enrollment.html">
50 <include src="oobe_screen_user_image.html"> 52 <include src="oobe_screen_user_image.html">
51 <include src="screen_signin.html"> 53 <include src="screen_signin.html">
52 <include src="screen_gaia_signin.html"> 54 <include src="screen_gaia_signin.html">
53 <include src="screen_account_picker.html"> 55 <include src="screen_account_picker.html">
54 <include src="screen_offline_message.html"> 56 <include src="screen_offline_message.html">
55 </div> 57 </div>
56 <hr class="bottom shadow"> 58 <hr class="bottom shadow">
57 <div id="footer"> 59 <div id="footer">
58 <div id="progress"></div> 60 <div id="progress"></div>
59 <div id="button-strip" class="button-strip"></div> 61 <div id="button-strip" class="button-strip"></div>
(...skipping 19 matching lines...) Expand all
79 </div> 81 </div>
80 <p id="tpm-password" hidden></p> 82 <p id="tpm-password" hidden></p>
81 </div> 83 </div>
82 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> 84 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button>
83 </div> 85 </div>
84 </div> 86 </div>
85 <div id="bubble" class="bubble faded" hidden></div> 87 <div id="bubble" class="bubble faded" hidden></div>
86 <include src="user_pod_template.html"> 88 <include src="user_pod_template.html">
87 </body> 89 </body>
88 </html> 90 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698