mainfooter.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 28 行

ASCX
28
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="MainFooter.ascx.cs" Inherits="JiSuShop.Web.Skin.MainFooter" %>
<%@ Register TagPrefix="JSS" TagName="QQList" Src="QQList.ascx" %>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
  <tr>
    <td class="Fooder_color"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="Fooder_bg" ><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td  class=" center Fooder_top">|&nbsp;
                  <asp:Repeater ID=HelpList Runat=server>
                    <ItemTemplate><a id="HelpItem" runat="server"></a>&nbsp;|&nbsp;</ItemTemplate>
                  </asp:Repeater></td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td class="Footer_bottem" align="center"><asp:Literal ID="CopyRight" Runat="server" Text="版权信息"></asp:Literal>        </td>
      </tr>
      <tr>
        <td class="Footer_bottem" align="center"><asp:Literal id="PowerBy" runat="server" />    
          &nbsp;
          <asp:Literal ID="StatisticCode" Runat="server" /></td>
      </tr>
    </table></td>
  </tr>
</table>
<JSS:QQList id="QQList" runat="server" />

⌨️ 快捷键说明

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