home *** CD-ROM | disk | FTP | other *** search
/ 202.53.64.216 / 202.53.64.216.tar / 202.53.64.216 / revelationindia / adminhome.asp < prev    next >
Text File  |  2004-09-27  |  2KB  |  91 lines

  1. <%
  2.  
  3.     if len(session("adminid"))= 0 then
  4.         Response.Redirect "adminlogin.asp"
  5.     end if
  6.     
  7.     session("flag")= ""
  8. %> 
  9.  
  10. <html>
  11. <head>
  12. <title>Revelation-India</title>
  13. <style>
  14. A
  15.             {
  16.                 COLOR : white; Text-Decoration : None
  17.             }
  18.  
  19.             A:Hover
  20.             {
  21.                 COLOR : #cc0000;Text-Decoration : None
  22.             }
  23.  
  24. </style>
  25.  
  26. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  27. </head>
  28. <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  29.  <!--#include file ="include\admintop.inc"--> 
  30.       
  31.     </td>
  32.   </tr>
  33. </table>
  34. <br><br><br><br>
  35. <center>
  36. <font color=#ad0010 size=6 ><b>
  37. ADMINISTRATION</b>
  38. </font>
  39. <center>
  40. <br>
  41. <% if Request.QueryString("prayer") = "fail" then %>
  42.     <font color = red size = 2 face = verdana>
  43.     <b>Currently there are no Prayer Requests.<br><br>
  44.     Please check later.</b>
  45.     <br>
  46. <% end if %>
  47. <% if Request.QueryString("enquiry") = "fail" then %>
  48.     <font color = red size = 2 face = verdana>
  49.     <b>Currently there are no Enquiries.<br><br>
  50.     Please check later.</b>
  51.     <br>
  52. <% end if %>
  53. <% if Request.QueryString("partnership") = "fail" then %>
  54.     <font color = red size = 2 face = verdana>
  55.     <b>Currently there are no Partnership Entries.<br><br>
  56.     Please check later.</b>
  57.     <br>
  58. <% end if %>
  59. <% if Request.QueryString("brides") = "fail" then %>
  60.     <font color = red size = 2 face = verdana>
  61.     <b>Currently there are no entries for Brides.<br><br>
  62.     Please check later.</b>
  63.     <br>
  64. <% end if %>
  65. <% if Request.QueryString("grooms") = "fail" then %>
  66.     <font color = red size = 2 face = verdana>
  67.     <b>Currently there are no entries for BrideGrooms.<br><br>
  68.     Please check later.</b>
  69.     <br>
  70. <% end if %>
  71. <table width="779" border="0" cellspacing="0" cellpadding="0" height="500">
  72.   <tr> 
  73.     <td width="150" rowspan="9" valign="top"> 
  74.    <%' <!--#include file ="include\lefthome.inc"-->  %>
  75.    
  76.     </td>
  77.     <td colspan="2" align="center" valign="top" rowspan="9" width="700"> 
  78.       <br><br><br><br>
  79.       
  80.  
  81.       
  82.     </td>    
  83.     <td width="50" rowspan="9" valign="top" align = right>
  84.    <%' <!--#include file ="include\right.inc"-->  %>
  85.     </td>
  86.   </tr>
  87. </table>
  88.  <!--#include file ="include\bottom.inc"--> 
  89. </body>
  90. </html>
  91.