inspect.html 874 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="rtwreport.css" />
  5. <link rel="stylesheet" type="text/css" href="css/coder_app.css" />
  6. <style type="text/css">
  7. div#popup_window {
  8. position: relative;
  9. background-color: ghostwhite;
  10. border-radius: 0px;
  11. -moz-box-shadow: none;
  12. -webkit-box-shadow: none;
  13. box-shadow: none;
  14. }
  15. div#popup_window a {
  16. text-decoration: underline;
  17. color: blue;
  18. }
  19. div#token_usage_nav {
  20. border-bottom: none;
  21. }
  22. </style>
  23. </head>
  24. <body class="inspect_body">
  25. <table width="100%">
  26. <col style="width: 95%;"><col style="width: 5%">
  27. <tr><td><div id="popup_window"></div></td>
  28. <td align="right"><div><a onclick="top.closeInspectWindow();" class="closeButton">x</a></div></td>
  29. </tr>
  30. </table></body></html>
  31. <!-- LocalWords: ghostwhite
  32. -->