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 24 matching lines...) Expand all Loading... |
35 </if> | 35 </if> |
36 <div id="company" i18n-content="company"></div> | 36 <div id="company" i18n-content="company"></div> |
37 <div id="copyright" i18n-content="copyright"></div> | 37 <div id="copyright" i18n-content="copyright"></div> |
38 </div> | 38 </div> |
39 <table id="inner" cellpadding="0" cellspacing="0" border="0"> | 39 <table id="inner" cellpadding="0" cellspacing="0" border="0"> |
40 <tr><td class="label" i18n-content="application_label"></td> | 40 <tr><td class="label" i18n-content="application_label"></td> |
41 <td class="version" id="version"> | 41 <td class="version" id="version"> |
42 <span i18n-content="version"></span> | 42 <span i18n-content="version"></span> |
43 (<span i18n-content="official"></span>) | 43 (<span i18n-content="official"></span>) |
44 <span i18n-content="version_modifier"></span> | 44 <span i18n-content="version_modifier"></span> |
| 45 <span i18n-content="version_bitsize"></span> |
45 </td> | 46 </td> |
46 </tr> | 47 </tr> |
47 <tr> | 48 <tr> |
48 <td class="label" i18n-content="revision"></td> | 49 <td class="label" i18n-content="revision"></td> |
49 <td class="version"> | 50 <td class="version"> |
50 <span i18n-content="cl"></span> | 51 <span i18n-content="cl"></span> |
51 </td> | 52 </td> |
52 </tr> | 53 </tr> |
53 <if expr="not chromeos"> | 54 <if expr="not chromeos"> |
54 <tr><td class="label" i18n-content="os_name"></td> | 55 <tr><td class="label" i18n-content="os_name"></td> |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 <tr id="build-id-section"> | 99 <tr id="build-id-section"> |
99 <td class="label" i18n-content="build_id_name"></td> | 100 <td class="label" i18n-content="build_id_name"></td> |
100 <td class="version" i18n-content="build_id"></td> | 101 <td class="version" i18n-content="build_id"></td> |
101 </tr> | 102 </tr> |
102 </if> | 103 </if> |
103 </table> | 104 </table> |
104 </div> | 105 </div> |
105 <script src="chrome://resources/js/i18n_template2.js"></script> | 106 <script src="chrome://resources/js/i18n_template2.js"></script> |
106 </body> | 107 </body> |
107 </html> | 108 </html> |
OLD | NEW |