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

Unified Diff: chrome/browser/resources/set_as_metro_default.html

Issue 10539169: Prototype version of the first-run dialog for Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed *_win.* files and fixed-up css/http. Created 8 years, 6 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/set_as_metro_default.css ('k') | chrome/browser/resources/set_as_metro_default.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/set_as_metro_default.html
diff --git a/chrome/browser/resources/set_as_metro_default.html b/chrome/browser/resources/set_as_metro_default.html
new file mode 100644
index 0000000000000000000000000000000000000000..3f30edde127962b6ea215c7aaa841e2b99226162
--- /dev/null
+++ b/chrome/browser/resources/set_as_metro_default.html
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML>
+<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file. -->
+<html i18n-values="dir:textdirection">
+<head>
+<meta charset="utf-8">
+<title i18n-content="page-title"></title>
+<script src="chrome://resources/js/local_strings.js"></script>
+<script src="chrome://resources/js/cr.js"></script>
+<script src="chrome://resources/js/util.js"></script>
+<script src="chrome://resources/js/cr/event_target.js"></script>
+<script src="strings.js"></script>
+<script src="set_as_metro_default.js"></script>
+
+<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
+<link rel="stylesheet" href="chrome://resources/css/widgets.css">
+<link rel="stylesheet" href="set_as_metro_default.css">
+
+</head>
+<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+
+<div id="metro-setup-outer-container">
+ <div id="metro-setup-overlay" class="page">
+ <div>
+ <div>
+ <div class="content-area">
+ <h1 i18n-content="flowTitle"></h1>
+ <h2 i18n-content="flowDescription"></h2>
+ </div>
+ <div id="metro-action-box" class="content-area">
+ <div class="button-strip">
+ <button id="launch-button" class="custom-appearance"
+ i18n-content="flowNext"/>
arv (Not doing code reviews) 2012/06/21 22:08:24 Invalid HTML. HTML does not support /> and buttons
motek. 2012/06/21 22:51:21 Oops. We live and learn. Thanks.
+ <button id="return-button" i18n-content="flowCancel"/>
arv (Not doing code reviews) 2012/06/21 22:08:24 here too
motek. 2012/06/21 22:51:21 Done.
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+
+</body>
+<script src="chrome://resources/js/i18n_template.js"></script>
+<script src="chrome://resources/js/i18n_process.js"></script>
+</html>
« no previous file with comments | « chrome/browser/resources/set_as_metro_default.css ('k') | chrome/browser/resources/set_as_metro_default.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698