/circuits/web/apps/memorymonitor/htdocs/tree.html
HTML | 31 lines | 24 code | 7 blank | 0 comment | 0 complexity | 9ae657c92c29c696252baff6a5be860a MD5 | raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>Dowser: Tree</title>
- <link href="%(maincss)s" rel="stylesheet" type="text/css" />
-
- <style type='text/css'>
-
- .branch, .seen {
- padding: 1px;
- margin: 0 0 0 1em;
- border: 1px solid #CCCCCC;
- }
-
- </style>
- </head>
-
- <body>
- <div id="header">
- <h1><a href="%(home)s">Dowser</a>: Tree</h1>
- </div>
-
- <h2>%(typename)s %(objid)s</h2>
-
- <div id="output">
- %(output)s
- </div>
-
- </body>
- </html>