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

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

Issue 10928088: Factory reset screen is added (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed formatting Created 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;camera:came raType"> 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;camera:came raType">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> 5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
6 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
7 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 7 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
8 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 8 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
9 <link rel="stylesheet" href="bubble.css"> 9 <link rel="stylesheet" href="bubble.css">
10 <link rel="stylesheet" href="butter_bar.css"> 10 <link rel="stylesheet" href="butter_bar.css">
(...skipping 20 matching lines...) Expand all
31 <script src="chrome://resources/js/local_strings.js"></script> 31 <script src="chrome://resources/js/local_strings.js"></script>
32 <script src="chrome://resources/js/util.js"></script> 32 <script src="chrome://resources/js/util.js"></script>
33 <script src="../user_images_grid.js"></script> 33 <script src="../user_images_grid.js"></script>
34 <script src="bubble.js"></script> 34 <script src="bubble.js"></script>
35 <script src="display_manager.js"></script> 35 <script src="display_manager.js"></script>
36 <script src="header_bar.js"></script> 36 <script src="header_bar.js"></script>
37 <script src="network_dropdown.js"></script> 37 <script src="network_dropdown.js"></script>
38 <script src="oobe.js"></script> 38 <script src="oobe.js"></script>
39 <script src="oobe_screen_eula.js"></script> 39 <script src="oobe_screen_eula.js"></script>
40 <script src="oobe_screen_network.js"></script> 40 <script src="oobe_screen_network.js"></script>
41 <script src="oobe_screen_reset.js"></script>
41 <script src="oobe_screen_update.js"></script> 42 <script src="oobe_screen_update.js"></script>
42 <script src="oobe_screen_user_image.js"></script> 43 <script src="oobe_screen_user_image.js"></script>
43 <script src="oobe_screen_oauth_enrollment.js"></script> 44 <script src="oobe_screen_oauth_enrollment.js"></script>
44 <script src="screen_account_picker.js"></script> 45 <script src="screen_account_picker.js"></script>
45 <script src="screen_gaia_signin.js"></script> 46 <script src="screen_gaia_signin.js"></script>
46 <script src="screen_error_message.js"></script> 47 <script src="screen_error_message.js"></script>
47 <script src="user_pod_row.js"></script> 48 <script src="user_pod_row.js"></script>
48 </head> 49 </head>
49 <body i18n-values=".style.fontFamily:fontfamily;"> 50 <body i18n-values=".style.fontFamily:fontfamily;">
50 <div id="background" class="background-initial"></div> 51 <div id="background" class="background-initial"></div>
(...skipping 11 matching lines...) Expand all
62 <img src="chrome://theme/IDR_PRODUCT_LOGO"> 63 <img src="chrome://theme/IDR_PRODUCT_LOGO">
63 </div> 64 </div>
64 <include src="oobe_screen_network.html"> 65 <include src="oobe_screen_network.html">
65 <include src="oobe_screen_eula.html"> 66 <include src="oobe_screen_eula.html">
66 <include src="oobe_screen_update.html"> 67 <include src="oobe_screen_update.html">
67 <include src="oobe_screen_oauth_enrollment.html"> 68 <include src="oobe_screen_oauth_enrollment.html">
68 <include src="oobe_screen_user_image.html"> 69 <include src="oobe_screen_user_image.html">
69 <include src="screen_gaia_signin.html"> 70 <include src="screen_gaia_signin.html">
70 <include src="screen_account_picker.html"> 71 <include src="screen_account_picker.html">
71 <include src="screen_error_message.html"> 72 <include src="screen_error_message.html">
73 <include src="oobe_screen_reset.html">
72 </div> 74 </div>
73 <hr class="bottom shadow"> 75 <hr class="bottom shadow">
74 <div id="footer"> 76 <div id="footer">
75 <div id="progress"></div> 77 <div id="progress"></div>
76 <div id="button-strip" class="button-strip"></div> 78 <div id="button-strip" class="button-strip"></div>
77 </div> 79 </div>
78 <div id="progress-dots" class="down"></div> 80 <div id="progress-dots" class="down"></div>
79 </div> 81 </div>
80 <div id="security-info"> 82 <div id="security-info">
81 <a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting"> 83 <a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting">
(...skipping 13 matching lines...) Expand all
95 <p id="tpm-password" hidden></p> 97 <p id="tpm-password" hidden></p>
96 </div> 98 </div>
97 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> 99 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button>
98 </div> 100 </div>
99 </div> 101 </div>
100 <div id="bubble" class="bubble faded" hidden></div> 102 <div id="bubble" class="bubble faded" hidden></div>
101 <include src="header_bar.html"> 103 <include src="header_bar.html">
102 <include src="user_pod_template.html"> 104 <include src="user_pod_template.html">
103 </body> 105 </body>
104 </html> 106 </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