📄 topic_attendusers.ftl
字号:
<#if post_type?number?default(_Constants.POST_TYPE_ACTIVITY)==_Constants.POST_TYPE_ACTIVITY>
<#assign theActionName="postActivity">
<#else>
<#assign theActionName="postBulkPurchase">
</#if>
<div class="noteBox commonOuter" >
<table class="commonInnerTable">
<tr class="hd">
<td class="hdTitle">
<div class="topicTitle">
报名会员
<span class="extendInfo">(<#if activeMap.active_isaudit?number = _Constants.STATUS_YES || activeMap.active_auditnum?number > 0>已通过 <span class="number">${activeMap.active_enternum}</span> 人[<a href="${_UrlUtil.encodeURL("/"+theActionName+".do?_fn=List&topic_id="+topic_id+"&status="+_Constants.ACTIVE_USER_ATTEND)}">查看</a>] / 待审核 <span class="number">${activeMap.active_auditnum}</span> 人<#if activeMap.active_auditnum?number > 0 && topicInfo.user_id =_EFUser.id?string>[<a href="${_UrlUtil.encodeURL("/"+theActionName+".do?_fn=List&topic_id="+topic_id+"&user_status="+_Constants.ACTIVE_USER_AUDIT)}">审核</a>]</#if><#if active_maxnum > 0 && remain > 0 > / 剩余名额<span class="number"> ${remain} 人</span></#if><#else>已参加 <span class="number">${activeMap.active_enternum}</span> 人[<a href="${_UrlUtil.encodeURL("/"+theActionName+".do?_fn=List&topic_id="+topic_id+"&status="+_Constants.ACTIVE_USER_ATTEND)}">查看</a>]<#if active_maxnum > 0 && remain > 0 > / 剩余名额<span class="number"> ${remain} 人</span></#if></#if>)<#if !showActiveUser> <span class="font_hilite"><#if activeMap.active_isaudit?number = _Constants.STATUS_YES>报名通过<#else>参加</#if>后方可看到其它报名人的具体信息</span></#if></span>
</div>
</td>
</tr>
<tr>
<td>
<#list userList as user>
<div class="headPics" style="z-Index: ${500-user_index};" title="${user.user_content?default("")?html}">
<#if showActiveUser || user.user_id=_EFUser.id?string >
<a href="${_UrlUtil.encodeURL("/"+_EFUserUtil.getBlogURL(user.user_id))}" target="_blank">
<img src="${_contextPath}/${_EFUserUtil.getUserHead(user.user_id)}">
<div class="userName">${_EFUserUtil.getNickName(user.user_id)}</div>
</a>
<#else>
<img src="${_contextPath}/${_EFUserUtil.getAnonyousHead()}">
<div class="userName">***</div>
</#if>
</div>
</#list>
</td>
</tr>
<tr class="content">
<td align=right>
<a href="${_UrlUtil.encodeURL("/"+theActionName+".do?_fn=List&topic_id="+topic_id+"&status="+_Constants.ACTIVE_USER_ATTEND)}">>> 更多</a>
</td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -