市长热线演示版

center.aspx 976B

123456789101112131415161718192021222324
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="center.aspx.cs" Inherits="HySoft.BaseCallCenter.Web.center" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>管理首页</title>
  6. <link type="text/css" rel="stylesheet" href="../../scripts/ui/skins/Aqua/css/ligerui-all.css" />
  7. <link href="images/style.css" rel="stylesheet" type="text/css" />
  8. <link type="text/css" rel="stylesheet" href="../../css/pagination.css" />
  9. </head>
  10. <body class="mainbody">
  11. <form id="form1" runat="server">
  12. <div class="navigation nav_icon">你好,<i><span id="userInfo" runat="server"></span></i>,欢迎进入鹤壁12345市长热线后台管理</div>
  13. <div class="line10"></div>
  14. <div class="clear" style="height:20px;"></div>
  15. <div style="width:100%; text-align:center;">
  16. <img src="images/default_09_02.png" />
  17. </div>
  18. <div>
  19. </form>
  20. </body>
  21. </html>