Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html id="t" i18n-values="dir:textdirection;"> | 2 <html id="t" i18n-values="dir:textdirection;"> |
| 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 | |
| 7 <link rel="stylesheet" href="about_sys.css"> | 6 <link rel="stylesheet" href="about_sys.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | |
|
Dan Beam
2014/12/10 19:49:24
shared stylesheets above page-specific ones
xdai1
2014/12/11 02:59:21
Done.
| |
| 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> |
| 13 <body> | 13 <body> |
| 14 <div id="header"> | 14 <div id="header"> |
| 15 <h1 i18n-content="title"></h1> | 15 <h1 i18n-content="title"></h1> |
| 16 <p i18n-content="description"></p> | 16 <p i18n-content="description"></p> |
| 17 </div> | 17 </div> |
| (...skipping 16 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 |