Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| 3 Use of this source code is governed by a BSD-style license that can be | |
| 4 found in the LICENSE file. --> | |
| 5 <html i18n-values="dir:textdirection"> | |
| 6 <head> | |
| 7 <meta charset="utf-8"> | |
| 8 <title i18n-content="page-title"></title> | |
| 9 <script src="chrome://resources/js/local_strings.js"></script> | |
| 10 <script src="chrome://resources/js/cr.js"></script> | |
| 11 <script src="chrome://resources/js/util.js"></script> | |
| 12 <script src="chrome://resources/js/cr/event_target.js"></script> | |
| 13 <script src="strings.js"></script> | |
| 14 <script src="set_as_metro_default.js"></script> | |
| 15 | |
| 16 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | |
| 17 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | |
| 18 <link rel="stylesheet" href="set_as_metro_default.css"> | |
| 19 | |
| 20 </head> | |
| 21 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | |
| 22 | |
| 23 <div id="metro-setup-outer-container"> | |
| 24 <div id="metro-setup-overlay" class="page"> | |
| 25 <div> | |
| 26 <div> | |
| 27 <div class="content-area"> | |
| 28 <h1 i18n-content="flowTitle"></h1> | |
| 29 <h2 i18n-content="flowDescription"></h2> | |
| 30 </div> | |
| 31 <div id="metro-action-box" class="content-area"> | |
| 32 <div class="button-strip"> | |
| 33 <button id="launch-button" class="custom-appearance" | |
| 34 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.
| |
| 35 <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.
| |
| 36 </div> | |
| 37 </div> | |
| 38 </div> | |
| 39 </div> | |
| 40 </div> | |
| 41 </div> | |
| 42 | |
| 43 </body> | |
| 44 <script src="chrome://resources/js/i18n_template.js"></script> | |
| 45 <script src="chrome://resources/js/i18n_process.js"></script> | |
| 46 </html> | |
| OLD | NEW |