index.aspx

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

ASPX
84
字号
<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co2.Index" %>
<%@ Register TagPrefix="uc1" TagName="uHead" Src="uHead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uLeft" Src="uLeft.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="#333333">
	<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
   <td><img name="index_r3_c1" src="img/index_r3_c1.jpg" width="778" height="15" border="0"></td>
   <td><img src="img/spacer.gif" width="1" height="15" border="0"></td>
  </tr>
  <tr><td rowspan="6" valign="top" background="img/index_r4_c1.jpg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
       <td width="226" valign="top"><uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft></td>
       <td valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
         <tr>
           <td><img src="img/wzsy.jpg" width="552" height="37"></td>
         </tr>
         <tr>
           <td>&nbsp;</td>
         </tr>
         <tr>
           <td><table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
               <tr>
                 <td height=350 valign=top><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                   <tr>
                     <td><!--******************************-->
                         <table width="500" border="0" cellspacing="0" cellpadding="0">
                           <tr>
                             <td>
                                 <p style="line-height:180%">                     
                                 <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>
                                 <span class="px12"><%=cointroduce%></span> </td>
                           </tr>
                         </table>
                         <!--******************************-->
                     </td>
                   </tr>
                   <tr>
                     <td>&nbsp;</td>
                   </tr>
                 </table>
                   <!--******************************-->
                     <!--******************************--></td>
               </tr>
               <tr>
                 <td>&nbsp;</td>
               </tr>
           </table></td>
         </tr>
       </table></td>
     </tr>
   </table>
  </td></tr>
  <tr><td><img src="img/spacer.gif" width="1" height="1" border="0"></td></tr>
  <tr><td><img src="img/spacer.gif" width="1" height="1" border="0"></td></tr>
  <tr><td><img src="img/spacer.gif" width="1" height="1" border="0"></td></tr>
  <tr><td><img src="img/spacer.gif" width="1" height="1" border="0"></td></tr>
  <tr><td><img src="img/spacer.gif" width="1" height="1" border="0"></td></tr>
  <tr>
   <td align="center" background="img/index_r4_c2.jpg" height=26></td>
  </tr>
  <tr>
   <td align="center" background="img/index_r4_c3.jpg" class="px12"><%=citybottom%></td>
  </tr>
  <tr>
   <td><img name="index_r10_c1" src="img/index_r10_c1.jpg" width="778" height="13" border="0"></td>
   <td><img src="img/spacer.gif" width="1" height="13" border="0"></td>
  </tr>
</table>
	
  </body>
</html>

⌨️ 快捷键说明

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