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

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.   <meta charset="utf-8">
  5.   <title>User Actions Debug Page</title>
  6.   <style>/* Copyright 2012 The Chromium Authors. All rights reserved.
  7.  * Use of this source code is governed by a BSD-style license that can be
  8.  * found in the LICENSE file. */
  9.  
  10. thead {
  11.   white-space: nowrap;
  12. }
  13.  
  14. th {
  15.   background-color: #C0C0C0;
  16. }
  17.  
  18. td {
  19.   background-color: #F0F0F0;
  20. }
  21. </style>
  22.   <script src="chrome://resources/js/cr.js"></script>
  23.   <script src="chrome://resources/js/util.js"></script>
  24.   <script src="user_actions.js"></script>
  25. </head>
  26. <body>
  27.   <p>
  28.     Listening for user actions...
  29.   </p>
  30.   <table id="user-actions-table">
  31.     <thead><th>User Action</th><th>Timestamp (sec.)</th></thead>
  32.   </table>
  33. </body>
  34. </html>
  35.