Chromium Code Reviews| 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> | |
| 41 (<span i18n-content="official"></span> <span i18n-content="cl"></spa n>) | |
|
Evan Stade
2012/09/14 09:18:02
you can put a line return in between </span> and <
SteveT
2012/09/14 14:48:15
Done.
| |
| 42 <span i18n-content="version_modifier"></span> | |
| 43 </td> | |
| 38 </tr> | 44 </tr> |
| 39 <if expr="not pp_ifdef('chromeos')"> | 45 <if expr="not pp_ifdef('chromeos')"> |
| 40 <tr><td class="label" valign="top" i18n-content="os_name"></td> | 46 <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> | 47 <td class="version" id="os_type"> |
| 48 <span i18n-content="os_type"></span> | |
| 49 <span id="os_version" i18n-content="os_version"></span> | |
| 50 </td> | |
| 42 </if> | 51 </if> |
| 43 <if expr="pp_ifdef('chromeos')"> | 52 <if expr="pp_ifdef('chromeos')"> |
| 44 <tr><td class="label" valign="top" i18n-content="platform"></td> | 53 <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> | 54 <td class="version" id="os_type"> |
| 55 <span id="os_version" i18n-content="os_version"></span> | |
| 56 </td> | |
| 46 </if> | 57 </if> |
| 47 </tr> | 58 </tr> |
| 48 <tr><td class="label" valign="top">WebKit</td> | 59 <tr><td class="label" valign="top">WebKit</td> |
| 49 <td class="version" id="webkit_version" i18n-content="webkit_version"> </td> | 60 <td class="version" id="webkit_version" i18n-content="webkit_version"> </td> |
| 50 </tr> | 61 </tr> |
| 51 <tr><td class="label" valign="top">JavaScript</td> | 62 <tr><td class="label" valign="top">JavaScript</td> |
| 52 <td class="version" id="js_engine"><span i18n-content="js_engine"></sp an> <span i18n-content="js_version"></span></td> | 63 <td class="version" id="js_engine"> |
| 64 <span i18n-content="js_engine"></span> | |
| 65 <span i18n-content="js_version"></span> | |
| 66 </td> | |
| 53 </tr> | 67 </tr> |
| 54 <if expr="not pp_ifdef('android')"> | 68 <if expr="not pp_ifdef('android')"> |
| 55 <tr><td class="label" valign="top" i18n-content="flash_plugin"></td> | 69 <tr><td class="label" valign="top" i18n-content="flash_plugin"></td> |
| 56 <td class="version" id="flash_version" i18n-content="flash_version"> </td> | 70 <td class="version" id="flash_version" i18n-content="flash_version"> </td> |
| 57 </tr> | 71 </tr> |
| 58 </if> | 72 </if> |
| 59 <tr><td class="label" valign="top" i18n-content="user_agent_name"></td> | 73 <tr><td class="label" valign="top" i18n-content="user_agent_name"></td> |
| 60 <td class="version" id="useragent" i18n-content="useragent"></td> | 74 <td class="version" id="useragent" i18n-content="useragent"></td> |
| 61 </tr> | 75 </tr> |
| 62 <tr><td class="label" valign="top" i18n-content="command_line_name"></td > | 76 <tr><td class="label" valign="top" i18n-content="command_line_name"></td > |
| 63 <td class="version" id="command_line" i18n-content="command_line"></ td> | 77 <td class="version" id="command_line" i18n-content="command_line"></ td> |
| 64 </tr> | 78 </tr> |
| 65 <tr><td class="label" valign="top" i18n-content="executable_path_name">< /td> | 79 <tr><td class="label" valign="top" i18n-content="executable_path_name">< /td> |
| 66 <td class="version" id="executable_path" i18n-content="executable_pa th"></td> | 80 <td class="version" id="executable_path" i18n-content="executable_pa th"></td> |
| 67 </tr> | 81 </tr> |
| 68 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td > | 82 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td > |
| 69 <td class="version" id="profile_path" i18n-content="profile_path"></ td> | 83 <td class="version" id="profile_path" i18n-content="profile_path"></ td> |
| 70 </tr> | 84 </tr> |
| 71 <tr id="variations-section"> | 85 <tr id="variations-section"> |
| 72 <td class="label" valign="top" i18n-content="variations_name"></td> | 86 <td class="label" valign="top" i18n-content="variations_name"></td> |
| 73 <td class="version" id="variations-list"></td> | 87 <td class="version" id="variations-list"></td> |
| 74 </tr> | 88 </tr> |
| 75 </table> | 89 </table> |
| 76 </div> | 90 </div> |
| 77 <script src="chrome://resources/js/i18n_template.js"></script> | 91 <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> | 92 </body> |
| 81 | 93 |
| 82 </html> | 94 </html> |
| OLD | NEW |