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"> | 7 <html id="t"> |
8 <head> | 8 <head> |
9 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
10 <style> | 10 <style> |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 <div id="outer"> | 67 <div id="outer"> |
68 <div id="logo"> | 68 <div id="logo"> |
69 <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" /> | 69 <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" /> |
70 <div id="company" i18n-content="company"></div> | 70 <div id="company" i18n-content="company"></div> |
71 <div id="copyright" i18n-content="copyright"></div> | 71 <div id="copyright" i18n-content="copyright"></div> |
72 </div> | 72 </div> |
73 <table id="inner" cellpadding="0" cellspacing="0" border="0"> | 73 <table id="inner" cellpadding="0" cellspacing="0" border="0"> |
74 <tr><td class="label" valign="top" id="name" i18n-content="name"></td> | 74 <tr><td class="label" valign="top" id="name" i18n-content="name"></td> |
75 <td class="version" id="version"><span i18n-content="version"></span>
(<span i18n-content="official"></span> <span i18n-content="cl"></span>) <span i1
8n-content="version_modifier"></span></td> | 75 <td class="version" id="version"><span i18n-content="version"></span>
(<span i18n-content="official"></span> <span i18n-content="cl"></span>) <span i1
8n-content="version_modifier"></span></td> |
76 </tr> | 76 </tr> |
| 77 <if expr="not pp_ifdef('chromeos')"> |
77 <tr><td class="label" valign="top" i18n-content="os_name"></td> | 78 <tr><td class="label" valign="top" i18n-content="os_name"></td> |
78 <td class="version" id="os_type"><span i18n-content="os_type"></span>
<span i18n-content="os_version"></span></td> | 79 <td class="version" id="os_type"><span i18n-content="os_type"></span>
<span i18n-content="os_version"></span></td> |
| 80 </if> |
| 81 <if expr="pp_ifdef('chromeos')"> |
| 82 <tr><td class="label" valign="top">Platform</td> |
| 83 <td class="version" id="os_version"><span i18n-content="os_version"></
span></td> |
| 84 </if> |
79 </tr> | 85 </tr> |
80 <tr><td class="label" valign="top">WebKit</td> | 86 <tr><td class="label" valign="top">WebKit</td> |
81 <td class="version" id="webkit_version" i18n-content="webkit_version">
</td> | 87 <td class="version" id="webkit_version" i18n-content="webkit_version">
</td> |
82 </tr> | 88 </tr> |
83 <tr><td class="label" valign="top">JavaScript</td> | 89 <tr><td class="label" valign="top">JavaScript</td> |
84 <td class="version" id="js_engine"><span i18n-content="js_engine"></sp
an> <span i18n-content="js_version"></span></td> | 90 <td class="version" id="js_engine"><span i18n-content="js_engine"></sp
an> <span i18n-content="js_version"></span></td> |
85 </tr> | 91 </tr> |
86 <tr><td class="label" valign="top" i18n-content="flash_plugin"></td> | 92 <tr><td class="label" valign="top" i18n-content="flash_plugin"></td> |
87 <td class="version" id="flash_version" i18n-content="flash_version">
</td> | 93 <td class="version" id="flash_version" i18n-content="flash_version">
</td> |
88 </tr> | 94 </tr> |
89 <tr><td class="label" valign="top" i18n-content="user_agent_name"></td> | 95 <tr><td class="label" valign="top" i18n-content="user_agent_name"></td> |
90 <td class="version" id="useragent" i18n-content="useragent"></td> | 96 <td class="version" id="useragent" i18n-content="useragent"></td> |
91 </tr> | 97 </tr> |
92 <tr><td class="label" valign="top" i18n-content="command_line_name"></td
> | 98 <tr><td class="label" valign="top" i18n-content="command_line_name"></td
> |
93 <td class="version" id="command_line" i18n-content="command_line"></
td> | 99 <td class="version" id="command_line" i18n-content="command_line"></
td> |
94 </tr> | 100 </tr> |
95 <tr><td class="label" valign="top" i18n-content="executable_path_name"><
/td> | 101 <tr><td class="label" valign="top" i18n-content="executable_path_name"><
/td> |
96 <td class="version" id="executable_path" i18n-content="executable_pa
th"></td> | 102 <td class="version" id="executable_path" i18n-content="executable_pa
th"></td> |
97 </tr> | 103 </tr> |
98 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td
> | 104 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td
> |
99 <td class="version" id="profile_path" i18n-content="profile_path"></
td> | 105 <td class="version" id="profile_path" i18n-content="profile_path"></
td> |
100 </tr> | 106 </tr> |
101 </table> | 107 </table> |
102 </div> | 108 </div> |
103 </body> | 109 </body> |
104 | 110 |
105 </html> | 111 </html> |
OLD | NEW |