Changeset 25 for trunk/dnsbl/templates


Ignore:
Timestamp:
09/03/10 15:18:51 (14 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Changes across the board to support multi-instance without code changes.
DB config is now loaded from a fragment in /etc/dnsbl, and the DB in turn
contains the autolist thresholds and some visual sugar for the web
interface so you know which DB you're dealing with.

Location:
trunk/dnsbl/templates
Files:
4 edited

Legend:

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

    r7 r25  
    1 <html><head><title>show all IPs and listing status</title>
     1<html>
     2<head>
     3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF> - show all IPs and listing status</title>
    24<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
    35</head>
    46<body>
     7<TMPL_VAR NAME=pgcomment>
     8<TMPL_VAR NAME=enchilada>
     9</body>
     10</html>
  • trunk/dnsbl/templates/dbreport.tmpl

    r22 r25  
    11<html>
    22<head>
    3 <title>added <TMPL_VAR NAME=ip></title>
     3<title><TMPL_IF pgtitle><TMPL_VAR NAME=pgtitle><TMPL_ELSE>DNSBL Database</TMPL_IF> - added <TMPL_VAR NAME=ip></title>
    44<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
    55</head>
    66<body>
     7<TMPL_VAR NAME=pgcomment>
    78<table><tr><td valign=top>
    89added <TMPL_VAR NAME=ip>
  • trunk/dnsbl/templates/index.tmpl

    r22 r25  
    11<html>
    22<head>
    3 <title>DNSBL database</title>
     3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF></title>
    44</head>
    55<body>
     6<TMPL_VAR NAME=pgcomment>
    67<table>
    78<form action="dnsbl.cgi"><input type=hidden name=page value=report>
  • trunk/dnsbl/templates/report.tmpl

    r17 r25  
    11<html>
    22<head>
    3 <title>adding <TMPL_VAR NAME=ip></title>
     3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF> - adding <TMPL_VAR NAME=ip></title>
    44<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
    55</head>
    66<body>
     7<TMPL_VAR NAME=pgcomment>
    78<table><tr><td valign=top>
    89<table border=1><tr><td>
Note: See TracChangeset for help on using the changeset viewer.