OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html id="t" i18n-values="dir:textdirection;"> | 2 <html id="t" i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
7 <link rel="stylesheet" href="about_sys.css"> | 7 <link rel="stylesheet" href="about_sys.css"> |
8 <script src="chrome://resources/js/util.js"></script> | 8 <script src="chrome://resources/js/util.js"></script> |
9 <script src="chrome://resources/js/i18n_template_no_process.js"></script> | 9 <script src="chrome://resources/js/i18n_template_no_process.js"></script> |
10 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 10 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
11 <script src="about_sys.js"></script> | 11 <script src="about_sys.js"></script> |
12 </head> | 12 </head> |
(...skipping 21 matching lines...) Expand all Loading... |
34 </td> | 34 </td> |
35 <td class="number"> | 35 <td class="number"> |
36 <div class="stat-value" jscontent="statValue" | 36 <div class="stat-value" jscontent="statValue" |
37 jsvalues="id:statName + '-value'"></div> | 37 jsvalues="id:statName + '-value'"></div> |
38 </td> | 38 </td> |
39 </tr> | 39 </tr> |
40 </table> | 40 </table> |
41 </div> | 41 </div> |
42 </body> | 42 </body> |
43 </html> | 43 </html> |
OLD | NEW |