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

📄 adminheader.ascx

📁 wrox c#高级编程
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="AdminHeader.ascx.cs" Inherits="Wrox.WebModules.Polls.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>Polls - 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 questions');" onMouseOut="SetStatusBarText('');" href="Questions.aspx">
											Questions</a>
									</td>
									<td class="MenuRow">
										|
									</td>
									<td>
										<a class="MenuItem" onMouseOver="SetStatusBarText('Manage the options for each question');" onMouseOut="SetStatusBarText('');" href="Options.aspx">
											Options</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -