ubottom.ascx

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

ASCX
14
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="uBottom.ascx.cs" Inherits="Huayou.Hyb2b.WebApp.co.co3.uBottom" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top" bgcolor="FFE477"><img src="img/spacer.gif" width="30" height="9"></td>
  </tr>
  <tr>
    <td background="img/bottom_bg.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="text">
        <tr>
          <td width="10" height="120"><img src="img/spacer.gif" width="10" height="35"></td>
          <td align="center" class="px12"><P style="LINE-HEIGHT: 180%"><%=citybottom%></td>  
        </tr>
    </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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