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

Last change on this file since 66 was 66, checked in by Kris Deugau, 6 years ago

/trunk/dnsbl

Add exclusion flagging and block-comment handling to IP list tools. Exclusion
flags can be set or unset on each submit; netblock comments can be added,
updated, or removed (or at least "set empty") on each submit.

Note this is focused on the CIDR (rbldnsd) export format, and may produce
excitingly weird results with the default "classful"/tinydns mode.

File size: 711 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>
7<span class="<TMPL_VAR NAME=ipclass>"><TMPL_VAR NAME=ip> (<TMPL_VAR NAME=ipcount>)</span><br>
8</TMPL_LOOP>
9<TMPL_VAR NAME=indent> </div></TMPL_IF>
10<TMPL_VAR NAME=indent></div>
11</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.