Home | History | Annotate | Download | only in resources
      1 <!DOCTYPE HTML>
      2 
      3 <!--
      4 about:version template page
      5 -->
      6 
      7 <html id="t">
      8   <head>
      9     <title i18n-content="title"></title>
     10     <style>
     11       body {
     12         font-family:Helvetica,Arial,sans-serif;
     13         background-color:white;
     14         color: black;
     15         margin: 0px;
     16       }
     17       #outer {
     18         text-align: left;
     19         margin-top: 10px;
     20         margin-left: auto;
     21         margin-right: auto;
     22         width: 800px;
     23       }
     24       #inner {
     25         padding-top: 10px;
     26         width: 550px;
     27       }
     28       .label {
     29         font-weight: bold;
     30         text-align: right;
     31         white-space: nowrap;
     32         padding-right: 5px;
     33         font-size: 0.9em;
     34         border-right: 0px solid black;
     35       }
     36       .label:after {
     37         content: ":";
     38       }
     39       #logo {
     40         text-align: right;
     41         float: right;
     42         width: 180px;
     43         margin-left: 40px;
     44       }
     45       #company {
     46         text-align: right;
     47         font-size: 0.7em;
     48       }
     49       #copyright {
     50         text-align: right;
     51         font-size: 0.7em;
     52       }
     53       #name {
     54       }
     55       #useragent {
     56         font-family: monospace;
     57       }
     58       .version {
     59         font-family: monospace;
     60         padding-left: 5px;
     61         max-width: 430px;
     62       }
     63     </style>
     64   </head>
     65 
     66   <body>
     67     <div id="outer">
     68       <div id="logo">
     69         <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" />
     70         <div id="company" i18n-content="company"></div>
     71         <div id="copyright" i18n-content="copyright"></div>
     72       </div>
     73       <table id="inner" cellpadding="0" cellspacing="0" border="0">
     74         <tr jsdisplay="is_chrome_os"><td class="label" valign="top" id="os_name" i18n-content="os_name"></td>
     75             <td class="version" id="os_version"><span i18n-content="os_version"></span></td>
     76         </tr>
     77         <tr><td class="label" valign="top" id="name" i18n-content="name"></td>
     78           <td class="version" id="version"><span i18n-content="version"></span> (<span i18n-content="official"></span> <span i18n-content="cl"></span>) <span i18n-content="version_modifier"></span></td>
     79         </tr>
     80         <tr><td class="label" valign="top">WebKit</td>
     81             <td class="version" id="webkit_version" i18n-content="webkit_version"></td>
     82         </tr>
     83         <tr><td class="label" valign="top" i18n-content="js_engine"></td>
     84             <td class="version" id="js_version" i18n-content="js_version"></td>
     85         </tr>
     86         <tr><td class="label" valign="top" i18n-content="flash_plugin"></td>
     87             <td class="version" id="flash_version" i18n-content="flash_version"></td>
     88         </tr>
     89         <tr><td class="label" valign="top" i18n-content="user_agent_name"></td>
     90             <td class="version" id="useragent" i18n-content="useragent"></td>
     91         </tr>
     92         <tr><td class="label" valign="top" i18n-content="command_line_name"></td>
     93             <td class="version" id="Td1" i18n-content="command_line"></td>
     94         </tr>       
     95       </table>
     96     </div>
     97   </body>
     98 
     99 </html>
    100