| 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 <style> | 10 <if expr="pp_ifdef('android')"> |
| 11 body { | 11 <meta name="viewport" content="width=device-width"/> |
| 12 font-family:Helvetica,Arial,sans-serif; | 12 </if> |
| 13 background-color:white; | 13 <link rel="stylesheet" href="shared/css/about_version.css"> |
| 14 color: black; | 14 <if expr="pp_ifdef('android')"> |
| 15 margin: 0px; | 15 <link rel="stylesheet" href="about_version_android.css"> |
| 16 } | 16 </if> |
| 17 #outer { | 17 <script src="chrome://version/version.js"></script> |
| 18 margin-top: 10px; | 18 <script src="chrome://version/strings.js"></script> |
| 19 margin-left: auto; | |
| 20 margin-right: auto; | |
| 21 width: 800px; | |
| 22 } | |
| 23 #inner { | |
| 24 padding-top: 10px; | |
| 25 width: 550px; | |
| 26 } | |
| 27 .label { | |
| 28 -webkit-padding-end: 5px; | |
| 29 font-size: 0.9em; | |
| 30 font-weight: bold; | |
| 31 text-align: end; | |
| 32 white-space: nowrap; | |
| 33 } | |
| 34 .label:after { | |
| 35 content: ":"; | |
| 36 } | |
| 37 #logo { | |
| 38 text-align: right; | |
| 39 float: right; | |
| 40 width: 180px; | |
| 41 margin-left: 40px; | |
| 42 } | |
| 43 #logo-img { | |
| 44 /* TODO: Remove once http://crbug.com/135179 is fixed */ | |
| 45 content: url('chrome://theme/IDR_PRODUCT_LOGO'); | |
| 46 } | |
| 47 #company { | |
| 48 text-align: right; | |
| 49 font-size: 0.7em; | |
| 50 } | |
| 51 #copyright { | |
| 52 text-align: right; | |
| 53 font-size: 0.7em; | |
| 54 } | |
| 55 #name { | |
| 56 } | |
| 57 #useragent { | |
| 58 font-family: monospace; | |
| 59 } | |
| 60 .version { | |
| 61 font-family: monospace; | |
| 62 padding-left: 5px; | |
| 63 max-width: 430px; | |
| 64 } | |
| 65 </style> | |
| 66 <script src="chrome://version/version.js"></script> | |
| 67 <script src="chrome://version/strings.js"></script> | |
| 68 </head> | 19 </head> |
| 69 | 20 |
| 70 <body> | 21 <body> |
| 71 <div id="outer"> | 22 <div id="outer"> |
| 72 <div id="logo"> | 23 <div id="logo"> |
| 73 <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed --> | 24 <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed --> |
| 74 <img id="logo-img"> | 25 <img id="logo-img"> |
| 75 <div id="company" i18n-content="company"></div> | 26 <div id="company" i18n-content="company"></div> |
| 76 <div id="copyright" i18n-content="copyright"></div> | 27 <div id="copyright" i18n-content="copyright"></div> |
| 77 </div> | 28 </div> |
| 78 <table id="inner" cellpadding="0" cellspacing="0" border="0"> | 29 <table id="inner" cellpadding="0" cellspacing="0" border="0"> |
| 79 <tr><td class="label" valign="top" id="name" i18n-content="name"></td> | 30 <tr><td class="label" valign="top" id="name" i18n-content="name"></td> |
| 80 <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> | 31 <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> |
| 81 </tr> | 32 </tr> |
| 82 <if expr="not pp_ifdef('chromeos')"> | 33 <if expr="not pp_ifdef('chromeos')"> |
| 83 <tr><td class="label" valign="top" i18n-content="os_name"></td> | 34 <tr><td class="label" valign="top" i18n-content="os_name"></td> |
| 84 <td class="version" id="os_type"><span i18n-content="os_type"></span>
<span i18n-content="os_version"></span></td> | 35 <td class="version" id="os_type"><span i18n-content="os_type"></span>
<span i18n-content="os_version"></span></td> |
| 85 </if> | 36 </if> |
| 86 <if expr="pp_ifdef('chromeos')"> | 37 <if expr="pp_ifdef('chromeos')"> |
| 87 <tr><td class="label" valign="top" i18n-content="platform"></td> | 38 <tr><td class="label" valign="top" i18n-content="platform"></td> |
| 88 <td class="version" id="os_type"><span i18n-content="os_version"></spa
n></td> | 39 <td class="version" id="os_type"><span i18n-content="os_version"></spa
n></td> |
| 89 </if> | 40 </if> |
| 90 </tr> | 41 </tr> |
| 91 <tr><td class="label" valign="top">WebKit</td> | 42 <tr><td class="label" valign="top">WebKit</td> |
| 92 <td class="version" id="webkit_version" i18n-content="webkit_version">
</td> | 43 <td class="version" id="webkit_version" i18n-content="webkit_version">
</td> |
| 93 </tr> | 44 </tr> |
| 94 <tr><td class="label" valign="top">JavaScript</td> | 45 <tr><td class="label" valign="top">JavaScript</td> |
| 95 <td class="version" id="js_engine"><span i18n-content="js_engine"></sp
an> <span i18n-content="js_version"></span></td> | 46 <td class="version" id="js_engine"><span i18n-content="js_engine"></sp
an> <span i18n-content="js_version"></span></td> |
| 96 </tr> | 47 </tr> |
| 48 <if expr="not pp_ifdef('android')"> |
| 97 <tr><td class="label" valign="top" i18n-content="flash_plugin"></td> | 49 <tr><td class="label" valign="top" i18n-content="flash_plugin"></td> |
| 98 <td class="version" id="flash_version" i18n-content="flash_version">
</td> | 50 <td class="version" id="flash_version" i18n-content="flash_version">
</td> |
| 99 </tr> | 51 </tr> |
| 52 </if> |
| 100 <tr><td class="label" valign="top" i18n-content="user_agent_name"></td> | 53 <tr><td class="label" valign="top" i18n-content="user_agent_name"></td> |
| 101 <td class="version" id="useragent" i18n-content="useragent"></td> | 54 <td class="version" id="useragent" i18n-content="useragent"></td> |
| 102 </tr> | 55 </tr> |
| 103 <tr><td class="label" valign="top" i18n-content="command_line_name"></td
> | 56 <tr><td class="label" valign="top" i18n-content="command_line_name"></td
> |
| 104 <td class="version" id="command_line" i18n-content="command_line"></
td> | 57 <td class="version" id="command_line" i18n-content="command_line"></
td> |
| 105 </tr> | 58 </tr> |
| 106 <tr><td class="label" valign="top" i18n-content="executable_path_name"><
/td> | 59 <tr><td class="label" valign="top" i18n-content="executable_path_name"><
/td> |
| 107 <td class="version" id="executable_path" i18n-content="executable_pa
th"></td> | 60 <td class="version" id="executable_path" i18n-content="executable_pa
th"></td> |
| 108 </tr> | 61 </tr> |
| 109 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td
> | 62 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td
> |
| 110 <td class="version" id="profile_path" i18n-content="profile_path"></
td> | 63 <td class="version" id="profile_path" i18n-content="profile_path"></
td> |
| 111 </tr> | 64 </tr> |
| 112 </table> | 65 </table> |
| 113 </div> | 66 </div> |
| 114 <script src="chrome://resources/js/i18n_template.js"></script> | 67 <script src="chrome://resources/js/i18n_template.js"></script> |
| 115 <script src="chrome://resources/js/i18n_process.js"></script> | 68 <script src="chrome://resources/js/i18n_process.js"></script> |
| 116 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 69 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 117 </body> | 70 </body> |
| 118 | 71 |
| 119 </html> | 72 </html> |
| OLD | NEW |