|
Revision 111
(checked in by fumanchu, 6 years ago)
|
Dowser improvements.
|
| Line | |
|---|
| 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: Trace</title> |
|---|
| 6 |
<link href="%(maincss)s" rel="stylesheet" type="text/css" /> |
|---|
| 7 |
|
|---|
| 8 |
<style type='text/css'> |
|---|
| 9 |
|
|---|
| 10 |
.gparent { |
|---|
| 11 |
border: 1px dashed #CCCCCC; |
|---|
| 12 |
padding: 0.5em; |
|---|
| 13 |
margin: 2px 2px 2px 2em; |
|---|
| 14 |
font: 10pt Arial, sans-serif; |
|---|
| 15 |
vertical-align: middle; |
|---|
| 16 |
} |
|---|
| 17 |
|
|---|
| 18 |
.attr { |
|---|
| 19 |
margin: 0.25em; |
|---|
| 20 |
padding: 0; |
|---|
| 21 |
font: 9pt Courier, monospace; |
|---|
| 22 |
} |
|---|
| 23 |
|
|---|
| 24 |
</style> |
|---|
| 25 |
</head> |
|---|
| 26 |
|
|---|
| 27 |
<body> |
|---|
| 28 |
<div id="header"> |
|---|
| 29 |
<h1><a href="%(home)s">Dowser</a>: Trace</h1> |
|---|
| 30 |
</div> |
|---|
| 31 |
|
|---|
| 32 |
<h2>%(typename)s %(objid)s</h2> |
|---|
| 33 |
|
|---|
| 34 |
<div id="output"> |
|---|
| 35 |
%(output)s |
|---|
| 36 |
</div> |
|---|
| 37 |
|
|---|
| 38 |
</body> |
|---|
| 39 |
</html> |
|---|