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 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
10 <if expr="pp_ifdef('android')"> | 10 <if expr="pp_ifdef('android')"> |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 <span id="os_version" i18n-content="os_version"></span> | 56 <span id="os_version" i18n-content="os_version"></span> |
57 </td> | 57 </td> |
58 </if> | 58 </if> |
59 <if expr="pp_ifdef('chromeos')"> | 59 <if expr="pp_ifdef('chromeos')"> |
60 <tr><td class="label" i18n-content="platform"></td> | 60 <tr><td class="label" i18n-content="platform"></td> |
61 <td class="version" id="os_type"> | 61 <td class="version" id="os_type"> |
62 <span id="os_version" i18n-content="os_version"></span> | 62 <span id="os_version" i18n-content="os_version"></span> |
63 </td> | 63 </td> |
64 </if> | 64 </if> |
65 </tr> | 65 </tr> |
66 <tr><td class="label">WebKit</td> | 66 <tr><td class="label">Blink</td> |
67 <td class="version" id="webkit_version" i18n-content="webkit_version">
</td> | 67 <td class="version" id="blink_version" i18n-content="blink_version"></
td> |
68 </tr> | 68 </tr> |
69 <tr><td class="label">JavaScript</td> | 69 <tr><td class="label">JavaScript</td> |
70 <td class="version" id="js_engine"> | 70 <td class="version" id="js_engine"> |
71 <span i18n-content="js_engine"></span> | 71 <span i18n-content="js_engine"></span> |
72 <span i18n-content="js_version"></span> | 72 <span i18n-content="js_version"></span> |
73 </td> | 73 </td> |
74 </tr> | 74 </tr> |
75 <if expr="not pp_ifdef('android')"> | 75 <if expr="not pp_ifdef('android')"> |
76 <tr><td class="label" i18n-content="flash_plugin"></td> | 76 <tr><td class="label" i18n-content="flash_plugin"></td> |
77 <td class="version" id="flash_version" i18n-content="flash_version"></
td> | 77 <td class="version" id="flash_version" i18n-content="flash_version"></
td> |
(...skipping 18 matching lines...) Expand all Loading... |
96 <if expr="pp_ifdef('android')"> | 96 <if expr="pp_ifdef('android')"> |
97 <tr id="build-id-section"> | 97 <tr id="build-id-section"> |
98 <td class="label" i18n-content="build_id_name"></td> | 98 <td class="label" i18n-content="build_id_name"></td> |
99 <td class="version" i18n-content="build_id"></td> | 99 <td class="version" i18n-content="build_id"></td> |
100 </tr> | 100 </tr> |
101 </if> | 101 </if> |
102 </table> | 102 </table> |
103 </div> | 103 </div> |
104 <script src="chrome://resources/js/i18n_template2.js"></script> | 104 <script src="chrome://resources/js/i18n_template2.js"></script> |
105 </body> | 105 </body> |
106 </html> | 106 </html> |
OLD | NEW |