Default.aspx
资源名称:SHOPASP.rar [点击查看]
上传用户:xiecaij
上传日期:2015-02-08
资源大小:2016k
文件大小:1k
源码类别:
百货/超市行业
开发平台:
ASP/ASPX
- <%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="admin._Default" %>
- <%@ Register TagPrefix="Admin" TagName="AdminMenu" Src="AdminMenu.ascx" %>
- <HTML>
- <HEAD>
- <LINK href="styles.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body bottomMargin="0" leftMargin="0" background="../images/sitebkgrdnogray.gif" topMargin="0"
- rightMargin="0" marginwidth="0" marginheight="0">
- <table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <tr>
- <td vAlign="top" width="145" bgColor="#9999cc" height="100%"><ADMIN:ADMINMENU id="Menu1" runat="server"></ADMIN:ADMINMENU><IMG height="1" src="images/1x1.gif" width="145">
- </td>
- <td vAlign="top" align="center" width="700">
- <table height="100%" width="100%" align="center" border="0">
- <tr vAlign="top">
- <td align="center"><font color="#999999" size="12">Welcome To Administrator Management
- Console!</font>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </HTML>