Changeset 47


Ignore:
Timestamp:
12/09/14 15:34:43 (9 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Web UI template tweaks

Location:
trunk/dnsbl/templates
Files:
2 edited

Legend:

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

    r25 r47  
    22<head>
    33<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF></title>
     4<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
    45</head>
    56<body>
  • trunk/dnsbl/templates/report.tmpl

    r29 r47  
    77<TMPL_VAR NAME=pgcomment>
    88<table><tr><td valign=top>
    9 <table border=1><tr><td>
    10 <TMPL_VAR NAME=ip><TMPL_IF NAME=nreports></td><td>(reported <TMPL_VAR NAME=nreports> time(s))
    11 </TMPL_IF></td><td><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a></td></tr>
     9<table border=1>
     10<tr>
     11<td><TMPL_VAR NAME=ip><TMPL_IF NAME=nreports></td>
     12<td>(reported <TMPL_VAR NAME=nreports> time(s))</TMPL_IF></td>
     13<td><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a></td></tr>
    1214<form action="dnsbl.cgi">
    1315<input type=hidden name=page value=dbreport>
Note: See TracChangeset for help on using the changeset viewer.