Default.aspx
上传用户:xiecaij
上传日期:2015-02-08
资源大小:2016k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

ASP/ASPX

  1. <%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="admin._Default" %>
  2. <%@ Register TagPrefix="Admin" TagName="AdminMenu" Src="AdminMenu.ascx" %>
  3. <HTML>
  4. <HEAD>
  5. <LINK href="styles.css" type="text/css" rel="stylesheet">
  6. </HEAD>
  7. <body bottomMargin="0" leftMargin="0" background="../images/sitebkgrdnogray.gif" topMargin="0"
  8. rightMargin="0" marginwidth="0" marginheight="0">
  9. <table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  10. <tr>
  11. <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">
  12. </td>
  13. <td vAlign="top" align="center" width="700">
  14. <table height="100%" width="100%" align="center" border="0">
  15. <tr vAlign="top">
  16. <td align="center"><font color="#999999" size="12">Welcome To Administrator Management 
  17. Console!</font>
  18. </td>
  19. </tr>
  20. </table>
  21. </td>
  22. </tr>
  23. </table>
  24. </body>
  25. </HTML>