index.aspx

来自「1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点」· ASPX 代码 · 共 72 行

ASPX
72
字号
<%@ Register TagPrefix="uc1" TagName="uHead" Src="uHead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uLeft" Src="uLeft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uBottom" Src="uBottom.ascx" %>
<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co7.Index" %>
<HTML>
	<HEAD>
		<title>
			<%=OrgName%>
		</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<LINK href="../../resume.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body leftmargin="0" topmargin="0" bgcolor="#92450d">
		<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
		<table width="778" border="0" cellspacing="0" cellpadding="0" align="center">
			<tr>
				<td width="220" background="img/index_leftbg.gif" valign="top">
					<uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft></td>
				<td valign="top">
					<table width="100%" cellspacing="0" cellpadding="0">
						<tr>
							<td>
								<table width="94%" border="0" cellspacing="0" cellpadding="0" align="center" class="englishfont">
									<tr>
										<td>
											<div class="px12"><strong><font color="#ffffff"><%=coname%></font></strong>
											</div>
										</td>
									</tr>
									<tr>
										<td bgcolor="#ffffff"><img src="img/Spacer.gif" width="1" height="1"></td>
									</tr>
									<tr>
									</tr>
									<tr>
										<td>
											<!--Page.Content.Begin--><br>
											<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
												<tr>
													<td height="350" valign="top">
														<p style="LINE-HEIGHT:150%">
															<table border="0" align="right" cellspacing="0" cellpadding="0">
																<tr>
																	<td height="175" width="220" bgcolor="#efefef" align="center"><img src="<%=copic%>" width="200" height="150"></td>
																</tr>
															</table>
															<div class="px12">
																<font color="#ffffff">
																	<div class="px12"><%=cointroduce%></div>
																</font>
															</div>
													</td>
												</tr>
											</table>
											<br>
											<b></b>
											<!--Something Here-->
											<!--Page.Content.End-->
										</td>
									</tr>
								</table>
								<!--IndexPage.Content.End-->
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<uc1:uBottom id="UBottom1" runat="server"></uc1:uBottom>
	</body>
</HTML>

⌨️ 快捷键说明

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