uhead.ascx

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

ASCX
39
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="uHead.ascx.cs" Inherits="Huayou.Hyb2b.WebApp.co.co7.uHead" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td width="220" height="200" valign="top" background="img/index_leftbg.gif"> 
      <table width="220" border="0" cellspacing="0" cellpadding="0" height="200">
        <tr> 
          <td width="34" height="200"><img src="img/003.gif" width="34" height="200"></td>
          <td class="photo" background="img/005.gif"><img src="img/001.gif" width="186" height="200"></td>
        </tr>
    </table></td>
    <td valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0" height="200" background="img/index_topbg.gif">
        <tr> 
          <td>
            <table width="100%" border="0" cellspacing="0" cellpadding="0" height="200">
              <tr> 
                <td valign="top" class="bg"> 
                  <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td height="37" colspan="2">&nbsp;</td>
                    </tr>
                    <tr> 
                      <td width=* height="40" align="center"><font face="隶书" size="3"><%=coname%></font></td>
                      <td width="182" align="center"><img src="<%=cologo%>" width="160" height="90"></td>
                    </tr>
                    <tr> 
                      <td height="50"></td>
                      <td align="center" valign="bottom"><%=covip%></td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

⌨️ 快捷键说明

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