OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <!-- | 3 <!-- |
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
6 found in the LICENSE file. | 6 found in the LICENSE file. |
7 --> | 7 --> |
8 <head i18n-values="dir:textdirection;"> | 8 <head i18n-values="dir:textdirection;lang:language"> |
9 <meta name="viewport" content="width=device-width" /> | 9 <meta name="viewport" content="width=device-width" /> |
10 <style> | 10 <style> |
11 * { | 11 * { |
12 box-sizing: border-box; | 12 box-sizing: border-box; |
13 -webkit-user-select: none; | 13 -webkit-user-select: none; |
14 } | 14 } |
15 | 15 |
16 body { | 16 body { |
17 cursor: default; | 17 cursor: default; |
18 font-family: sans-serif; | 18 font-family: sans-serif; |
(...skipping 27 matching lines...) Expand all Loading... |
46 <script src="strings.js"></script> | 46 <script src="strings.js"></script> |
47 </head> | 47 </head> |
48 <body> | 48 <body> |
49 <div id="debug-div"> | 49 <div id="debug-div"> |
50 </div> | 50 </div> |
51 <include src="info_view.html"> | 51 <include src="info_view.html"> |
52 <script src="chrome://resources/js/i18n_template2.js"></script> | 52 <script src="chrome://resources/js/i18n_template2.js"></script> |
53 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 53 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
54 </body> | 54 </body> |
55 </html> | 55 </html> |
OLD | NEW |