home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE = VBScript %>
- <%
- Option Explicit
- ' $Date: 9/25/97 4:20p $
- ' $ModTime: $
- ' $Revision: 7 $
- ' $Workfile: default.asp $
- Dim ranWizard
- If request("ranWizard") <> "" Then
- If request("ranWizard") = "True" Then
- ranWizard = "True"
- ElseIf request("ranWizard") = "False" Then
- ranWizard = "False"
- Else
- call ranWizardCheck
- End If
- Else
- call ranWizardCheck
- End If
- %>
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
- <html>
- <head>
- <%
- If ranWizard = "False" Then
- %>
- <META HTTP-EQUIV="Refresh" CONTENT="0; url=wizard.asp">
- <%
- ElseIf ranWizard = "True" Then
- %>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
- <title>Kreator strony g│≤wnej</title>
- </head>
- <BODY Background="admin.gif" Topmargin="1" Leftmargin="100">
- <FONT face="Arial" size="+2">Czy chcesz...</FONT>
- <TABLE width="100%" border=0>
- <TR><TD rowspan=3> </TD>
- <TD>
- <FONT face="Arial" size="+1">
- <A HREF="template.asp" TARGET="_BLANK">Edytowaµ stronΩ g│≤wn╣</A>
- </FONT>
- </TD></TR>
-
- <%
- If myinfo.Guestbook = "-1" Then
- response.write "<TR><TD><FONT face='Arial' size='+1'>"_
- & "<A HREF='qbe.asp'>Ogl╣daµ ksi╣┐kΩ go£ci</A>"_
- & "</FONT>"
- End If
- response.write "</TD></TR>"
-
- If myinfo.Messages = "-1" Then
- response.write "<TR><TD><FONT face='Arial' size='+1'>"_
- & "<A HREF='admin.asp?private=True'>Otworzyµ pole wiadomo£ci</A>"_
- & "</FONT>"
- End If
- response.write "</TD></TR>"
- %>
- </TABLE>
- </FONT>
- </BODY>
- </HTML>
- <%
- End If
-
- Sub ranWizardCheck
- If myinfo.ranWizard <> "" Then
- If myinfo.ranWizard = "-1" Then
- ranWizard = "True"
- ElseIf myinfo.ranwizard = "0" Then
- ranWizard = "False"
- Else
- ranWizard = "False"
- End If
- Else
- ranWizard = "False"
- End If
- End Sub
- %>
-