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> |
(...skipping 27 matching lines...) Expand all Loading... |
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"></span>) |
49 </span> <span i18n-content="cl"></span>) | |
50 <span i18n-content="version_modifier"></span> | 49 <span i18n-content="version_modifier"></span> |
| 50 </td> |
| 51 </tr> |
| 52 <tr> |
| 53 <td class="label" i18n-content="revision"></td> |
| 54 <td class="version"> |
| 55 <span i18n-content="cl"></span> |
51 </if> | 56 </if> |
52 </td> | 57 </td> |
53 </tr> | 58 </tr> |
54 <if expr="not chromeos"> | 59 <if expr="not chromeos"> |
55 <tr><td class="label" i18n-content="os_name"></td> | 60 <tr><td class="label" i18n-content="os_name"></td> |
56 <td class="version" id="os_type"> | 61 <td class="version" id="os_type"> |
57 <span i18n-content="os_type"></span> | 62 <span i18n-content="os_type"></span> |
58 <span id="os_version" i18n-content="os_version"></span> | 63 <span id="os_version" i18n-content="os_version"></span> |
59 </td> | 64 </td> |
60 </if> | 65 </if> |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 <tr id="build-id-section"> | 104 <tr id="build-id-section"> |
100 <td class="label" i18n-content="build_id_name"></td> | 105 <td class="label" i18n-content="build_id_name"></td> |
101 <td class="version" i18n-content="build_id"></td> | 106 <td class="version" i18n-content="build_id"></td> |
102 </tr> | 107 </tr> |
103 </if> | 108 </if> |
104 </table> | 109 </table> |
105 </div> | 110 </div> |
106 <script src="chrome://resources/js/i18n_template2.js"></script> | 111 <script src="chrome://resources/js/i18n_template2.js"></script> |
107 </body> | 112 </body> |
108 </html> | 113 </html> |
OLD | NEW |