| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/SolidCP/Portal/DesktopModules/SolidCP/UserControls/ |
Upload File : |
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CollapsiblePanel.ascx.cs" Inherits="SolidCP.Portal.CollapsiblePanel" %>
<asp:Panel ID="HeaderPanel" runat="server" style="cursor: pointer;">
<table class="Shevron" cellpadding="0" cellspacing="0" onmouseout="this.className='Shevron';" onmouseover="this.className='ShevronActive';">
<tr>
<td style="white-space: nowrap;padding-right:5px;"><asp:Label ID="lblTitle" runat="server"></asp:Label></td>
<td class="ShevronLine"></td>
<td style="padding-left:5px;"><asp:Image ID="ToggleImage" runat="server" Width="7" Height="4" ImageUrl="~/images/shevron_collapse.gif" /></td>
</tr>
</table>
</asp:Panel>
<ajaxToolkit:CollapsiblePanelExtender ID="cpe" runat="Server" OnResolveControlID="cpe_ResolveControlID"
TargetControlID="CpeContentPanel"
ExpandControlID="HeaderPanel"
CollapseControlID="HeaderPanel"
Collapsed="False"
ExpandDirection="Vertical"
ImageControlID="ToggleImage"
ExpandedImage="~/images/shevron_collapse.gif"
ExpandedText="Collapse"
CollapsedImage="~/images/shevron_expand.gif"
CollapsedText="Expand"
SuppressPostBack="true" />