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

📄 index.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co9.Index" %>
<%@ Register TagPrefix="uc1" TagName="uHead" Src="uHead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uLeft" Src="uLeft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uBottom" Src="uBottom.ascx" %>
<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="#333333">
		<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
<TABLE WIDTH=778 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0 background="img/bg.jpg" class="bg">
	<TR>
		
    <TD width="210" align="center" valign="top">
      <table width="100%" border="0" cellspacing="10" cellpadding="0">
        <tr> 
          <td align="center"><uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft></td>
        </tr>
      </table>
    </TD>
		
    <TD width="568" align="center" valign="top"> 
      <table width="94%" border="0" cellspacing="0" cellpadding="0" align="center" class="text">
        <tr> 
          <td>&nbsp;&nbsp;&nbsp;&nbsp;<font color="#FFCC00"><b><%=coname%></b><font color="#FFCC00"></td>
        </tr>
        <tr> 
          <td>
<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 style="border:1px #cccccc solid" bgcolor="#efefef" align="center"><img src="<%=copic%>" width="200" height="150"></td>
        </tr>
      </table>
	  <div class="px12">
      <font color="#FFffff"><%=cointroduce%></font></div> </td>
  </tr>
</table>
</td>
        </tr>
      </table>
      </TD>
	</TR>
</TABLE>
		<uc1:uBottom id="UBottom1" runat="server"></uc1:uBottom>
	</body>
</HTML>

⌨️ 快捷键说明

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