⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header1.ascx

📁 个人博客。。毕业设计````用来做毕业设计`
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Header1.ascx.cs" Inherits="WesternByte.MyBlog.Controls.Blog.Header1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<script language="javascript">
<!--
function mhEnter()
{
	window.event.srcElement.className="lt1";
}
function mhLeave()
{
	window.event.srcElement.className="lt0";
}
//-->
</script>
<link rel="stylesheet" href="/images/style.css">
<table width="1000" border="0" cellpadding="0" cellspacing="0">
	<tr height="181">
		<td background="/Images/blog/manage.jpg" valign="top">
			<table width="1000">
				<tr height="30">
					<td align="right">&nbsp;<asp:label id="subject" CssClass="descss" Runat="server"></asp:label>&nbsp;<a href="/Logout.aspx"><font color="#f6eb15">登出</font></a></td>
				</tr>
			</table>
		</td>
	</tr>
	<tr height="31">
		<td background="/Images/line.jpg">
			<table width="1000" border="0" cellpadding="0" cellspacing="0">
				<tr height="20" align="center">
					<td width="200">&nbsp;</td>
					<td class="lt0" onmouseleave="mhLeave()" onmouseenter="mhEnter()"><A href="/">西游博客首页</A></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseleave="mhLeave()" onmouseenter="mhEnter()"><A href="/Blog/Admin/Essay/Essay.aspx">随笔</A></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseleave="mhLeave()" onmouseenter="mhEnter()"><A href="/Blog/Admin/Article/Article.aspx">文章</A></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseleave="mhLeave()" onmouseenter="mhEnter()"><A href="/Blog/Admin/FeedBack/FeedBack.aspx">评论</A></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseleave="mhLeave()" onmouseenter="mhEnter()"><A href="/Blog/Admin/Href/Href.aspx">链接</A></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseleave="mhLeave()" onmouseenter="mhEnter()"><a href="/Blog/Admin/Picture/Picture.aspx">相册</a></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseleave="mhLeave()" onmouseenter="mhEnter()"><a href="/Blog/EditInfo.aspx">账户修改</a></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseleave="mhLeave()" onmouseenter="mhEnter()"><a href="/Blog/EditPass.aspx">密码修改</a></td>
					<td width="320">&nbsp;</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -