home *** CD-ROM | disk | FTP | other *** search
Wrap
<% response.buffer=true %> <!---#INCLUDE FILE="dbthemes.asp"---> <!---#INCLUDE FILE="themes/themes.asp"---> <!---#INCLUDE FILE="config/config.asp"---> <!---#INCLUDE FILE="ad/ad.asp"---> <% response.buffer=true Session("back") = Request.ServerVariables("SCRIPT_NAME") if Session("login") = "" then logout = "" logged = "" else user = Session("user") level = Session("level") logout = "<a href='login.asp?logout=y'>Log Out</a><font color=red> ..</font>" logged = "<font face=Arial size=2><b>Logged in</b> as:<font color=#FF0000>" & user logged = logged & "</font> Level:</font><font color=#FF0000 face=Arial size=2>" & level end if %> <html> <head><% 'these meta tags can change %> <meta name="AUTHOR" content="Rory Knowles - ASP bahamas / Administrator for Knowles Realty's Web Site at www.KnowlesRealty.com"> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> <meta name="KEYWORDS" content="bahamas, bahama, bahamas business, bahamas bahamas, bahamian, yellow, pages, business, realty, real, estate, bahama, islands, island, business, listings, directory, listing, ad, classified, advertisment, home, online, internet, web, web bahamas"> <% 'keep these meta tags in for free distribution 'these are the distributors ad tags %> <meta http-equiv="ad1" content="<%= ad1 %>"> <meta http-equiv="ad2" content="<%= ad2 %>"> <meta http-equiv="ad3" content="<%= ad3 %>"> <meta http-equiv="ad4" content="<%= ad4 %>"> <style> <!-- SPAN {color:<%= getSiteFontColor() %>; background-color:<%= getSiteHighliteColor() %>} --> </style> <title>Administration - <%= title %></title> </head> <body vlink="<%= getSiteBGVlink() %>" bgcolor="<%= getSiteBGColor() %>" link="<%= getSiteBGLink() %>"> <!---#INCLUDE FILE="includes/headernorm.asp"---> <table border="0" width="600" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="100%" valign="top" height="277"><table border="0" cellpadding="0" cellspacing="0" width="600"> <tr> <td width="100%" height="19" bgcolor="<%= getSiteTitleNameBGColor() %>" valign="middle" colspan="2"><% = fontTagStart(3, getSiteFontColor(), Y, N, N) %> <p> <%= titlename %><% = fontTagEnd(Y, N, N) %> </td> </tr> <tr> <td height="19" bgcolor="<%= getSiteMainLinksBGColor() %>" valign="middle" width="305"><% = fontTagStart(2, getSiteFontColor(), Y, N, N) %> <p> <a href="addurl.asp">Add URL</a> | <a href="editurl.asp">Edit URL</a> | <a href="user_control.asp">Users</a> | <a href="theme.asp">Theme</a> | <%= logout %><% = fontTagEnd(Y, N, N) %></td> <td height="19" bgcolor="<%= getSiteMainLinksBGColor() %>" valign="middle" width="295"><p align="right"><% = fontTagStart(2, getSiteFontColor(), Y, N, N) %><a href="admin.asp">ADMIN</a><% = fontTagEnd(Y, N, N) %><% = fontTagStart(2, "#FF8040", Y, N, N) %> ><% = fontTagEnd(Y, N, N) %><% = fontTagStart(2, "#008000", Y, N, N) %>> <% = fontTagEnd(Y, N, N) %><%= logged%> </td> </tr> <tr> <td width="600" height="62" bgcolor="#FFFFFF" valign="middle" colspan="2"><!---#INCLUDE FILE="includes/banners.asp"---> </td> </tr> <tr> <td width="600" bgcolor="<%= getSitePageNameBGColor() %>" valign="middle" colspan="2"><% = fontTagStart(3, getSitePageNameFontColor(), Y, N, N) %> <p> Adminstration<% = fontTagEnd(Y, N, N) %></td> </tr> <tr align="center"> <td width="600" height="18" bgcolor="#FFFFFF" valign="middle" colspan="2"><% if Session("login") = "" then if Session("error") = "y" then error = "<center>" & fontTagStart(1, "red", Y, N, N) & "Error! Please enter a correct username and password." & fontTagEnd(Y, N, N) & " </center>" else error = "" end if %> <p><br> <% = fontTagStart(2, getSiteFontColor(), N, N, N) %> Welcome to the administration section. Please Log in below:<br> <% = fontTagEnd(N, N, N) %> <br> <%= error %> </td> </tr> <tr> <td width="600" height="18" bgcolor="#FFFFFF" valign="middle" colspan="2"><hr size="1"> </td> </tr> <tr> <td width="604" height="6" bgcolor="#FFFFFF" valign="middle" colspan="2"><form method="post" name="users" action="login.asp"> <table border="0" cellpadding="0" cellspacing="0" width="600"> <tr> <td align="right" width="20" rowspan="2"><div align="left"><p></td> <td align="right" width="81" rowspan="2" valign="top"><font face="Arial" size="2" color="#000080"><div align="left"><p></font><font face="Arial" color="#FF0000" size="1"><strong>Level 1</strong></font><font face="Arial" color="#000080" size="1">:admin, nimda<br> </font><font face="Arial" color="#008080" size="1"><strong>Level 2</strong></font><font face="Arial" color="#000080" size="1">:guest, guest</font><font face="Arial" size="2" color="#000080"></font></td> <td align="right" width="81"><% = fontTagStart(2, getSiteFontColor(), N, N, N) %> <p>User Name: <% = fontTagEnd(N, N, N) %></td> <td width="221"><input type="text" name="user" size="20"></td> </tr> <tr> <td width="81"><div align="right"><p><% = fontTagStart(2, getSiteFontColor(), N, N, N) %>Password: <% = fontTagEnd(N, N, N) %></td> <td width="221"><input type="password" name="pass" size="20"></td> </tr> <tr> <td width="182" valign="top" colspan="3"></td> <td width="221"><input type="submit" name="login" value="Login"></td> <% else %> <td width="197"><div align="left"><p><br> <% = fontTagStart(3, getSiteFontColor(), N, N, N) %> Welcome!<% = fontTagEnd(N, N, N) %></p> </div><blockquote> <p><% = fontTagStart(2, getSiteFontColor(), N, N, N) %>You are logged in as <strong><%= user %></strong>. Please choose from one of the links above.</p> <p><br> <br> <br> <% = fontTagEnd(N, N, N) %><% end if %> </p> </blockquote> </td> </tr> </table> </form> </td> </tr> </table> </td> </tr> </table> <!---#INCLUDE FILE="../includes/footer.asp"---> <p align="center"><br> <br> <br> </p> </body> </html>