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

Unified Diff: chrome/browser/resources/chromeos/login/screen_container.html

Issue 13881017: Extract common HTML from oobe.html/login.html. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screens.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/screen_container.html
diff --git a/chrome/browser/resources/chromeos/login/screen_container.html b/chrome/browser/resources/chromeos/login/screen_container.html
new file mode 100644
index 0000000000000000000000000000000000000000..216d34dc7f2ebcf44a3dd5b581a4267b7533828e
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/screen_container.html
@@ -0,0 +1,18 @@
+<div id="background" class="background-initial"></div>
+<include src="version.html">
+<div id="outer-container">
+ <div id="oobe" class="faded">
+ <div id="inner-container" class="down">
+ <div id="step-logo" hidden>
+ <img src="chrome://theme/IDR_PRODUCT_LOGO" alt="">
Nikita (slow) 2013/04/18 09:29:40 nit: alt attribute could be dropped
dzhioev (left Google) 2013/04/18 09:33:30 No, alt attribute is required for img in html5. Bu
Nikita (slow) 2013/04/18 09:36:55 Thanks for clarification.
dconnelly 2013/04/18 12:50:47 Done.
+ <div id="header-sections">
+ </div>
+ </div>
+ <include src="oobe_screens.html">
+ </div>
+ <div id="progress-dots" class="down"></div>
+ </div>
+</div>
+<div id="bubble" class="bubble faded" hidden></div>
+<include src="header_bar.html">
+<include src="user_pod_template.html">
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screens.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698