Ignore:
Timestamp:
08/30/10 15:13:38 (14 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Extend browse listing in reporting to indicate containing blocks
and repeat-offender IPs, as well as show containing block on report
finalize page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/templates/dbreport.tmpl

    r11 r22  
    22<head>
    33<title>added <TMPL_VAR NAME=ip></title>
     4<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
    45</head>
    56<body>
     7<table><tr><td valign=top>
    68added <TMPL_VAR NAME=ip>
    79<TMPL_IF org0><br>added <TMPL_VAR NAME=org0></TMPL_IF>
     
    1315<TMPL_IF err><hr><TMPL_VAR NAME=err></TMPL_IF>
    1416<hr><a href="/">Back</a>
     17<TMPL_IF NAME=browsebits>
     18<td valign=top>
     19<TMPL_VAR NAME=browsebits>
     20</td>
     21</TMPL_IF>
     22</td></tr></table>
    1523</body>
    1624</html>
Note: See TracChangeset for help on using the changeset viewer.