/timeplot/lib/firebug/firebug.html

http://showslow.googlecode.com/ · HTML · 23 lines · 19 code · 4 blank · 0 comment · 0 complexity · 21e3dc903446aeb3e8302dcfec27dc39 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>Firebug</title>
  6. <link rel="stylesheet" type="text/css" href="firebug.css">
  7. </head>
  8. <body>
  9. <div id="toolbar" class="toolbar">
  10. <a href="#" onclick="parent.console.clear()">Clear</a>
  11. <span class="toolbarRight">
  12. <a href="#" onclick="parent.console.close()">Close</a>
  13. </span>
  14. </div>
  15. <div id="log"></div>
  16. <input type="text" id="commandLine">
  17. <script>parent.onFirebugReady(document);</script>
  18. </body>
  19. </html>