home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 751 < prev    next >
Encoding:
Text File  |  2013-04-03  |  3.7 KB  |  141 lines

  1. <!DOCTYPE HTML>
  2.  
  3. <!--
  4. about:version template page
  5. -->
  6.  
  7. <html id="t" i18n-values="dir:textdirection;">
  8.   <head>
  9.     <title i18n-content="title"></title>
  10.  
  11.     <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  12.  * Use of this source code is governed by a BSD-style license that can be
  13.  * found in the LICENSE file. */
  14.  
  15. body {
  16.   background-color: white;
  17.   color: black;
  18.   font-family: Helvetica,Arial,sans-serif;
  19.   margin: 0;
  20. }
  21.  
  22. #outer {
  23.   margin-left: auto;
  24.   margin-right: auto;
  25.   margin-top: 10px;
  26.   width: 800px;
  27. }
  28.  
  29. #inner {
  30.   padding-top: 10px;
  31.   width: 550px;
  32. }
  33.  
  34. .label {
  35.   -webkit-padding-end: 5px;
  36.   font-size: 0.9em;
  37.   font-weight: bold;
  38.   text-align: end;
  39.   vertical-align: top;
  40.   white-space: nowrap;
  41. }
  42.  
  43. .label::after {
  44.   content: ':';
  45. }
  46.  
  47. #logo {
  48.   float: right;
  49.   margin-left: 40px;
  50.   text-align: right;
  51.   width: 180px;
  52. }
  53.  
  54. #company {
  55.   font-size: 0.7em;
  56.   text-align: right;
  57. }
  58.  
  59. #copyright {
  60.   font-size: 0.7em;
  61.   text-align: right;
  62. }
  63.  
  64. #useragent {
  65.   font-family: monospace;
  66. }
  67.  
  68. .version {
  69.   font-family: monospace;
  70.   max-width: 430px;
  71.   padding-left: 5px;
  72. }
  73. </style>
  74.  
  75.     <script src="chrome://resources/js/cr.js"></script>
  76.     <script src="chrome://resources/js/load_time_data.js"></script>
  77.     <script src="chrome://resources/js/parse_html_subset.js"></script>
  78.     <script src="chrome://resources/js/util.js"></script>
  79.     <script src="chrome://version/version.js"></script>
  80.     <script src="chrome://version/strings.js"></script>
  81.   </head>
  82.  
  83.   <body>
  84.     <div id="outer">
  85.       <div id="logo">
  86. <img src="chrome://theme/IDR_PRODUCT_LOGO">
  87.  
  88.         <div id="company" i18n-content="company"></div>
  89.         <div id="copyright" i18n-content="copyright"></div>
  90.       </div>
  91.       <table id="inner" cellpadding="0" cellspacing="0" border="0">
  92.         <tr><td class="label" i18n-content="application_label"></td>
  93.           <td class="version" id="version">
  94.  
  95. <span i18n-content="version"></span>
  96.             (<span i18n-content="official">
  97.             </span> <span i18n-content="cl"></span>)
  98.             <span i18n-content="version_modifier"></span>
  99.           </td>
  100.         </tr>
  101. <tr><td class="label" i18n-content="os_name"></td>
  102.           <td class="version" id="os_type">
  103.             <span i18n-content="os_type"></span>
  104.             <span id="os_version" i18n-content="os_version"></span>
  105.           </td>
  106.  
  107.         </tr>
  108.         <tr><td class="label">WebKit</td>
  109.           <td class="version" id="webkit_version" i18n-content="webkit_version"></td>
  110.         </tr>
  111.         <tr><td class="label">JavaScript</td>
  112.           <td class="version" id="js_engine">
  113.             <span i18n-content="js_engine"></span>
  114.             <span i18n-content="js_version"></span>
  115.           </td>
  116.         </tr>
  117. <tr><td class="label" i18n-content="flash_plugin"></td>
  118.           <td class="version" id="flash_version" i18n-content="flash_version"></td>
  119.         </tr>
  120.         <tr><td class="label" i18n-content="user_agent_name"></td>
  121.           <td class="version" id="useragent" i18n-content="useragent"></td>
  122.         </tr>
  123.         <tr><td class="label" i18n-content="command_line_name"></td>
  124.           <td class="version" id="command_line" i18n-content="command_line"></td>
  125.         </tr>
  126.         <tr><td class="label" i18n-content="executable_path_name"></td>
  127.           <td class="version" id="executable_path" i18n-content="executable_path"></td>
  128.         </tr>
  129.         <tr><td class="label" i18n-content="profile_path_name"></td>
  130.           <td class="version" id="profile_path" i18n-content="profile_path"></td>
  131.         </tr>
  132.         <tr id="variations-section">
  133.           <td class="label" i18n-content="variations_name"></td>
  134.           <td class="version" id="variations-list"></td>
  135.         </tr>
  136.  
  137.       </table>
  138.     </div>
  139.     <script src="chrome://resources/js/i18n_template2.js"></script>
  140.   </body>
  141. </html>