2025-04-27 07:49:33 -04:00

48 lines
1.7 KiB
Plaintext

<html>
<%!PosDenyIpAccess urlparam%>
<title>^AdmDeny^</title>
^BodyTag^
<!-- Header -->
<TABLE BORDER=0>
<TR VALIGN=CENTER>
<TD>
<A HREF="^TopMenuPage^">
<IMG SRC="^GifPath^logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
<TD><FONT SIZE=+2 COLOR=^TitleColor^>
<B><%if servid EQ 4%>^WWWAdm^<%elif servid EQ 1%>^FTPAdm^<%elif servid EQ 2%>^GopherAdm^<%endif%> - ^IsDenyAcc^</B></FONT><BR>
<FONT SIZE=+1 COLOR=^SubTitleColor^>^AdmFor^ <%servname%>://<%hostname%></FONT>
</TD></TR>
</TABLE>
<HR>
<P>
<table BORDER=0 BGCOLOR=^BkrdClr^ NOWRAP>
<%if servid EQ 4%>^DenyWWWTo^<%elif servid EQ 1%>^DenyFTPTo^<%elif servid EQ 2%>^DenyGopherTo^<%endif%>
<P>
<form method="POST" action="^HtmlaDll^?<%servname%>/adveddu+<%ipdenyref%>">
<input type="radio" name="denyisipsingle" value=1 <%if denyisipsingle EQ 1%>CHECKED<%endif%>> ^SngComp^<p>
<input type="radio" name="denyisipsingle" value=0 <%if denyisipsingle EQ 0%>CHECKED<%endif%>> ^GroupComp^<p>
^IPAddr^ : <input type="text" name="denyipaddr" value="<%denyipaddr%>"><p>
^SubnetOnlyNec^<p>
^Subnet^ : <input type="text" name="denyipmask" value="<%if denyisipsingle EQ 0%><%denyipmask%><%endif%>"><p>
<!-- OK/CANCEL/RESET Buttons -->
<TABLE WIDTH=^AdvButtonsWidth^ HEIGHT=^AdvButtonsHeight^ BORDER=0 NOWRAP>
<TR><TD ALIGN=RIGHT>
<input type="submit" value="^OKButton^">
<input type="submit" name="cancel" value="^CancelButton^">
<input type="reset" value="^ResetButton^">
<%if ^DoHelp^ EQ 1%>
<input type="hidden" name="helptopic" value="^SrcHelpPath^<%if servid EQ 4%>^HtAdve^<%elif servid EQ 1%>^FtAdve^<%elif servid EQ 2%>^GoAdve^<%endif%>">
<input type="submit" name="help" value="^HelpButton^">
<%endif%>
</TD></TR>
</TABLE>
</TABLE>
</form>
</body>
</html>