Changeset 7 for trunk/dnsbl/templates


Ignore:
Timestamp:
09/22/09 14:49:44 (15 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

export-dnsbl

  • Spit out SOA and NS records for rbldns/cidr output, Just In Case

browse.cgi:

  • Show comments for listme(block) and listme(org) ratings

dnsbl.cgi

  • Show registrar-parent browse detail on IPs submitted for listing. Copied most of browse.cgi code into dnsbl.cgi - this should really be split out

templates/report.tmpl

  • Added space for browse list data, added reference to CSS for browse listings

templates/browse.tmpl

  • Split out CSS for browse formatting into separate file instead of inline <style> header tag

templates/dnsbl.css

  • CSS for browse data
Location:
trunk/dnsbl/templates
Files:
1 added
2 edited

Legend:

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

    r2 r7  
    11<html><head><title>show all IPs and listing status</title>
    2 <style>
    3 <!--
    4 .lvl0 {
    5   background: #99ff99;
    6   border: 1px solid #000000;
    7   margin: 2px;
    8   padding: 2px;
    9   width: 600px;
    10 }
    11 .auto0 {
    12   background: #ffffcc;
    13 }
    14 .b0list {
    15   background: #ffcc99;
    16   border: 1px solid #000000;
    17   margin: 1px;
    18 }
    19 .b0org {
    20   background: #ffcccc;
    21   border: 1px solid #000000;
    22   margin: 1px;
    23 }
    24 .lvl1 {
    25   background: #33ff33;
    26   border: 1px solid #000000;
    27   margin: 2px;
    28   padding: 2px;
    29   position: relative;
    30   left: 150px;
    31   top: 0px;
    32   width: 450px;
    33 }
    34 .auto1 {
    35   background: #ffff00;
    36 }
    37 .b1list {
    38   background: #ff9900;
    39   border: 1px solid #000000;
    40   margin: 1px;
    41 }
    42 .b1org {
    43   background: #ff0000;
    44   border: 1px solid #000000;
    45   margin: 1px;
    46 }
    47 .lvl2 {
    48   background: #009900;
    49   border: 1px solid #000000;
    50   margin: 2px;
    51   padding: 2px;
    52   position: relative;
    53   left: 150px;
    54   top: 0px;
    55   width: 300px;
    56 }
    57 .auto2 {
    58   background: #999900;
    59 }
    60 .b2list {
    61   background: #cc6600;
    62   border: 1px solid #000000;
    63   margin: 1px;
    64 }
    65 .b2org {
    66   background: #990000;
    67   border: 1px solid #000000;
    68   margin: 1px;
    69 }
    70 .iplist {
    71   background: #00ffff;
    72   border: 1px solid #000000;
    73   margin: 2px;
    74   padding: 2px;
    75   position: relative;
    76   left: 150px;
    77   top: 0px;
    78   width: 150px;
    79 }
    80 -->
    81 </style>
     2<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
    823</head>
    834<body>
  • trunk/dnsbl/templates/report.tmpl

    r5 r7  
    22<head>
    33<title>adding <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>
    68<table border=1><tr><td>
    79<TMPL_VAR NAME=ip><TMPL_IF NAME=nreports></td><td>(reported <TMPL_VAR NAME=nreports> time(s)) <a href="/">Back</a></TMPL_IF></td></tr>
     
    4446</form>
    4547</table>
     48</td>
     49<TMPL_IF NAME=browsebits>
     50<td valign=top>
     51<TMPL_VAR NAME=browsebits>
     52</td>
     53</TMPL_IF>
     54</tr></table>
     55
    4656</body>
    4757</html>
Note: See TracChangeset for help on using the changeset viewer.