LeftMenu.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:2k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="LeftMenu.aspx.cs" Inherits="LeftMenu" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <table width="175" border="0" cellspacing="0" cellpadding="0" height="500px">
- <tr>
- <td width="8px" background="Images/body_left.jpg">
-
- </td>
- <td vAlign="top" width="167px">
- <asp:datalist id="DL_Detail" runat="server" >
- <FooterTemplate>
- </FooterTemplate>
- <ItemTemplate>
- <TABLE cellSpacing="0" cellPadding="0" runat="server" border="0" >
- <TR>
- <TD align="right" background="Images/Menu_bg.jpg" width="20px"></TD>
- <TD align="left" background="Images/Menu_bg.jpg" width="140"> 。<A href='<%# DataBinder.Eval(Container.DataItem,"DefaultPage")%>' target="mainFrame"><%# DataBinder.Eval(Container.DataItem, "DisplayName")%></A></TD>
- </TR>
- <TR bgColor="#ffffff">
- <TD height="1"></TD>
- <TD><FONT face="宋体"></FONT></TD>
- </TR>
- </TABLE>
- </ItemTemplate>
- </asp:datalist>
-
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>