art.ascx
来自「基于Asp.net、MS sql sever 2000、C# 论坛系统源码」· ASCX 代码 · 共 38 行
ASCX
38 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Art.ascx.cs" Inherits="Stella.Web.Controls.Art" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<TABLE cellSpacing="1" cellPadding="4" width="99%" border="0">
<!--DWLayoutTable-->
<TBODY>
<TR class="border">
<TD width="163" vAlign="top" noWrap style="WIDTH: 163px">
<asp:Label id="uname" runat="server">Label</asp:Label><BR>
<IMG src="../images/pic/user.gif" vspace="5"><BR>
<B>
<asp:Label id="lv" runat="server">Label</asp:Label></B><BR>
<BR>
发贴:
<asp:Label id="artSum" runat="server">Label</asp:Label>
<BR>
注册:
<asp:Label id="regdate" runat="server">Label</asp:Label>
<BR>
</TD>
<TD width="756" vAlign="top"><IMG src="../images/pic/icon1.gif" align="absMiddle" border="0">
<asp:Label id="num" runat="server" Visible="False">Label</asp:Label>
发表于
<asp:Label id="addedDate" runat="server">Label</asp:Label>
<asp:HyperLink id="profile" runat="server" ImageUrl="../images/pic/profile.gif">查看发表者的详细资料</asp:HyperLink>
<asp:HyperLink id="email" runat="server" ImageUrl="../images/pic/email.gif">给发表者写信</asp:HyperLink>
<asp:HyperLink id="hp" runat="server" ImageUrl="../images/pic/home.gif">发表者的个人主页</asp:HyperLink>
<asp:Image id="qq" runat="server" ImageUrl="../images/pic/oicq.gif"></asp:Image>
<asp:HyperLink id="edit" runat="server" ImageUrl="../images/pic/edit.gif">编辑/删除帖子</asp:HyperLink>
<HR>
<DIV align="right"></DIV>
<P></P>
<asp:Label id="content" runat="server">Label</asp:Label>
<HR>
<asp:Label id="signature" runat="server">Label</asp:Label></TD>
<td width="9"></td>
</TR>
</TBODY>
</TABLE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?