itemmodule.ascx
来自「一个功能完善的论坛系统,有数据库备分,希望对你有所帮助」· ASCX 代码 · 共 37 行
ASCX
37 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ItemModule.ascx.cs" Inherits="bbs.WebUserControl1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<LINK rel="stylesheet" type="text/css" href="http://localhost/bbs/img/aspsky_2.css">
<asp:Repeater id="myrep" runat="server">
<ItemTemplate>
<DIV class="th" style="MARGIN-TOP: 10px"><SPAN id="titlepic_54"><A href="http://bbs.flasher.cn/cookies.asp?action=setlistmod&thisvalue=1&id=54"
target="hiddenframe1"></A></SPAN>
</DIV>
<DIV class="mainbar" style="HEIGHT: 60px">
<DIV class="index_right" style="MARGIN-TOP: 8px; LINE-HEIGHT: normal; HEIGHT: 44px">
<DIV>主题:<%# DataBinder.Eval(Container.DataItem,"LastReTopic") %>
</DIV>
<DIV>发贴:<%# DataBinder.Eval(Container.DataItem,"LastRePerson") %>
</DIV>
<DIV>日期:<%# DataBinder.Eval(Container.DataItem,"UpdateTime") %>
<IMG alt="" src="img/lastpost.gif" border="0"></A></DIV>
</DIV>
<DIV class="index_left_states"><IMG alt="开放的论坛,无新贴子" src="img/forum_nonews.gif"></DIV>
<DIV style="TEXT-ALIGN: left">
<DIV><A href='<%# "Forum/TopList.aspx?id="+DataBinder.Eval(Container.DataItem,"FunctionID") %>'><%# DataBinder.Eval(Container.DataItem,"FunctionName") %></A></DIV>
<DIV style="OVERFLOW: hidden; HEIGHT: 38px"><FONT face="Arial"><IMG alt="" src="img/Forum_readme.gif" align="middle"><%# DataBinder.Eval(Container.DataItem,"FunctionDesc") %>
</FONT>
</DIV>
</DIV>
</DIV>
<DIV class="mainbar2" style="OVERFLOW: hidden; HEIGHT: 25px">
<DIV class="index_right" style="HEIGHT: 25px"><IMG style="MARGIN-TOP: 8px" alt="今日发贴数" src="img/Forum_today.gif"><FONT color="red">
6 </FONT><IMG alt="主题贴数" src="img/forum_topic.gif">
<%# DataBinder.Eval(Container.DataItem,"TopicForumCount") %>
<IMG alt="发贴总数" src="img/Forum_post.gif"><%# DataBinder.Eval(Container.DataItem,"ReplyForumCount") %></DIV>
<DIV class="index_left_states" style="HEIGHT: 25px"></DIV>
<DIV style="TEXT-INDENT: 5px; TEXT-ALIGN: left">版主:<A title="查看版主pwllxx166的资料" href="http://bbs.flasher.cn/dispuser.asp?name=pwllxx166"
target="_blank">pwllxx166</A>
</DIV>
</DIV>
</ItemTemplate>
</asp:Repeater>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?