home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-
- <%
- dim szPath
- szPath = "Link"
- SkinLink = SysInfo.GetSkinParameter(szPath)
- szPath = "VLink"
- SkinVLink= SysInfo.GetSkinParameter(szPath)
- %>
-
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta NAME="Author,Design" Content="GateKeeper Team; GateKeeper3Support@infopulse.ro">
- <meta NAME="Copyright" Content="Infopulse; www.infopulse.ro">
- <title><%Response.Write(Error.Type)%>: <%Response.Write(Error.Title)%></title>
- </head>
-
- <body bgcolor="#FFFFFF" text="#000000" link="<%Response.Write(SkinLink)%>" vlink="<%Response.Write(SkinVLink)%>" alink="<%Response.Write(SkinVLink)%>">
-
- <h1><%Response.Write(Error.Type)%></h1>
-
- <h2><%Response.Write(Error.Title)%></h2>
-
- <hr>
- <% sURL = Error.URL
- if sURL <> "" then
- %>
- <p>While trying to retrieve the URL: <strong><u><%Response.Write(sURL)%></u></strong></p>
- <%
- end if
- %>
-
- <p>The following error was encountered: </p>
-
- <ul>
- <li><strong><%Response.Write(Error.Error)%></strong></li>
- </ul>
-
- <p>This means that: </p>
-
- <pre>
- <%Response.Write(Error.ErrorDescription)%>
- </pre>
-
- <hr>
-
- <address>
- Generated by <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
- </address>
- </body>
- </html>
-