home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 April / Chip CMCD0400.iso / SOFTWARE / Demo / InfoPulse / GateKeeper / gk3full.exe / data1.cab / ConfigSite_Files / accounts / groups.agp < prev    next >
Encoding:
Text File  |  1999-06-17  |  3.6 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/newGroupAccount_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/newGroupAccount_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/newGroupAccount_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/newGroupAccount_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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  48. <meta NAME="Author,Design" Content="GateKeeper Team; gatekeeper@infopulse.net">
  49. <meta NAME="Copyright" Content="Infopulse; www.infopulse.net">
  50. <title>Empty</title>
  51. </head>
  52.  
  53. <body>
  54. <%
  55.     Set groups        = Accounts.groups
  56. %>
  57. <table border="0" cellpadding="0" cellspacing="1" width="100%">
  58.   <tr valign=top>
  59.     <td width="100%" valign=top align=right><a
  60.     href="groupedit.agp" onMouseOver="msover('nav1')" onMouseOut="msout('nav1')"><img
  61.     src="/images/newGroupAccount_g.jpg" width="220" height="24" alt="Create new group account" name=nav1 border=0></a><a
  62.     href="hlpAccounts.htm" onMouseOver="msover('nav2')" onMouseOut="msout('nav2')"><img
  63.     src="/images/help_g.jpg" width="129" height="24" alt="Help" name=nav2 border=0></a>
  64.     </td>
  65.   </tr>
  66. </table>
  67. <p><big><strong><font face="Arial">Group accounts</font></strong></big></p>
  68. <font face="Arial">In order to <b>edit the accounts</b> select from the first column of the table 
  69. the link representing the corresponding group. If you want to <b>create a new group account</b> 
  70. select the link located bellow the table and fill in the form that will be shown.</font><p>
  71. <div align="center"><center>
  72. <table border="1" cellpadding="0" cellspacing="0" width="100%">
  73. <tr>
  74.     <td width="40%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  75.         Name
  76.     </font></strong></td>
  77.     <td width="60%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  78.         Description
  79.     </font></strong></td>
  80. </tr>
  81. <%
  82.     for count = 1 to groups.count 
  83.         Set group = groups.item(count)
  84.         link = "<a href=""groupedit.agp?name=" & group.name & """>" & group.name & "</a>"
  85. %>
  86. <tr>
  87.     <td width="40%"><font face="Arial">
  88.          
  89.         <%Response.Write(link)%>
  90.     </font></td>
  91.     <td width="60%"><font face="Arial">
  92.          
  93.         <%Response.Write(group.description)%>
  94.     </font></td>
  95. </tr>
  96. <%
  97.     next
  98. %>
  99. </table>
  100. </center></div>
  101. <br>
  102. <table border="0" cellpadding="0" cellspacing="1" width="100%">
  103.   <tr valign=top align=left>
  104.     <td width="100%" valign=top align=left><a
  105.     href="groupedit.agp" onMouseOver="msover('nav3')" onMouseOut="msout('nav3')"><img
  106.     src="/images/newGroupAccount_g.jpg" width="220" height="24" alt="Create new group account" name=nav3 border=0></a><a
  107.     href="hlpAccounts.htm" onMouseOver="msover('nav4')" onMouseOut="msout('nav4')"><img
  108.     src="/images/help_g.jpg" width="129" height="24" alt="Help" name=nav4 border=0></a>
  109.     </td>
  110.   </tr>
  111. </table>
  112. <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
  113. </body>
  114. </html>
  115.