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;lang:language"> | 7 <html id="t" i18n-values="dir:textdirection;lang:language"> |
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 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
12 <if expr="is_android"> | 12 <if expr="is_android or is_ios"> |
13 <meta name="viewport" content="width=device-width"> | 13 <meta name="viewport" content="width=device-width"> |
14 </if> | 14 </if> |
15 <link rel="stylesheet" href="chrome://version/about_version.css"> | 15 <link rel="stylesheet" href="chrome://version/about_version.css"> |
16 <if expr="is_android"> | 16 <if expr="is_android or is_ios"> |
17 <link rel="stylesheet" href="about_version_android.css"> | 17 <link rel="stylesheet" href="about_version_mobile.css"> |
18 </if> | 18 </if> |
| 19 |
| 20 <if expr="is_ios"> |
| 21 <!-- TODO(jyquinn): Remove this once CRWWebUIPageBuilder can inject it. |
| 22 See http://crbug.com/487000 --> |
| 23 <script src="chrome://resources/js/ios/web_ui.js"></script> |
| 24 </if> |
| 25 |
19 <script src="chrome://resources/js/cr.js"></script> | 26 <script src="chrome://resources/js/cr.js"></script> |
20 <script src="chrome://resources/js/load_time_data.js"></script> | 27 <script src="chrome://resources/js/load_time_data.js"></script> |
21 <script src="chrome://resources/js/parse_html_subset.js"></script> | 28 <script src="chrome://resources/js/parse_html_subset.js"></script> |
22 <script src="chrome://resources/js/util.js"></script> | 29 <script src="chrome://resources/js/util.js"></script> |
23 <script src="chrome://version/version.js"></script> | 30 <script src="chrome://version/version.js"></script> |
24 <script src="chrome://version/strings.js"></script> | 31 <script src="chrome://version/strings.js"></script> |
25 </head> | 32 </head> |
26 | 33 |
27 <body> | 34 <body> |
28 <div id="outer"> | 35 <div id="outer"> |
(...skipping 29 matching lines...) Expand all Loading... |
58 <span id="os_version" i18n-content="os_version"></span> | 65 <span id="os_version" i18n-content="os_version"></span> |
59 </td> | 66 </td> |
60 </if> | 67 </if> |
61 <if expr="chromeos"> | 68 <if expr="chromeos"> |
62 <tr><td class="label" i18n-content="platform"></td> | 69 <tr><td class="label" i18n-content="platform"></td> |
63 <td class="version" id="os_type"> | 70 <td class="version" id="os_type"> |
64 <span id="os_version" i18n-content="os_version"></span> | 71 <span id="os_version" i18n-content="os_version"></span> |
65 </td> | 72 </td> |
66 </if> | 73 </if> |
67 </tr> | 74 </tr> |
| 75 <if expr="not is_ios"> |
68 <tr><td class="label">Blink</td> | 76 <tr><td class="label">Blink</td> |
69 <td class="version" id="blink_version" i18n-content="blink_version"></
td> | 77 <td class="version" id="blink_version" i18n-content="blink_version"></
td> |
70 </tr> | 78 </tr> |
71 <tr><td class="label">JavaScript</td> | 79 <tr><td class="label">JavaScript</td> |
72 <td class="version" id="js_engine"> | 80 <td class="version" id="js_engine"> |
73 <span i18n-content="js_engine"></span> | 81 <span i18n-content="js_engine"></span> |
74 <span i18n-content="js_version"></span> | 82 <span i18n-content="js_version"></span> |
75 </td> | 83 </td> |
76 </tr> | 84 </tr> |
77 <if expr="not is_android"> | 85 </if> |
| 86 <if expr="not is_android and not is_ios"> |
78 <tr><td class="label" i18n-content="flash_plugin"></td> | 87 <tr><td class="label" i18n-content="flash_plugin"></td> |
79 <td class="version" id="flash_version" i18n-content="flash_version"></
td> | 88 <td class="version" id="flash_version" i18n-content="flash_version"></
td> |
80 </tr> | 89 </tr> |
81 </if> | 90 </if> |
82 <tr><td class="label" i18n-content="user_agent_name"></td> | 91 <tr><td class="label" i18n-content="user_agent_name"></td> |
83 <td class="version" id="useragent" i18n-content="useragent"></td> | 92 <td class="version" id="useragent" i18n-content="useragent"></td> |
84 </tr> | 93 </tr> |
85 <tr><td class="label" i18n-content="command_line_name"></td> | 94 <tr><td class="label" i18n-content="command_line_name"></td> |
86 <td class="version" id="command_line" i18n-content="command_line"></td
> | 95 <td class="version" id="command_line" i18n-content="command_line"></td
> |
87 </tr> | 96 </tr> |
| 97 <if expr="not is_ios"> |
88 <tr><td class="label" i18n-content="executable_path_name"></td> | 98 <tr><td class="label" i18n-content="executable_path_name"></td> |
89 <td class="version" id="executable_path" i18n-content="executable_path
"></td> | 99 <td class="version" id="executable_path" i18n-content="executable_path
"></td> |
90 </tr> | 100 </tr> |
91 <tr><td class="label" i18n-content="profile_path_name"></td> | 101 <tr><td class="label" i18n-content="profile_path_name"></td> |
92 <td class="version" id="profile_path" i18n-content="profile_path"></td
> | 102 <td class="version" id="profile_path" i18n-content="profile_path"></td
> |
93 </tr> | 103 </tr> |
| 104 </if> |
94 <tr id="variations-section"> | 105 <tr id="variations-section"> |
95 <td class="label" i18n-content="variations_name"></td> | 106 <td class="label" i18n-content="variations_name"></td> |
96 <td class="version" id="variations-list"></td> | 107 <td class="version" id="variations-list"></td> |
97 </tr> | 108 </tr> |
98 <if expr="is_android"> | 109 <if expr="is_android"> |
99 <tr id="build-id-section"> | 110 <tr id="build-id-section"> |
100 <td class="label" i18n-content="build_id_name"></td> | 111 <td class="label" i18n-content="build_id_name"></td> |
101 <td class="version" i18n-content="build_id"></td> | 112 <td class="version" i18n-content="build_id"></td> |
102 </tr> | 113 </tr> |
103 </if> | 114 </if> |
104 <if expr="is_win"> | 115 <if expr="is_win"> |
105 <tr id="compiler-section"> | 116 <tr id="compiler-section"> |
106 <td class="label">Compiler</td> | 117 <td class="label">Compiler</td> |
107 <td class="version" id="compiler" i18n-content="compiler"></td> | 118 <td class="version" id="compiler" i18n-content="compiler"></td> |
108 </tr> | 119 </tr> |
109 </if> | 120 </if> |
110 </table> | 121 </table> |
111 </div> | 122 </div> |
112 <script src="chrome://resources/js/i18n_template.js"></script> | 123 <script src="chrome://resources/js/i18n_template.js"></script> |
113 </body> | 124 </body> |
114 </html> | 125 </html> |
OLD | NEW |