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

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.   <meta charset="utf-8">
  5.   <title>Suggestions Internals</title>
  6.   <style>/* Copyright (c) 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. .suggestions-debug-table {
  11.   border: 1px solid grey;
  12.   margin-bottom: 1.5em;
  13. }
  14.  
  15. .suggestions-debug-table th {
  16.   border: 1px solid grey;
  17. }
  18.  
  19. .suggestions-debug-table td {
  20.   border: 1px solid grey;
  21. }
  22.  
  23. p {
  24.   margin: 0;
  25. }
  26.  
  27. .input-section {
  28.   margin-bottom: 1em;
  29. }
  30.  
  31. .boolean-property-true {
  32.   background-color: rgb(146, 205, 0);
  33. }
  34.  
  35. .boolean-property-false {
  36.   background-color: rgb(205, 74, 0);
  37. }
  38.  
  39. .boolean-property-true,
  40. .boolean-property-false {
  41.   text-align: center;
  42. }
  43. </style>
  44.   <script src="chrome://resources/js/cr.js"></script>
  45.   <script src="chrome://resources/js/util.js"></script>
  46.   <script src="suggestions_internals.js"></script>
  47. </head>
  48. <body>
  49.   <div class="input-section">
  50.     <form id="suggestions-form" action="">
  51.       <p>
  52.         <input id="refresh-data" type="submit" value="Refresh data">
  53.       </p>
  54.       <p>
  55.         <input id="show-discarded" type="checkbox">
  56.         <label for="show-discarded">Show discarded items</label>
  57.       </p>
  58.     </form>
  59.   </div>
  60.   <div id="suggestions-debug-text"></div>
  61. </body>
  62. </html>
  63.