📄 articlecenterlist.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ArticleCenterList.ascx.cs" Inherits="JiSuShop.Web.Skin.ArticleCenterList" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE width="95%" border="0" align="center" cellPadding="1" cellSpacing="1" id="Table1">
<asp:Repeater id="ArticleDataList" runat="server">
<ItemTemplate>
<TR>
<TD width="51%" align="left" style="padding-left:10px; line-height:2em; border-bottom:1px dashed #ccc;">
<asp:HyperLink id="ArticleTitle" runat="server" /></TD>
<TD width="49%" style=" text-align:right; padding-right:10px; line-height:2em; border-bottom:1px dashed #ccc;">
<asp:Literal id="JoinDate" runat="server" /></TD>
</TR>
</ItemTemplate>
</asp:Repeater>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0" style="margin-top:30px;">
<TR>
<TD align="center">
<asp:Panel id="PageInfo" Runat="server"></asp:Panel></TD>
</TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -