Changeset 26 for trunk/dnsbl/templates


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

/trunk/dnsbl

Patch up a few things that got shaken out in copying to a live site

Location:
trunk/dnsbl/templates
Files:
2 edited

Legend:

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

    r25 r26  
    1515<TMPL_IF block2><br>added level 2 block <TMPL_VAR NAME=block2></TMPL_IF>
    1616<TMPL_IF err><hr><TMPL_VAR NAME=err></TMPL_IF>
    17 <hr><a href="/">Back</a>
     17<hr><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a>
    1818<TMPL_IF NAME=browsebits>
    1919<td valign=top>
  • trunk/dnsbl/templates/report.tmpl

    r25 r26  
    99<table border=1><tr><td>
    1010<TMPL_VAR NAME=ip><TMPL_IF NAME=nreports></td><td>(reported <TMPL_VAR NAME=nreports> time(s))
    11 </TMPL_IF></td><td><a href="/">Back</a></td></tr>
     11</TMPL_IF></td><td><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a></td></tr>
    1212<form action="dnsbl.cgi">
    1313<input type=hidden name=page value=dbreport>
Note: See TracChangeset for help on using the changeset viewer.