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

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

Issue 7792005: OOBE_DOMUI4 template applied (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
(...skipping 23 matching lines...) Expand all
34 <div id="login-header-bar" hidden> 34 <div id="login-header-bar" hidden>
35 <button id="shutdown-button" i18n-content="shutDown"></button> 35 <button id="shutdown-button" i18n-content="shutDown"></button>
36 <div id="add-user-header-bar-item" class="header-bar-item"> 36 <div id="add-user-header-bar-item" class="header-bar-item">
37 <button id="add-user-button" i18n-content="addUser"></button> 37 <button id="add-user-button" i18n-content="addUser"></button>
38 <button id="cancel-add-user-button" i18n-content="cancel" hidden></button> 38 <button id="cancel-add-user-button" i18n-content="cancel" hidden></button>
39 </div> 39 </div>
40 </div> 40 </div>
41 <div id="oobe" class="faded"> 41 <div id="oobe" class="faded">
42 <div id="outer-container"> 42 <div id="outer-container">
43 <div id="header"> 43 <div id="header">
44 <div> 44 <span i18n-content="productName"></span>
45 <span i18n-content="productName"></span>
46 </div>
47 <div id="header-sections"></div> 45 <div id="header-sections"></div>
48 </div> 46 </div>
49 <hr class="top shadow"> 47 <hr class="top shadow">
50 <div id="inner-container"> 48 <div id="inner-container">
51 <include src="oobe_screen_network.html"> 49 <include src="oobe_screen_network.html">
52 <include src="oobe_screen_eula.html"> 50 <include src="oobe_screen_eula.html">
53 <include src="oobe_screen_update.html"> 51 <include src="oobe_screen_update.html">
54 <include src="oobe_screen_enrollment.html"> 52 <include src="oobe_screen_enrollment.html">
55 <include src="oobe_screen_oauth_enrollment.html"> 53 <include src="oobe_screen_oauth_enrollment.html">
56 <include src="oobe_screen_user_image.html"> 54 <include src="oobe_screen_user_image.html">
(...skipping 28 matching lines...) Expand all
85 </div> 83 </div>
86 </div> 84 </div>
87 <div id="bubble" class="bubble faded" hidden></div> 85 <div id="bubble" class="bubble faded" hidden></div>
88 <include src="user_pod_template.html"> 86 <include src="user_pod_template.html">
89 <div id="version-labels"> 87 <div id="version-labels">
90 <div id="version"></div> 88 <div id="version"></div>
91 <div id="boot-times"></div> 89 <div id="boot-times"></div>
92 </div> 90 </div>
93 </body> 91 </body>
94 </html> 92 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698