⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 topic_attendusers.ftl

📁 学生选课系统 赶快来下载啊啊好东西 呵呵啊啊 啊啊啊啊啊
💻 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">
          报名会员
          &nbsp;&nbsp;<span class="extendInfo">(<#if activeMap.active_isaudit?number = _Constants.STATUS_YES || activeMap.active_auditnum?number &gt; 0>已通过&nbsp;<span class="number">${activeMap.active_enternum}</span>&nbsp;人[<a href="${_UrlUtil.encodeURL("/"+theActionName+".do?_fn=List&topic_id="+topic_id+"&status="+_Constants.ACTIVE_USER_ATTEND)}">查看</a>]&nbsp;/&nbsp;待审核&nbsp;<span class="number">${activeMap.active_auditnum}</span>&nbsp;人<#if activeMap.active_auditnum?number &gt; 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 &gt; 0 && remain &gt; 0 >&nbsp;/&nbsp;剩余名额<span class="number">&nbsp;${remain}&nbsp;人</span></#if><#else>已参加&nbsp;<span class="number">${activeMap.active_enternum}</span>&nbsp;人[<a href="${_UrlUtil.encodeURL("/"+theActionName+".do?_fn=List&topic_id="+topic_id+"&status="+_Constants.ACTIVE_USER_ATTEND)}">查看</a>]<#if active_maxnum &gt; 0 && remain &gt; 0 >&nbsp;/&nbsp;剩余名额<span class="number">&nbsp;${remain}&nbsp;人</span></#if></#if>)<#if !showActiveUser>&nbsp;&nbsp;&nbsp;<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)}">>>&nbsp;更多</a>&nbsp;&nbsp;
      </td>
    </tr>
  </table>
</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -