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

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

Issue 9836039: Add reporting notification to the enterprise banner on the CrOS login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years, 9 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/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/throbber.css"> 8 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
9 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 9 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
10 <link rel="stylesheet" href="bubble.css"> 10 <link rel="stylesheet" href="bubble.css">
(...skipping 30 matching lines...) Expand all
41 <script src="oobe_screen_user_image.js"></script> 41 <script src="oobe_screen_user_image.js"></script>
42 <script src="oobe_screen_oauth_enrollment.js"></script> 42 <script src="oobe_screen_oauth_enrollment.js"></script>
43 <script src="screen_account_picker.js"></script> 43 <script src="screen_account_picker.js"></script>
44 <script src="screen_gaia_signin.js"></script> 44 <script src="screen_gaia_signin.js"></script>
45 <script src="screen_error_message.js"></script> 45 <script src="screen_error_message.js"></script>
46 <script src="user_pod_row.js"></script> 46 <script src="user_pod_row.js"></script>
47 </head> 47 </head>
48 <body i18n-values=".style.fontFamily:fontfamily;"> 48 <body i18n-values=".style.fontFamily:fontfamily;">
49 <include src="header_bar.html"> 49 <include src="header_bar.html">
50 <div id="outer-container"> 50 <div id="outer-container">
51 <div id="notification-area"> 51 <include src="notification_area.html">
52 <div id="enterprise-info-container" class="butter-bar" hidden>
53 <span id="enterprise-info-message"></span>
54 <!-- TODO(dubroy): Add "Learn more" link here. -->
55 </div>
56 </div>
57 <div id="oobe" class="faded"> 52 <div id="oobe" class="faded">
58 <div id="header"> 53 <div id="header">
59 <span i18n-content="productName"></span> 54 <span i18n-content="productName"></span>
60 <div id="header-sections"></div> 55 <div id="header-sections"></div>
61 </div> 56 </div>
62 <hr class="top shadow"> 57 <hr class="top shadow">
63 <div id="inner-container"> 58 <div id="inner-container">
64 <include src="oobe_screen_network.html"> 59 <include src="oobe_screen_network.html">
65 <include src="oobe_screen_eula.html"> 60 <include src="oobe_screen_eula.html">
66 <include src="oobe_screen_update.html"> 61 <include src="oobe_screen_update.html">
(...skipping 27 matching lines...) Expand all
94 <p id="tpm-password" hidden></p> 89 <p id="tpm-password" hidden></p>
95 </div> 90 </div>
96 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> 91 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button>
97 </div> 92 </div>
98 </div> 93 </div>
99 <div id="bubble" class="bubble faded" hidden></div> 94 <div id="bubble" class="bubble faded" hidden></div>
100 <include src="version.html"> 95 <include src="version.html">
101 <include src="user_pod_template.html"> 96 <include src="user_pod_template.html">
102 </body> 97 </body>
103 </html> 98 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698