<%set string board_name=get_board_name(model.board_id)%> {model.title} - 交互论坛 - {site.name}} /css/style.css" /> <%template skin="main" src="_header.html"%>
<%set DataTable postList=new DTcms.Web.Plugin.Forum.post_show().get_reply_list({model.board_id},post_id, 10, page, "", out totalcount)%> <%set string pagelist=get_page_link(10, page, totalcount, "forumpostshow", post_id , "__id__")%>
  • 查看:{model.click} | 回复:{model.reply_count}
    {model.title}
  • <%foreach(DataRow dr in postList.Rows)%> <%set DTcms.Model.users pum=get_user_model({strtoint({dr[user_id]})})%>
  • {pum.user_name}
    <%if({pum.avatar}=="")%> /images/user-avatar.png" style="width:120px; height:120px;" /> <%else%> <%/if%>

    <%set string groupname=GetUserGroupName({pum.group_id})%> 级  别:{groupname}
    积  分:{pum.point}
    注册时间:<%datetostr({pum.reg_time},yyyy-MM-dd)%>

    发表于:{dr[add_time]}
    <%if({dr[is_lock]}=="1")%> <%if({is_moderator}==1)%> {dr[content]}
    <%/if%> 【已锁定】 <%else%> {dr[content]} <%/if%>
    <%if({is_moderator}==1)%>
    <%if({dr[is_lock]}=="0")%> 锁定 <%else%> 取消锁定 <%/if%> <%if({dr[parent_post_id]}=="0")%> <%if({dr[is_top]}=="0")%> 置顶 <%else%> 取消置顶 <%/if%> <%if({dr[is_red]}=="0")%> 精华 <%else%> 取消精华 <%/if%> <%if({dr[is_hot]}=="0")%> 热门 <%else%> 取消热门 <%/if%> 移动 <%/if%> 编辑 删除
    <%else%> <%if({umodel.user_name}=={pum.user_name})%> <%/if%> <%/if%>
    发帖IP:{dr[user_ip]}
  • <%/foreach%>
{pagelist}
<%template skin="main" src="_footer.html"%>