source: trunk/dnsbl/templates/browse-block.tmpl@ 22

Last change on this file since 22 was 22, checked in by Kris Deugau, 14 years ago

/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 size: 723 bytes
Line 
1<TMPL_IF NAME=net><TMPL_VAR NAME=indent><div class="<TMPL_VAR NAME=lvlclass>">
2<TMPL_VAR NAME=indent> <span class="<TMPL_VAR NAME=netclass>"><TMPL_VAR NAME=net><TMPL_IF bcomment> (<TMPL_VAR NAME=bcomment>)</TMPL_IF></span>
3<TMPL_VAR NAME=indent> <span class="<TMPL_VAR NAME=orgclass>"><TMPL_VAR NAME=org><TMPL_IF ocomment> (<TMPL_VAR NAME=ocomment>)</TMPL_IF></span>
4<TMPL_IF subs><TMPL_VAR NAME=subs>
5</TMPL_IF><TMPL_IF iplist><TMPL_VAR NAME=indent> <div class=iplist>
6<TMPL_LOOP NAME=iplist><TMPL_VAR NAME=indent> <span<TMPL_IF repeater> class="repeater"</TMPL_IF>><TMPL_VAR NAME=ip> (<TMPL_VAR NAME=ipcount>)</span><br>
7</TMPL_LOOP>
8<TMPL_VAR NAME=indent> </div></TMPL_IF>
9<TMPL_VAR NAME=indent></div>
10</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.