home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 April / Chip CMCD0400.iso / SOFTWARE / Demo / InfoPulse / GateKeeper / gk3full.exe / data1.cab / ConfigSite_Files / rules / trusted_ips.agp < prev    next >
Encoding:
Text File  |  1999-06-17  |  3.3 KB  |  115 lines

  1. <html>
  2. <head>
  3. <script language="JavaScript">
  4. <!-- 
  5.  
  6. if (document.images) {
  7.  
  8.   // Preload rollover images
  9.   nav1a = new Image(78,18);
  10.   nav1a.src = "/images/addIP_b.jpg";
  11.   nav2a = new Image(78,18);
  12.   nav2a.src = "/images/help_b.jpg";
  13.   nav3a = new Image(78,18);
  14.   nav3a.src = "/images/addIP_b.jpg";
  15.   nav4a = new Image(78,18);
  16.   nav4a.src = "/images/help_b.jpg";
  17.  
  18.   // Preload rolloff images
  19.   nav1 = new Image(78,18);
  20.   nav1.src = "/images/addIP_g.jpg";
  21.   nav2 = new Image(78,18);
  22.   nav2.src = "/images/help_g.jpg";
  23.   nav3 = new Image(78,18);
  24.   nav3.src = "/images/addIP_g.jpg";
  25.   nav4 = new Image(78,18);
  26.   nav4.src = "/images/help_g.jpg";
  27.  
  28.  
  29. }
  30.  
  31. // function for rollover
  32. function msover(imgName) {
  33.   if (document.images[imgName]) {
  34.     document.images[imgName].src = eval(imgName + "a.src");
  35.   }
  36. }
  37.  
  38. // function for rollout
  39. function msout(imgName) {
  40.   if (document.images[imgName]) {
  41.     document.images [imgName].src = eval(imgName + ".src");
  42.   }
  43. }
  44.  
  45. // -->
  46. </script>
  47. <meta NAME="Author,Design" Content="GateKeeper Team; gatekeeper@infopulse.net">
  48. <meta NAME="Copyright" Content="Infopulse; www.infopulse.net">
  49. <title>Empty</title>
  50. </head>
  51. <body bgcolor="#FFFFFF" text="#000000">
  52. <table border="0" cellpadding="0" cellspacing="1" width="100%">
  53.   <tr valign=top>
  54.     <td width="100%" valign=top align=right><a
  55.     href="addfilter.agp" onMouseOver="msover('nav1')" onMouseOut="msout('nav1')"><img
  56.     src="/images/addIP_g.jpg" width="220" height="24" alt="Add new IP filter" name=nav1 border=0></a><a
  57.     href="hlpRules.htm" onMouseOver="msover('nav2')" onMouseOut="msout('nav2')"><img
  58.     src="/images/help_g.jpg" width="129" height="24" alt="Help" name=nav2 border=0></a>
  59.     </td>
  60.   </tr>
  61. </table>
  62. <p><big><strong><font face="Arial">
  63.         Incoming rules
  64. </font></strong></big></p>
  65.    <div>
  66.     <table border="1" cellpadding="0" cellspacing="0" width="100%">
  67.    <tr>
  68.         <%
  69.             if Accounts.AccessType then
  70.                 msg = "All incoming requests are DENIED, except these"
  71.             else
  72.                 msg = "All incoming requests are ALLOWED, except these"
  73.             end if
  74.         %>
  75.         <td width="70%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  76.             <%Response.Write(msg)%>
  77.         </font></strong></td>
  78.         <td align="center" width="30%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  79.             Action
  80.         </font></strong></td>
  81.    </tr>
  82.     <%Response.Write(Accounts.MaskList)%>
  83.    </table></div>
  84. <br>
  85. <table border="0" cellpadding="0" cellspacing="1" width="100%">
  86.   <tr valign=top align=left>
  87.     <td width="100%" valign=top align=left><a
  88.     href="addfilter.agp" onMouseOver="msover('nav3')" onMouseOut="msout('nav3')"><img
  89.     src="/images/addIP_g.jpg" width="220" height="24" alt="Add new IP filter" name=nav3 border=0></a><a
  90.     href="hlpRules.htm" onMouseOver="msover('nav4')" onMouseOut="msout('nav4')"><img
  91.     src="/images/help_g.jpg" width="129" height="24" alt="Help" name=nav4 border=0></a>
  92.     </td>
  93.   </tr>
  94. </table>
  95.  
  96. <form method="POST" action= "filteredit.agp">
  97.     <font face="Arial">
  98.     Press this button in order to 
  99.     <%
  100.         if Accounts.AccessType then
  101.     %>
  102.             <input type="submit" name="action" value="Allow">
  103.     <%
  104.         else
  105.     %>
  106.             <input type="submit" name="action" value="Deny">
  107.     <%
  108.         end if
  109.     %>
  110.     all incomming requests except those listed above.</font>
  111. </form>
  112. <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
  113. </body>
  114. </html>
  115.