PageRenderTime 13ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/circuits/web/apps/memorymonitor/htdocs/tree.html

https://bitbucket.org/prologic/circuits/
HTML | 31 lines | 24 code | 7 blank | 0 comment | 0 complexity | 9ae657c92c29c696252baff6a5be860a MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>Dowser: Tree</title>
  6. <link href="%(maincss)s" rel="stylesheet" type="text/css" />
  7. <style type='text/css'>
  8. .branch, .seen {
  9. padding: 1px;
  10. margin: 0 0 0 1em;
  11. border: 1px solid #CCCCCC;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div id="header">
  17. <h1><a href="%(home)s">Dowser</a>: Tree</h1>
  18. </div>
  19. <h2>%(typename)s %(objid)s</h2>
  20. <div id="output">
  21. %(output)s
  22. </div>
  23. </body>
  24. </html>