home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / CHIP_08_2003.iso / Spesial / proxy / ProxPro / ProxyPro.exe / data1.cab / ConfigSite_Files / accounts / groups.agp < prev    next >
Encoding:
Text File  |  2002-12-09  |  4.4 KB  |  120 lines

  1. <% 
  2.     Set groups        = Accounts.groups
  3.     path = SysInfo.SkinPath
  4.     dim szPath
  5.     szPath = "Table"
  6.     SkinTable = SysInfo.GetSkinParameter(szPath)
  7.     szPath = "Font"
  8.     SkinFont = SysInfo.GetSkinParameter(szPath)
  9.     szPath = "Link"
  10.     SkinLink = SysInfo.GetSkinParameter(szPath)
  11.     szPath = "VLink"
  12.     SkinVLink= SysInfo.GetSkinParameter(szPath)
  13. %>
  14. <script language="JavaScript">
  15. <!--
  16. function MM_preloadImages() { //v3.0
  17.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  18.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  19.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  20. }
  21.  
  22. function MM_swapImgRestore() { //v3.0
  23.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  24. }
  25.  
  26. function MM_findObj(n, d) { //v4.0
  27.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  28.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  29.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  30.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  31.   if(!x && document.getElementById) x=document.getElementById(n); return x;
  32. }
  33.  
  34. function MM_swapImage() { //v3.0
  35.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  36.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  37. }
  38. //-->
  39. </script>
  40. <html>
  41. <head>
  42. <title>Professional GateKeeper - Infopulse</title>
  43. <!--              -->
  44. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
  45. <title>MediaFamily - Welcome</title>
  46.  
  47. </head>
  48. <body bgcolor="#FFFFFF" text="#000000" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" background="../images/backgr_x.gif">
  49. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  50.   <tr> 
  51.     <td width="344"><img src="images/1_r1_c2.jpg" width="344" height="70"></td>
  52.     <td width="135"><img src="images/1_r1_c3.jpg" width="135" height="70"></td>
  53.     <td width="100"><a href="hlpAccounts.agp"><img src="images/1_r1_c4.jpg" width="100" height="70"border=0></a></td>
  54.     <td width="1000"> </td>
  55.   </tr>
  56. </table>
  57. <map name="n1_r4_c3Map"> 
  58.   <area shape="rect" coords="492,45,567,76" href="#">
  59. </map>
  60.  
  61.  
  62. <%
  63.     Set groups        = Accounts.groups
  64. %>
  65. <p><big><strong><font face="Arial">Group accounts</font></strong></big></p>
  66. <font face="Arial">In order to <b>edit the accounts</b> select from the first column of the table 
  67. the link representing the corresponding group. If you want to <b>create a new group account</b> 
  68. select the link located bellow the table and fill in the form that will be shown.</font><p>
  69. <table border="0" cellpadding="0" cellspacing="1" width="100%">
  70.   <tr valign=top align=right>
  71.     <td width="100%" valign=top align=right><a
  72.     href="groupedit.agp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('new_group_accnt.gif','','../images/new_group_accnt01.gif',1)"><img
  73.     src="../images/new_group_accnt.gif" border=0 alt="Create new group account" name="new_group_accnt.gif">
  74.     </td>
  75.   </tr>
  76. </table>
  77. <br>
  78. <div align="center"><center>
  79. <table border="1" cellpadding="0" cellspacing="0" width="100%">
  80. <tr>
  81.     <td width="40%" bgcolor="<%Response.Write(SkinTable)%>"><strong><font face="Arial" color="<%Response.Write(SkinFont)%>">
  82.         Name
  83.     </font></strong></td>
  84.     <td width="60%" bgcolor="<%Response.Write(SkinTable)%>"><strong><font face="Arial" color="<%Response.Write(SkinFont)%>">
  85.         Description
  86.     </font></strong></td>
  87. </tr>
  88. <%
  89.     for count = 1 to groups.count 
  90.         Set group = groups.item(count)
  91.         link = "<a href=""groupedit.agp?name=" & group.name & """>" & group.name & "</a>"
  92. %>
  93. <tr>
  94.     <td width="40%"><font face="Arial">
  95.          
  96.         <%Response.Write(link)%>
  97.     </font></td>
  98.     <td width="60%"><font face="Arial">
  99.          
  100.         <%Response.Write(group.description)%>
  101.     </font></td>
  102. </tr>
  103. <%
  104.     next
  105. %>
  106. </table>
  107. </center></div>
  108. <br>
  109. <table border="0" cellpadding="0" cellspacing="1" width="100%">
  110.   <tr valign=top align=left>
  111.     <td width="100%" valign=top align=left><a
  112.     href="groupedit.agp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('new_group_accnt2.gif','','../images/new_group_accnt01.gif',1)"><img
  113.     src="../images/new_group_accnt.gif" border=0 alt="Create new group account" name="new_group_accnt2.gif">
  114.     </td>
  115.   </tr>
  116. </table>
  117. <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
  118. </body>
  119. </html>
  120.