Chromium Code Reviews| 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> |