您目前尚未登陆,请选择【登陆】或【注册
首页->博客论坛->WO@BIZ第一季1.2版源码>>admin/TopAdmin.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:WO@BIZ第一季1.2版源码
当前文件:文件类型 WOBIZ/admin/TopAdmin.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TopAdmin.aspx.cs" Inherits="admin_TopAdmin" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>无标题页</title> 8 <link href="Css/admin.css" rel="stylesheet" type="text/css"> 9</head> 10<body> 11 <form id="form1" runat="server"> 12 <div> 13 14<!-----头部开始-----> 15<div id="header"> 16 <div class="logo"> 17 <img height="64" src="Images/logo.gif" width="262"></div> 18 <div id="right"> 19 <table cellspacing="0" cellpadding="0" width="50%" align="right" border="0"> 20 <tbody> 21 <tr> 22 <td> 23 <div class="welcom" style="height: 20px"> 24 <div style="float: right; margin-left: 5px"> 25 &nbsp;<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="退出后台" /></div> 26 <div style="float: right; color: #fff; line-height: 19px"> 27 <asp:Label ID="labadminname" runat="server"></asp:Label> 28 ,欢迎您! 29 </div> 30 </div> 31 </td> 32 </tr> 33 <tr> 34 <td> 35 <div align="right"> 36 </div> 37 </td> 38 </tr> 39 </tbody> 40 </table> 41 </div> 42</div> 43<!-----头部结束-----> 44 </div> 45 </form> 46</body> 47</html> 48
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:WO@BIZ第一季1.2版源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号