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

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

Issue 10827169: [cros] OOBE slide animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Polish Created 8 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;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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <include src="version.html"> 51 <include src="version.html">
52 <div id="outer-container"> 52 <div id="outer-container">
53 <include src="notification_area.html"> 53 <include src="notification_area.html">
54 <div id="oobe" class="faded"> 54 <div id="oobe" class="faded">
55 <div id="header"> 55 <div id="header">
56 <span i18n-content="productName"></span> 56 <span i18n-content="productName"></span>
57 <div id="header-sections"></div> 57 <div id="header-sections"></div>
58 </div> 58 </div>
59 <hr class="top shadow"> 59 <hr class="top shadow">
60 <div id="inner-container"> 60 <div id="inner-container">
61 <div id="step-logo">
62 <img src="chrome://theme/IDR_PRODUCT_LOGO">
63 </div>
61 <include src="oobe_screen_network.html"> 64 <include src="oobe_screen_network.html">
62 <include src="oobe_screen_eula.html"> 65 <include src="oobe_screen_eula.html">
63 <include src="oobe_screen_update.html"> 66 <include src="oobe_screen_update.html">
64 <include src="oobe_screen_oauth_enrollment.html"> 67 <include src="oobe_screen_oauth_enrollment.html">
65 <include src="oobe_screen_user_image.html"> 68 <include src="oobe_screen_user_image.html">
66 <include src="screen_gaia_signin.html"> 69 <include src="screen_gaia_signin.html">
67 <include src="screen_account_picker.html"> 70 <include src="screen_account_picker.html">
68 <include src="screen_error_message.html"> 71 <include src="screen_error_message.html">
69 </div> 72 </div>
70 <hr class="bottom shadow"> 73 <hr class="bottom shadow">
(...skipping 21 matching lines...) Expand all
92 <p id="tpm-password" hidden></p> 95 <p id="tpm-password" hidden></p>
93 </div> 96 </div>
94 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> 97 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button>
95 </div> 98 </div>
96 </div> 99 </div>
97 <div id="bubble" class="bubble faded" hidden></div> 100 <div id="bubble" class="bubble faded" hidden></div>
98 <include src="header_bar.html"> 101 <include src="header_bar.html">
99 <include src="user_pod_template.html"> 102 <include src="user_pod_template.html">
100 </body> 103 </body>
101 </html> 104 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698