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

📄 index.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co3.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">
	<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
    <table width="100%" height="85%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="417" align="left" valign="top"><table width="770" height="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="10" rowspan="2" align="left"><img src="img/spacer.gif" width="10" height="50"></td>
          <td width="223" rowspan="2" align="left" valign="top"><table width="223" border="0" cellpadding="0" cellspacing="0" background="img/center_bg.gif">
              <tr>
                <td align="center" valign="top"><uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft></td>
              </tr>
          </table></td>
          <td width="37" rowspan="2" align="left" valign="top"><img src="img/spacer.gif" width="37" height="50"></td>
          <td height=22 bgcolor="#FFF495" class="px12"><strong><%=coname%></strong></td>
        </tr>
        <tr>
          <td align="left" valign="top"><table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
            <tr>
              <td height=350 valign=top class="px12">
                <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>
                <%=cointroduce%> </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 + -