ubottom.ascx

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

ASCX
43
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="uBottom.ascx.cs" Inherits="Huayou.Hyb2b.WebApp.co.co9.uBottom" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<style type="text/css">
<!--
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #FFFFFF;
}
-->
</style><TABLE WIDTH=778 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0 background="img/bg.jpg" class="bg">
	<TR>
		
    <TD width="211" align="center" valign="top">&nbsp;
      </TD>
		
    <TD width="567" align="center" valign="top"> 
      <br>
      <table width="94%" border="0" cellspacing="0" cellpadding="0" align="center" class="englishfont" height="1">
        <tr> 
          <td bgcolor="#000000"> </td>
        </tr>
      </table>
      <br>
      <table width="94%" border="0" cellspacing="0" cellpadding="0" align="center" class="text">
        <tr> 
          <td align="center" class="px12"><font color=white><%=citybottom%></font></td>
        </tr>
      </table>    </TD>
	</TR>
</TABLE>

⌨️ 快捷键说明

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