PageRenderTime 29ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/prologic/circuits/
HTML | 40 lines | 33 code | 7 blank | 0 comment | 0 complexity | 5df8f6b87e22bc94a54dfeb5f45876f3 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: Types</title>
  6. <link href="%(maincss)s" rel="stylesheet" type="text/css" />
  7. <style type='text/css'>
  8. .typecount {
  9. border: 1px dashed #CCCCCC;
  10. padding: 0.5em;
  11. margin: 2px;
  12. font: 10pt Arial, sans-serif;
  13. vertical-align: middle;
  14. float: left;
  15. width: 30%%;
  16. }
  17. .chart {
  18. border-bottom: 1px solid #CCCCCC;
  19. background-color: white;
  20. padding: 0.25em;
  21. margin: 0;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div id="header">
  27. <h1><a href="%(home)s">Dowser</a>: Types</h1>
  28. </div>
  29. <div id="output">
  30. %(output)s
  31. </div>
  32. </body>
  33. </html>