home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 1.6 KB | 32 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="_Title.ascx.cs" Inherits="NETGenium._Title" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0" runat="server">
- <TR>
- <TD><IMG height="1" src="Images/1x1.gif" width="1"></TD>
- <TD><IMG height="1" src="Images/1x1.gif" width="1"></TD>
- </TR>
- <TR>
- <TD style="PADDING-TOP: 4px" vAlign="top"><asp:image id="imGlass" runat="server" ImageUrl="Images/Glass.gif"></asp:image></TD>
- <TD vAlign="top" width="100%">
- <TABLE id="Table2" cellSpacing="0" cellPadding="0" border="0" runat="server">
- <TR>
- <TD class="TitleControlTD"><IMG id="imTitleButton" style="LEFT: -5px; POSITION: relative" height="11" alt="" src="Images/TitleButton.gif"
- width="11" runat="server"><asp:literal id="lA" runat="server"></asp:literal></TD>
- <TD class="ShadowRight" vAlign="top"><IMG id="imShadowTopRight" height="6" src="Images/ShadowTopRight.gif" width="6" runat="server"></TD>
- </TR>
- <TR>
- <TD class="ShadowBottom"><IMG id="imShadowBottomLeft" height="6" src="Images/ShadowBottomLeft.gif" width="6" runat="server"></TD>
- <TD height="6"><IMG id="imShadowBottomRight" height="6" src="Images/ShadowBottomRight.gif" width="6"
- runat="server"></TD>
- </TR>
- </TABLE>
- <TABLE id="Table3" cellSpacing="0" cellPadding="3" width="100%" border="0" runat="server"
- class="FormLeft">
- <TR>
- <TD style="FONT-WEIGHT: bold">
- <asp:literal id="lB" runat="server"></asp:literal></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
-