| 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')"> |
| 11 <meta name="viewport" content="width=device-width"> | 11 <meta name="viewport" content="width=device-width"> |
| 12 </if> | 12 </if> |
| 13 <link rel="stylesheet" href="shared/css/about_version.css"> | 13 <link rel="stylesheet" href="shared/css/about_version.css"> |
| 14 <if expr="pp_ifdef('android')"> | 14 <if expr="pp_ifdef('android')"> |
| 15 <link rel="stylesheet" href="about_version_android.css"> | 15 <link rel="stylesheet" href="about_version_android.css"> |
| 16 </if> | 16 </if> |
| 17 <script src="chrome://resources/js/cr.js"></script> |
| 18 <script src="chrome://resources/js/load_time_data.js"></script> |
| 17 <script src="chrome://resources/js/parse_html_subset.js"></script> | 19 <script src="chrome://resources/js/parse_html_subset.js"></script> |
| 18 <script src="chrome://resources/js/util.js"></script> | 20 <script src="chrome://resources/js/util.js"></script> |
| 19 <script src="chrome://version/version.js"></script> | 21 <script src="chrome://version/version.js"></script> |
| 20 <script src="chrome://version/strings.js"></script> | 22 <script src="chrome://version/strings.js"></script> |
| 21 </head> | 23 </head> |
| 22 | 24 |
| 23 <body> | 25 <body> |
| 24 <div id="outer"> | 26 <div id="outer"> |
| 25 <div id="logo"> | 27 <div id="logo"> |
| 26 <if expr="pp_ifdef('enable_themes')"> | 28 <if expr="pp_ifdef('enable_themes')"> |
| 27 <img src="chrome://theme/IDR_PRODUCT_LOGO"> | 29 <img src="chrome://theme/IDR_PRODUCT_LOGO"> |
| 28 </if> | 30 </if> |
| 29 <if expr="not pp_ifdef('enable_themes')"> | 31 <if expr="not pp_ifdef('enable_themes')"> |
| 30 <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_log
o.png"> | 32 <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_log
o.png"> |
| 31 </if> | 33 </if> |
| 32 <div id="company" i18n-content="company"></div> | 34 <div id="company" i18n-content="company"></div> |
| 33 <div id="copyright" i18n-content="copyright"></div> | 35 <div id="copyright" i18n-content="copyright"></div> |
| 34 </div> | 36 </div> |
| 35 <table id="inner" cellpadding="0" cellspacing="0" border="0"> | 37 <table id="inner" cellpadding="0" cellspacing="0" border="0"> |
| 36 <tr><td class="label" valign="top" id="name" i18n-content="name"></td> | 38 <tr><td class="label" valign="top" id="name" i18n-content="name"></td> |
| 37 <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> | 39 <td class="version" id="version"> |
| 40 <span i18n-content="version"></span> (<span i18n-content="official">
</span> <span i18n-content="cl"></span>) <span i18n-content="version_modifier"><
/span> |
| 41 </td> |
| 38 </tr> | 42 </tr> |
| 39 <if expr="not pp_ifdef('chromeos')"> | 43 <if expr="not pp_ifdef('chromeos')"> |
| 40 <tr><td class="label" valign="top" i18n-content="os_name"></td> | 44 <tr><td class="label" valign="top" i18n-content="os_name"></td> |
| 41 <td class="version" id="os_type"><span i18n-content="os_type"></span>
<span i18n-content="os_version"></span></td> | 45 <td class="version" id="os_type"><span i18n-content="os_type"></span>
<span i18n-content="os_version"></span></td> |
| 42 </if> | 46 </if> |
| 43 <if expr="pp_ifdef('chromeos')"> | 47 <if expr="pp_ifdef('chromeos')"> |
| 44 <tr><td class="label" valign="top" i18n-content="platform"></td> | 48 <tr><td class="label" valign="top" i18n-content="platform"></td> |
| 45 <td class="version" id="os_type"><span i18n-content="os_version"></spa
n></td> | 49 <td class="version" id="os_type"><span i18n-content="os_version"></spa
n></td> |
| 46 </if> | 50 </if> |
| 47 </tr> | 51 </tr> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 67 </tr> | 71 </tr> |
| 68 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td
> | 72 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td
> |
| 69 <td class="version" id="profile_path" i18n-content="profile_path"></
td> | 73 <td class="version" id="profile_path" i18n-content="profile_path"></
td> |
| 70 </tr> | 74 </tr> |
| 71 <tr id="variations-section"> | 75 <tr id="variations-section"> |
| 72 <td class="label" valign="top" i18n-content="variations_name"></td> | 76 <td class="label" valign="top" i18n-content="variations_name"></td> |
| 73 <td class="version" id="variations-list"></td> | 77 <td class="version" id="variations-list"></td> |
| 74 </tr> | 78 </tr> |
| 75 </table> | 79 </table> |
| 76 </div> | 80 </div> |
| 77 <script src="chrome://resources/js/i18n_template.js"></script> | 81 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 78 <script src="chrome://resources/js/i18n_process.js"></script> | |
| 79 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | |
| 80 </body> | 82 </body> |
| 81 | 83 |
| 82 </html> | 84 </html> |
| OLD | NEW |