initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
6
Shared/Menu_Item.ascx
Normal file
6
Shared/Menu_Item.ascx
Normal file
|
@ -0,0 +1,6 @@
|
|||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Control Language="vb" AutoEventWireup="false" CodeFile="Menu_Item.ascx.vb" Inherits="Persons.UI.Menu_Item" %>
|
||||
<%@ Register Tagprefix="Selectors" Namespace="Persons" %>
|
||||
|
||||
<%@ Register Tagprefix="BaseClasses" Namespace="BaseClasses.Web.UI.WebControls" Assembly="BaseClasses" %><table cellspacing="0" cellpadding="0" border="0" onmouseover="this.style.cursor='pointer'; return true;" onclick="clickLinkButtonText(this, event);"><tr><td class="mTL"><img src="../Images/space.gif" height="5" width="6" alt="" /></td><td class="mT"><img src="../Images/space.gif" height="5" width="1" alt="" /></td><td class="mTR"><img src="../Images/space.gif" height="5" width="9" alt="" /></td></tr><tr><td class="mL"><img src="../Images/space.gif" height="12" width="6" alt="" /></td><td class="mC"><asp:LinkButton CommandName="Redirect" runat="server" id="_Button" cssclass="menu">
|
||||
</asp:LinkButton></td><td class="mR"><img src="../Images/space.gif" height="12" width="9" alt="" /></td></tr><tr><td class="mBL"><img src="../Images/space.gif" height="5" width="6" alt="" /></td><td class="mB"><img src="../Images/space.gif" height="5" width="1" alt="" /></td><td class="mBR"><img src="../Images/space.gif" height="5" width="9" alt="" /></td></tr></table>
|
Loading…
Add table
Add a link
Reference in a new issue