source: trunk/dnsbl/templates/dbreport.tmpl@ 52

Last change on this file since 52 was 52, checked in by Kris Deugau, 9 years ago

/trunk/dnsbl

Update data entry templates and CSS for extended depth entries. Note
that entry has only been extended 2 levels (to level 4) instead of the
maximum possible 6, since even level 3 should be quite rare, and mainly
shows up on reparenting due to discovering a superblock parent.

File size: 1.4 KB
Line 
1<html>
2<head>
3<title><TMPL_IF pgtitle><TMPL_VAR NAME=pgtitle><TMPL_ELSE>DNSBL Database</TMPL_IF> - added <TMPL_VAR NAME=ip></title>
4<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
5</head>
6<body>
7<TMPL_VAR NAME=pgcomment>
8<table><tr><td valign=top>
9added <TMPL_VAR NAME=ip>
10<TMPL_IF org0><br>added <TMPL_VAR NAME=org0></TMPL_IF>
11<TMPL_IF block0><br>added level 0 block <TMPL_VAR NAME=block0></TMPL_IF>
12<TMPL_IF org1><br>added <TMPL_VAR NAME=org1></TMPL_IF>
13<TMPL_IF block1><br>added level 1 block <TMPL_VAR NAME=block1></TMPL_IF>
14<TMPL_IF org2><br>added <TMPL_VAR NAME=org2></TMPL_IF>
15<TMPL_IF block2><br>added level 2 block <TMPL_VAR NAME=block2></TMPL_IF>
16<TMPL_IF org3><br>added <TMPL_VAR NAME=org3></TMPL_IF>
17<TMPL_IF block3><br>added level 3 block <TMPL_VAR NAME=block3></TMPL_IF>
18<TMPL_IF org4><br>added <TMPL_VAR NAME=org4></TMPL_IF>
19<TMPL_IF block4><br>added level 4 block <TMPL_VAR NAME=block4></TMPL_IF>
20<TMPL_IF org5><br>added <TMPL_VAR NAME=org5></TMPL_IF>
21<TMPL_IF block5><br>added level 5 block <TMPL_VAR NAME=block5></TMPL_IF>
22<TMPL_IF org6><br>added <TMPL_VAR NAME=org6></TMPL_IF>
23<TMPL_IF block6><br>added level 6 block <TMPL_VAR NAME=block6></TMPL_IF>
24<TMPL_IF err><hr><TMPL_VAR NAME=err></TMPL_IF>
25<hr><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a>
26<TMPL_IF NAME=browsebits>
27<td valign=top>
28<div class="scroll780">
29<TMPL_VAR NAME=browsebits>
30</div>
31</td>
32</TMPL_IF>
33</td></tr></table>
34</body>
35</html>
Note: See TracBrowser for help on using the repository browser.