OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 | 2 |
3 <!-- | 3 <!-- |
4 about:version template page | 4 about:version template page |
5 --> | 5 --> |
6 | 6 |
7 <html id="t" i18n-values="dir:textdirection;"> | 7 <html id="t" i18n-values="dir:textdirection;"> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
11 <if expr="is_android"> | 11 <if expr="is_android"> |
12 <meta name="viewport" content="width=device-width"> | 12 <meta name="viewport" content="width=device-width"> |
13 </if> | 13 </if> |
14 <link rel="stylesheet" href="chrome://version/about_version.css"> | 14 <link rel="stylesheet" href="chrome://version/about_version.css"> |
15 <if expr="is_android"> | 15 <if expr="is_android"> |
16 <link rel="stylesheet" href="about_version_android.css"> | 16 <link rel="stylesheet" href="about_version_android.css"> |
17 </if> | 17 </if> |
18 <script src="chrome://resources/js/cr.js"></script> | 18 <script src="chrome://resources/js/cr.js"></script> |
19 <script src="chrome://resources/js/load_time_data.js"></script> | 19 <script src="chrome://resources/js/load_time_data.js"></script> |
20 <script src="chrome://resources/js/parse_html_subset.js"></script> | 20 <script src="chrome://resources/js/parse_html_subset.js"></script> |
21 <script src="chrome://resources/js/util.js"></script> | 21 <script src="chrome://resources/js/util.js"></script> |
22 <script src="chrome://version/version.js"></script> | 22 <script src="chrome://version/version.js"></script> |
23 <script src="chrome://version/strings.js"></script> | 23 <script src="chrome://version/strings.js"></script> |
24 </head> | 24 </head> |
25 | 25 |
26 <body> | 26 <body> |
27 <div id="outer"> | 27 <div id="outer"> |
28 <div id="logo"> | 28 <div id="logo"> |
29 <if expr="pp_ifdef('enable_themes')"> | 29 <if expr="enable_themes"> |
30 <img src="chrome://theme/IDR_PRODUCT_LOGO"> | 30 <img src="chrome://theme/IDR_PRODUCT_LOGO"> |
31 </if> | 31 </if> |
32 <if expr="not pp_ifdef('enable_themes')"> | 32 <if expr="not enable_themes"> |
33 <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_log
o.png"> | 33 <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_log
o.png"> |
34 </if> | 34 </if> |
35 <div id="company" i18n-content="company"></div> | 35 <div id="company" i18n-content="company"></div> |
36 <div id="copyright" i18n-content="copyright"></div> | 36 <div id="copyright" i18n-content="copyright"></div> |
37 </div> | 37 </div> |
38 <table id="inner" cellpadding="0" cellspacing="0" border="0"> | 38 <table id="inner" cellpadding="0" cellspacing="0" border="0"> |
39 <tr><td class="label" i18n-content="application_label"></td> | 39 <tr><td class="label" i18n-content="application_label"></td> |
40 <td class="version" id="version"> | 40 <td class="version" id="version"> |
41 <if expr="is_android"> | 41 <if expr="is_android"> |
42 <span i18n-content="application_name"></span> | 42 <span i18n-content="application_name"></span> |
43 <span i18n-content="application_version_name"></span> | 43 <span i18n-content="application_version_name"></span> |
44 <span i18n-content="application_version_code"></span> | 44 <span i18n-content="application_version_code"></span> |
45 </if> | 45 </if> |
46 <if expr="not is_android"> | 46 <if expr="not is_android"> |
47 <span i18n-content="version"></span> | 47 <span i18n-content="version"></span> |
48 (<span i18n-content="official"> | 48 (<span i18n-content="official"> |
49 </span> <span i18n-content="cl"></span>) | 49 </span> <span i18n-content="cl"></span>) |
50 <span i18n-content="version_modifier"></span> | 50 <span i18n-content="version_modifier"></span> |
51 </if> | 51 </if> |
52 </td> | 52 </td> |
53 </tr> | 53 </tr> |
54 <if expr="not pp_ifdef('chromeos')"> | 54 <if expr="not chromeos"> |
55 <tr><td class="label" i18n-content="os_name"></td> | 55 <tr><td class="label" i18n-content="os_name"></td> |
56 <td class="version" id="os_type"> | 56 <td class="version" id="os_type"> |
57 <span i18n-content="os_type"></span> | 57 <span i18n-content="os_type"></span> |
58 <span id="os_version" i18n-content="os_version"></span> | 58 <span id="os_version" i18n-content="os_version"></span> |
59 </td> | 59 </td> |
60 </if> | 60 </if> |
61 <if expr="pp_ifdef('chromeos')"> | 61 <if expr="chromeos"> |
62 <tr><td class="label" i18n-content="platform"></td> | 62 <tr><td class="label" i18n-content="platform"></td> |
63 <td class="version" id="os_type"> | 63 <td class="version" id="os_type"> |
64 <span id="os_version" i18n-content="os_version"></span> | 64 <span id="os_version" i18n-content="os_version"></span> |
65 </td> | 65 </td> |
66 </if> | 66 </if> |
67 </tr> | 67 </tr> |
68 <tr><td class="label">Blink</td> | 68 <tr><td class="label">Blink</td> |
69 <td class="version" id="blink_version" i18n-content="blink_version"></
td> | 69 <td class="version" id="blink_version" i18n-content="blink_version"></
td> |
70 </tr> | 70 </tr> |
71 <tr><td class="label">JavaScript</td> | 71 <tr><td class="label">JavaScript</td> |
(...skipping 27 matching lines...) Expand all Loading... |
99 <tr id="build-id-section"> | 99 <tr id="build-id-section"> |
100 <td class="label" i18n-content="build_id_name"></td> | 100 <td class="label" i18n-content="build_id_name"></td> |
101 <td class="version" i18n-content="build_id"></td> | 101 <td class="version" i18n-content="build_id"></td> |
102 </tr> | 102 </tr> |
103 </if> | 103 </if> |
104 </table> | 104 </table> |
105 </div> | 105 </div> |
106 <script src="chrome://resources/js/i18n_template2.js"></script> | 106 <script src="chrome://resources/js/i18n_template2.js"></script> |
107 </body> | 107 </body> |
108 </html> | 108 </html> |
OLD | NEW |