10 lines
No EOL
386 B
Text
10 lines
No EOL
386 B
Text
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="PopupHeader.ascx.cs" Inherits="WebsitePanel.Portal.UserControls.PopupHeader" %>
|
|
<table class="Header" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="HeaderLeft"></td>
|
|
<td class="HeaderTitle">
|
|
<asp:Literal ID="PopupTitle" runat="server"></asp:Literal>
|
|
</td>
|
|
<td class="HeaderRight"></td>
|
|
</tr>
|
|
</table> |