home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE=VBScript %>
- <% Option Explicit %>
- <% Response.Expires = 0 %>
-
- <% if Session("FONTSIZE") = "" then %>
- <!--#include file="iito.inc"-->
- <% else %>
-
- <%
- Const L_ACCESS_TEXT="IP Address and Domain Name Restrictions"
- Const L_ENABLEANON_TEXT="Grant or deny access to this resource using IP Addresses or Internet Domain Names"
- Const L_PWAUTH_TEXT="Anonymous Access and Authentication Control"
- Const L_AUTHMETHOD_TEXT="Enable anonymous access and edit the authentication methods for this resource."
- Const L_SECCOMM_TEXT="Secure Communications"
- Const L_VIEWSECOMM_TEXT="View or set the secure communications method used when the virtual directory is accessed."
- Const L_EDIT_TEXT="Edit..."
- Const L_ACCESSDENIED_TEXT="Access Denied"
-
- On Error Resume Next
-
- Dim path, currentobj
-
- path=Session("dpath")
- Set currentobj=GetObject(path)
- %>
-
-
- <HTML>
- <HEAD>
- <SCRIPT LANGUAGE="JavaScript">
- <% if InStr(currentobj.KeyType, "Ftp") <> 0 then %>
- top.title.Global.helpFileName="iipz_4";
- <% else %>
- top.title.Global.helpFileName="iipy_37";
- <% end if %>
-
- <!-- used to disable save pop-up -->
- top.title.Global.siteProperties = true;
-
-
- function popBox(title, width, height, filename){
- thefile=(filename + ".asp");
- thefile="iipop.asp?pg="+thefile;
- <% if Session("Browser") <> "IE3" then %>
- width=width +25;
- height=height + 50;
- <% end if %>
-
- popbox=window.open(thefile,title,"toolbar=no,scrollbars=yes,directories=no,menubar=no,width="+width+",height="+height);
- if(popbox !=null){
- if (popbox.opener==null){
- popbox.opener=self;
- }
- }
- }
-
- </SCRIPT>
-
- <TITLE></TITLE>
- </HEAD>
-
- <BODY BGCOLOR="#CCCCCC" TOPMARGIN=5 TEXT="#000000" LINK="#000000" VLINK="#000000" STYLE="font-face: Helv,Arial; font-size:10pt;">
- <FORM NAME="userform">
-
- <% if Session("stype")="www" then %>
- <TABLE CELLSPACING=0 CELLPADDING=2>
- <TR><TD><FONT SIZE=1 FACE="HELV,ARIAL"><B><%= L_PWAUTH_TEXT %></B><P></FONT></TD></TR>
- <TR><TD>
-
- <TABLE CELLSPACING=0 CELLPADDING=2>
- <TR>
- <TD> </TD>
- <TD WIDTH=50 VALIGN="middle"><IMG SRC="images/handshk.gif" WIDTH=32 HEIGHT=28 BORDER=0></TD>
- <TD WIDTH=400 VALIGN="top"><FONT SIZE=1 FACE="HELV,ARIAL"><%= L_AUTHMETHOD_TEXT %></FONT></TD>
- <% if Session("FONTSIZE")="LARGE" then %>
- <TD VALIGN="middle"><INPUT TYPE="button" VALUE="<%= L_EDIT_TEXT %>" NAME="btnAuthenticate" onClick="popBox('Authenticate',540,575, 'iiauth')"></TD>
- <% else %>
- <TD VALIGN="middle"><INPUT TYPE="button" VALUE="<%= L_EDIT_TEXT %>" NAME="btnAuthenticate" onClick="popBox('Authenticate',470,460, 'iiauth')"></TD>
- <% end if %>
- </TR>
- </TABLE>
-
- </TD></TR>
- </TABLE>
-
- <HR>
- <TABLE CELLSPACING=0 CELLPADDING=2>
- <TR><TD><FONT SIZE=1 FACE="HELV,ARIAL"><B><%= L_SECCOMM_TEXT %></B><P></FONT></TD></TR>
- <TR><TD>
-
- <TABLE CELLSPACING=0 CELLPADDING=2>
- <TR>
- <TD> </TD>
- <TD WIDTH=50 VALIGN="middle"><IMG SRC="images/key.gif" WIDTH=32 HEIGHT=28 BORDER=0></TD>
- <TD WIDTH=400 VALIGN="top"><FONT SIZE=1 FACE="HELV,ARIAL"><%= L_VIEWSECOMM_TEXT %></FONT></TD>
- <% if Session("FONTSIZE")="LARGE" then %>
- <TD VALIGN="middle"><INPUT TYPE="button" VALUE="<%= L_EDIT_TEXT %>" NAME="btnCommunication" onClick="popBox('Communications',550,525, 'iicomm')"></TD>
- <% else %>
- <TD VALIGN="middle"><INPUT TYPE="button" VALUE="<%= L_EDIT_TEXT %>" NAME="btnCommunication" onClick="popBox('Communications',475,450, 'iicomm')"></TD>
- <% end if %>
- </TR>
- </TABLE>
- <HR>
- <% end if %>
- <TABLE CELLSPACING=0 CELLPADDING=2>
- <TR><TD><FONT SIZE=1 FACE="HELV,ARIAL"><B><%= L_ACCESS_TEXT %></B><P></FONT></TD></TR>
-
- <TR><TD>
- <TABLE CELLSPACING=0 CELLPADDING=2>
- <TR>
- <TD> </TD>
- <TD WIDTH=50 VALIGN="middle"><IMG SRC="images/access.gif" WIDTH=32 HEIGHT=28 BORDER=0></TD>
- <TD WIDTH=400 VALIGN="top"><FONT SIZE=1 FACE="HELV,ARIAL"><%= L_ENABLEANON_TEXT %></FONT></TD>
- <% if Session("FONTSIZE")="LARGE" then %>
- <TD VALIGN="middle"><INPUT TYPE="button" VALUE="<%= L_EDIT_TEXT %>" NAME="btnAuthenticate" onClick="popBox('Access',625,400, 'iiaccess')"></TD>
- <% else %>
- <TD VALIGN="middle"><INPUT TYPE="button" VALUE="<%= L_EDIT_TEXT %>" NAME="btnAuthenticate" onClick="popBox('Access',525,350, 'iiaccess')"></TD>
- <% end if %>
- </TR>
- </TABLE>
-
- </TD></TR>
- </TABLE>
- </TD></TR>
- </TABLE>
-
- </FORM>
- </BODY>
-
- </HTML>
-
- <% end if %>