Changeset 32

Show
Ignore:
Timestamp:
02/17/05 14:37:28
Author:
brad
Message:

Cleanup of config screen.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/dnsbl/tmpl/dnsbl.tmpl

    r30 r32  
    1919</TMPL_IF> 
    2020 
    21 <p>The DNS Blacklist plugin allows you block comments and TrackBack pings from open proxies. The plugin checks the IP address of each submitted comment against your choice of IP blacklists 
    22 of known open proxies.</p> 
     21<p>The DNS Blacklist plugin allows you block comments and TrackBack pings from open proxies. The plugin checks the IP address of each submitted comment against your choice of IP blacklists of known open proxies.</p> 
    2322 
    2423 
     
    3130    <input type="checkbox" name="comment_filter" value="1" <TMPL_IF NAME=COMMENT_FILTER>checked="checked"</TMPL_IF> /> Filter inbound comments<br /> 
    3231    <input type="checkbox" name="ping_filter" value="1" <TMPL_IF NAME=PING_FILTER>checked="checked"</TMPL_IF> /> Filter inbound Trackback pings<br /> 
    33     <input type="checkbox" name="allow_auth" value="1" <TMPL_IF NAME=ALLOW_AUTH>checked="checked"</TMPL_IF> /> Don't filter comments from valid TypeKey identities.<br /> 
    34     <input type="checkbox" name="allow_urlless" value="1" <TMPL_IF NAME=ALLOW_URLLESS>checked="checked"</TMPL_IF> /> Only filter comments with hyperlinks (approves comments with no discernable URL).<br /> 
    35     <input type="checkbox" name="allow_priorurls" value="1" <TMPL_IF NAME=ALLOW_PRIORURLS>checked="checked"</TMPL_IF> /> Allow comments whose URL matches a previously approved commenter URL (only takes effect if no URLs are present in comment body).<br /> 
    36     <input type="checkbox" name="pingip_check" value="1" <TMPL_IF NAME=PINGIP_CHECK>checked="checked"</TMPL_IF> /> Block TrackBack pings whose IP does not match the IP address for the source URL. 
    3732    </p> 
    3833 
    3934    <h3>Filter Options</h3> 
     35 
     36    <input type="checkbox" name="allow_auth" value="1" <TMPL_IF NAME=ALLOW_AUTH>checked="checked"</TMPL_IF> /> Don't filter authenticated comments (i.e., for users logging in through TypeKey).<br /> 
     37 
     38    <input type="checkbox" name="allow_urlless" value="1" <TMPL_IF NAME=ALLOW_URLLESS>checked="checked"</TMPL_IF> /> Only filter comments with hyperlinks (approves comments with no discernable URL).<br /> 
     39 
     40    <input type="checkbox" name="allow_priorurls" value="1" <TMPL_IF NAME=ALLOW_PRIORURLS>checked="checked"</TMPL_IF> /> Allow comments whose URL matches a previously approved commenter URL (only takes effect if no URLs are present in comment body).<br /> 
     41 
     42    <input type="checkbox" name="pingip_check" value="1" <TMPL_IF NAME=PINGIP_CHECK>checked="checked"</TMPL_IF> /> Block TrackBack pings whose IP does not match the IP address for the source URL. 
     43 
     44    <hr /> 
    4045 
    4146    <input onclick="toggle(this, 'headers_prefs')" value="1" type="checkbox" name="headers_enabled" id="headers_enabled" <TMPL_IF NAME=HEADERS_ENABLED>checked="checked"</TMPL_IF> /><label for="headers_enabled">Check HTTP headers for proxy IP</label><br /> 
     
    100105    </div> 
    101106 
     107    <hr /> 
     108 
    102109    <input onclick="toggle(this, 'caching_prefs')" value="1" type="checkbox" name="caching_enabled" id="caching_enabled" <TMPL_IF NAME=CACHING_ENABLED>checked="checked"</TMPL_IF> /><label for="caching_enabled">Enable caching of IP proxy tests</label> (<a href="?__mode=view_cache">View cache</a>)<br /> 
    103110    <div id="caching_prefs" class="sub-field" <TMPL_IF NAME=CACHING_ENABLED>style="display: block"</TMPL_IF>>