home *** CD-ROM | disk | FTP | other *** search
Wrap
<% path = SysInfo.SkinPath bOK = Request.ReqParam("skin") dim szPath szPath = "Font" SkinLink = SysInfo.GetSkinParameter(szPath) SkinVLink= SkinLink szPath = "MenuBkground" SkinBkground = SysInfo.GetSkinParameter(szPath) %> <html> <head> <meta NAME="Author,Design" Content="GateKeeper Team; GateKeeper3Support@infopulse.ro"> <meta NAME="Copyright" Content="Infopulse; www.infopulse.ro"> <base target="main"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <title>Menu</title> <script language="JavaScript" src="/blueball.agp"></script> <style type="text/css"> BODY { background-image: url(/<%Response.Write(path)%>/background_menu.jpg); background-repeat: no-repeat; } </style> </head> <body bgcolor="<%Response.Write(SkinBkground)%>" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="<%Response.Write(SkinLink)%>" vlink="<%Response.Write(SkinVLink)%>" alink="<%Response.Write(SkinVLink)%>" <%If bOK="" Then%> onload="window.open('hlpServices.agp','main')"<%End If%>> <!-- background="/<%Response.Write(path)%>/background_menu.jpg" --> <table width="135" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%" height="255" valign="top"> <table width="135" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> <td> </td> </tr> <tr> <td align="right"><a href="hlpServices.agp" title="Display the help regarding the management of services" target="main" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('i1','','/<%Response.Write(path)%>/menu_m_b.gif',1)"><font face="Verdana, Arial"><img src="/<%Response.Write(path)%>/menu.gif" width="90" height="21" border=0></font></a></td> <td align="right" valign="middle"><img src="/<%Response.Write(path)%>/menu_m_g.gif" width="24" height="21" name="i1"></td> </tr> <tr> <td align="right"><a href="editdns.agp" target="main" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('i2','','/<%Response.Write(path)%>/menu_m_b.gif',1)"><font face="Verdana, Arial"><img src="/<%Response.Write(path)%>/menu62.gif" width="90" height="21" border=0></font></a></td> <td align="right" valign="middle"><img src="/<%Response.Write(path)%>/menu_m_g.gif" width="24" height="21" name="i2"></td> </tr> <tr> <td align="right"><a href="editdhcp.agp" target="main" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('i3','','/<%Response.Write(path)%>/menu_m_b.gif',1)"><font face="Verdana, Arial"><img src="/<%Response.Write(path)%>/menu63.gif" width="90" height="21" border=0></font></a></td> <td align="right" valign="middle"><img src="/<%Response.Write(path)%>/menu_m_g.gif" width="24" height="21" name="i3"></td> </tr> <tr> <td align="right"><a href="editdialer.agp" target="main" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('i4','','/<%Response.Write(path)%>/menu_m_b.gif',1)"><font face="Verdana, Arial"><img src="/<%Response.Write(path)%>/menu64.gif" width="90" height="21" border=0></font></a></td> <td align="right" valign="middle"><img src="/<%Response.Write(path)%>/menu_m_g.gif" width="24" height="21" name="i4"></td> </tr> <tr> <td align="right"><a href="editcache.agp" target="main" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('i5','','/<%Response.Write(path)%>/menu_m_b.gif',1)"><font face="Verdana, Arial"><img src="/<%Response.Write(path)%>/menu65.gif" width="90" height="21" border=0></font></a></td> <td align="right" valign="middle"><img src="/<%Response.Write(path)%>/menu_m_g.gif" width="24" height="21" name="i5"></td> </tr> <tr> <td align="right"><a href="editschedule.agp" target="main" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('i6','','/<%Response.Write(path)%>/menu_m_b.gif',1)"><font face="Verdana, Arial"><img src="/<%Response.Write(path)%>/menu66.gif" width="90" height="21" border=0></font></a></td> <td align="right" valign="middle"><img src="/<%Response.Write(path)%>/menu_m_g.gif" width="24" height="21" name="i6"></td> </tr> <tr> <td> </td> <td align="right" valign="middle"><img src="/<%Response.Write(path)%>/menu_m_g.gif" width="24" height="21" name="i7"></td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td align="right"><a href="/menu.agp" title="Return to the main configuration page" target="menu" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('i8','','/<%Response.Write(path)%>/menu_m_b.gif',1)" onMouseDown="MenuRefreshA()"><font face="Verdana, Arial"><img src="/<%Response.Write(path)%>/menu8.gif" width="90" height="21" border=0></font></a></td> <td align="right" ><img src="/<%Response.Write(path)%>/menu_m_g.gif" width="24" height="21" name="i8"></td> </tr> </table> </td></tr> <tr> <td width="100%" align="center"> <a href="http://www.proxy-pro.com" target="newwin"><img src="/<%Response.Write(path)%>/logo.gif" alt="http://www.proxy-pro.com" width="92" height="60" border="0"></a>   </td> </tr> </table> </body> </html>