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

📄 header.ascx

📁 视野车辆管理系统源码
💻 ASCX
字号:
<%@ Register TagPrefix="Views" Namespace="CYBERAKT.WebControls.Navigation" Assembly="ASPnetMenu" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Header.ascx.cs" Inherits="Views.Car.Ascxs.Header" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<TABLE id="Table1" height="85" cellSpacing="0" cellPadding="0" width="100%" border="0">
	<TR>
		<TD bgColor="lightgrey" colSpan="2" height="2"></TD>
	</TR>
	<TR>
		<TD bgColor="white" colSpan="2" height="1"></TD>
	</TR>
	<TR>
		<TD vAlign="middle" align="center" width="180">
			<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
				height="60" width="120" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>
				<PARAM NAME="_cx" VALUE="3175">
				<PARAM NAME="_cy" VALUE="1588">
				<PARAM NAME="FlashVars" VALUE="">
				<PARAM NAME="Movie" VALUE="/Images/logo.swf">
				<PARAM NAME="Src" VALUE="/Images/logo.swf">
				<PARAM NAME="WMode" VALUE="Window">
				<PARAM NAME="Play" VALUE="-1">
				<PARAM NAME="Loop" VALUE="-1">
				<PARAM NAME="Quality" VALUE="High">
				<PARAM NAME="SAlign" VALUE="">
				<PARAM NAME="Menu" VALUE="-1">
				<PARAM NAME="Base" VALUE="">
				<PARAM NAME="AllowScriptAccess" VALUE="always">
				<PARAM NAME="Scale" VALUE="ShowAll">
				<PARAM NAME="DeviceFont" VALUE="0">
				<PARAM NAME="EmbedMovie" VALUE="0">
				<PARAM NAME="BGColor" VALUE="">
				<PARAM NAME="SWRemote" VALUE="">
				<PARAM NAME="MovieData" VALUE="">
				<embed src="/Images/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
					type="application/x-shockwave-flash" width="120" height="60"> </embed>
			</OBJECT>
		</TD>
		<TD vAlign="middle" align="center"><IMG src="/images/advertimg.gif"></TD>
	</TR>
	<TR>
		<TD bgColor="white" colSpan="2" height="1"></TD>
	</TR>
	<TR>
		<TD vAlign="middle" align="center" bgColor="lightgrey" colSpan="2"><table width="100%" cellpadding="0" cellspacing="0" border="0" height="100%">
				<tr>
					<td width="180" align="center" valign=center>
						<table cellspacing="0" bordercolordark="gainsboro" cellpadding="0" width="100%" bordercolorlight="gray"
							border="1" height=100%>
							<tr>
								<td bgcolor="silver" height="20" align="center" valign="bottom" style="FONT-WEIGHT:bold" valign=middle><span id="timeSpan" style="color:red;font-weight:bold"></span></td>
							</tr>
						</table>
						<script language="javascript">ShowTime(timeSpan);</script>
					</td>
					<td width="1" bgcolor="white"></td>
					<td><VIEWS:ASPNETMENU id="ASPnetMenu1" runat="server" ShadowEnabled="True" MenuData="/Ascxs/menuData.xml"
							BorderStyle="Solid" BorderWidth="1px" BorderColor="White" BackColor="Silver" ExpandDelay="100"
							Height="100%"></VIEWS:ASPNETMENU></td>
				</tr>
			</table>
		</TD>
	</TR>
	<TR>
		<TD height="1" colspan="2" bgcolor="white"></TD>
	</TR>
</TABLE>

⌨️ 快捷键说明

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