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

📄 index.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co10.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 topmargin="0" leftmargin="0" bgcolor="#999999">
		<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="img/middle-word01.jpg" width="780" height="130"></td>
  </tr>
</table>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="190" height="35" background="img/middle-L-bg01.gif">&nbsp;</td>
    <td colspan="3"><img src="img/middle-R-01.gif" width="590" height="35"></td>
  </tr>
  <tr>
    <td rowspan="2" valign="top" bgcolor="#FFFFFF">
					<uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft>
<!--===================-->	</td>
    <td width="29" height="155" background="img/middle-R-bg01.gif">&nbsp;</td>
    <td width="518" valign="top" bgcolor="#FFFFFF"><table width="100%"  border="0" cellspacing="0" cellpadding="10">
      <tr>
        <td width="329" height="48" background="img/middle-R-bg03.gif"><strong><%=coname%></strong></td>
        <td width="1">&nbsp;</td>
        <td width="127" background="img/middle-R-bg04.gif">&nbsp;</td>
      </tr>
      <tr>
        <td height="10" colspan="3"></td>
      </tr>
    </table>
    <table width="100%"  border="0" cellpadding="0" cellspacing="0" background="img/middle-R-bg05.gif">
      <tr>
        <td width="47" height="119"><img src="img/middle-R-icon01.gif" width="47" height="48"></td>
        <td width="469"><span style="font:bold 18px;color:#666633;filter:progid:DXImageTransform.Microsoft.Glow(color=ffffff,strength=1);WIDTH:90%;"><strong><%=coname%></strong></span></td>
      </tr>
      <tr>
        <td colspan="2"><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"><%=cointroduce%></div></td>
      </tr>
    </table></td>
    <td width="43" background="img/middle-R-bg02.gif">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="3" valign=top bgcolor="#FFFFFF"><img src="img/middle-R-bg06.gif" width="590" height="16"></td>
  </tr>
</table>
		<uc1:uBottom id="UBottom1" runat="server"></uc1:uBottom>
	
  </body>
</html>

⌨️ 快捷键说明

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