home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <script language="JavaScript">
- <!--
-
- if (document.images) {
-
- // Preload rollover images
- nav1a = new Image(78,18);
- nav1a.src = "/images/newGroupAccount_b.jpg";
- nav2a = new Image(78,18);
- nav2a.src = "/images/help_b.jpg";
- nav3a = new Image(78,18);
- nav3a.src = "/images/newGroupAccount_b.jpg";
- nav4a = new Image(78,18);
- nav4a.src = "/images/help_b.jpg";
-
- // Preload rolloff images
- nav1 = new Image(78,18);
- nav1.src = "/images/newGroupAccount_g.jpg";
- nav2 = new Image(78,18);
- nav2.src = "/images/help_g.jpg";
- nav3 = new Image(78,18);
- nav3.src = "/images/newGroupAccount_g.jpg";
- nav4 = new Image(78,18);
- nav4.src = "/images/help_g.jpg";
-
-
- }
-
- // function for rollover
- function msover(imgName) {
- if (document.images[imgName]) {
- document.images[imgName].src = eval(imgName + "a.src");
- }
- }
-
- // function for rollout
- function msout(imgName) {
- if (document.images[imgName]) {
- document.images [imgName].src = eval(imgName + ".src");
- }
- }
-
- // -->
- </script>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta NAME="Author,Design" Content="GateKeeper Team; gatekeeper@infopulse.net">
- <meta NAME="Copyright" Content="Infopulse; www.infopulse.net">
- <title>Empty</title>
- </head>
-
- <body>
- <%
- Set groups = Accounts.groups
- %>
- <table border="0" cellpadding="0" cellspacing="1" width="100%">
- <tr valign=top>
- <td width="100%" valign=top align=right><a
- href="groupedit.agp" onMouseOver="msover('nav1')" onMouseOut="msout('nav1')"><img
- src="/images/newGroupAccount_g.jpg" width="220" height="24" alt="Create new group account" name=nav1 border=0></a><a
- href="hlpAccounts.htm" onMouseOver="msover('nav2')" onMouseOut="msout('nav2')"><img
- src="/images/help_g.jpg" width="129" height="24" alt="Help" name=nav2 border=0></a>
- </td>
- </tr>
- </table>
- <p><big><strong><font face="Arial">Group accounts</font></strong></big></p>
- <font face="Arial">In order to <b>edit the accounts</b> select from the first column of the table
- the link representing the corresponding group. If you want to <b>create a new group account</b>
- select the link located bellow the table and fill in the form that will be shown.</font><p>
- <div align="center"><center>
- <table border="1" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td width="40%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- Name
- </font></strong></td>
- <td width="60%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- Description
- </font></strong></td>
- </tr>
- <%
- for count = 1 to groups.count
- Set group = groups.item(count)
- link = "<a href=""groupedit.agp?name=" & group.name & """>" & group.name & "</a>"
- %>
- <tr>
- <td width="40%"><font face="Arial">
-
- <%Response.Write(link)%>
- </font></td>
- <td width="60%"><font face="Arial">
-
- <%Response.Write(group.description)%>
- </font></td>
- </tr>
- <%
- next
- %>
- </table>
- </center></div>
- <br>
- <table border="0" cellpadding="0" cellspacing="1" width="100%">
- <tr valign=top align=left>
- <td width="100%" valign=top align=left><a
- href="groupedit.agp" onMouseOver="msover('nav3')" onMouseOut="msout('nav3')"><img
- src="/images/newGroupAccount_g.jpg" width="220" height="24" alt="Create new group account" name=nav3 border=0></a><a
- href="hlpAccounts.htm" onMouseOver="msover('nav4')" onMouseOut="msout('nav4')"><img
- src="/images/help_g.jpg" width="129" height="24" alt="Help" name=nav4 border=0></a>
- </td>
- </tr>
- </table>
- <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
- </body>
- </html>
-