adminheader.ascx

来自「wrox c#高级编程」· ASCX 代码 · 共 68 行

ASCX
68
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="AdminHeader.ascx.cs" Inherits="Wrox.WebModules.NewsManager.Web.Controls.User.AdminHeader"%>
<%@ Register TagPrefix="WroxUser" TagName="SiteHeader" Src="/ThePhile/Controls/SiteHeader.ascx" %>
<WroxUser:SiteHeader id="Header" runat="server" />
<br>
<table width="100%" border="0" cellspacing="4" cellpadding="2">
	<tr>
		<td width="100%" valign="top">
			<script language="JavaScript1.2">
				function SetStatusBarText(text)
				{
					StatusBar.innerHTML = text;
				}
			</script>
			<a name="top">
				<table class="MenuTable" border="0" width="100%">
					<tr>
						<td>
							<table class="MenuTable" border="0" width="100%">
								<tr>
									<td>
										<b><u>NewsManager - Wrox WebModule</u></b>
									</td>
									<td align="right">
										<a href="#bottom"><img Alt="Go to the bottom of the page" src="./Images/GoDown.gif" border="0" /></a>
									</td>
								</tr>
							</table>
						</td>
					</tr>
					<tr>
						<td>
							<table border="0" width="100%">
								<tr>
									<td>
										<a class="MenuItem" onMouseOver="SetStatusBarText('Manage the categories');" onMouseOut="SetStatusBarText('');" href="Categories.aspx">
											Categories</a>
									</td>
									<td class="MenuRow">
										|
									</td>
									<td>
										<a class="MenuItem" onMouseOver="SetStatusBarText('Manage the news');" onMouseOut="SetStatusBarText('');" href="News.aspx">
											News</a>
									</td>
									<td class="MenuRow">
										|
									</td>
									<td>
										<a class="MenuItem" onMouseOver="SetStatusBarText('Show or change the program settings');" onMouseOut="SetStatusBarText('');" href="Settings.aspx">
											Settings</a>
									</td>
									<td class="MenuRow" width="100%">
									</td>
								</tr>
							</table>
						</td>
					</tr>
					<tr>
						<td width="100%">
							<div align="left" id="StatusBar">
						</td>
						<td>
							&nbsp
						</td>
					</tr>
				</table>
				<br>

⌨️ 快捷键说明

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