Contact: fumanchu@aminus.org

Log in as guest/misc to create tickets

root/dowser/tree.html

Revision 113 (checked in by fumanchu, 6 years ago)

Dowser: updated to use reftree.

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: Tree</title>
6     <link href="%(maincss)s" rel="stylesheet" type="text/css" />
7
8 <style type='text/css'>
9
10 .branch, .seen {
11     padding: 1px;
12     margin: 0 0 0 1em;
13     border: 1px solid #CCCCCC;
14 }
15
16 </style>
17 </head>
18
19 <body>
20 <div id="header">
21     <h1><a href="%(home)s">Dowser</a>: Tree</h1>
22 </div>
23
24 <h2>%(typename)s %(objid)s</h2>
25
26 <div id="output">
27 %(output)s
28 </div>
29
30 </body>
31 </html>
Note: See TracBrowser for help on using the browser.