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

📄 usertopicsbuystat.ftl

📁 学生选课系统 赶快来下载啊啊好东西 呵呵啊啊 啊啊啊啊啊
💻 FTL
字号:
<#include "lib/report.tpl"/>
<#import "lib/html.tpl" as html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=${_encoding?default("GBK")}" />
<#assign navtitle = "主题收益纪录 - 积分管理 - ">
<#include "/common/title.ftl">
<#include "/common/meta.ftl">
<link href="${_resPath}/lib/base.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${_contextPath}/ef/js/prototype.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/base.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/eforumad.js"></script>

<script language="JavaScript">
<!--

   function gotoPage(_pNo){
    $('_pNo').value = _pNo;
    $('userCreditForm').submit();
  }

//-->
</script>
</head>

<body>
<!-- usertopicsbuystat.ftl -->
<div id="wrap">

<#include "header.ftl"/>

<div id="content">

<#include "blognav_inc.ftl"/>

<#assign currentChoice="TopicBuyStatList">
<#include "usercredit_inc.ftl"/>

<div id="blogRight">

<form id="userCreditForm" method="post" action="${_UrlUtil.encodeURL("/blog.do")}">
<input type="hidden" name="_fn" value="TopicBuyStatList">
<input type="hidden" name="_pNo" id="_pNo" value="1">
<div id="userTopicBuyStat" class="commonBox">

  <table class="userCreditLogs commonTable">
    <tr class="hd1">
      <td colspan="4">
        主题收益纪录
      </td>
    </tr>
    <tr class="hd2">
      <td class="td2">
        主题
      </td>
      <td class="td3">
        总次数

      </td>
      <td class="td3">
        总收入

      </td>
      <td class="td5">
        最新时间

      </td>
    </tr>
    <#if topicbuystatList ? exists && topicbuystatList.size() &gt; 0>
      <#list topicbuystatList as topicbuystat>
        <tr class="content list">
          <td class="td2"><div class="creditTopicTitle">
            <a href="${_UrlUtil.encodeURL("/"+_PostUtil.getTopicURL(topicbuystat.post_id))}" title="${topicbuystat.post_title?html}" target="_blank">${topicbuystat.post_title?html}</a></div>
          </td>
          <td class="td3 number">
            ${topicbuystat.buy_times}
          </td>
          <td class="td3 number">
            ${topicbuystat.buy_income}
          </td>
          <td class="td5 time">
            ${_DateUtil.getDateTimeStr(_EFUser,topicbuystat.buy_lasttime?number)}
          </td>
        </tr>
      </#list>
        <tr class="footer"><td colspan=4></td></tr>
   <#else>
    <#assign noDataInfo = "您目前没有主题收益纪录"/>
    <#assign isTable = true/>
    <#assign colspanNum = 6/>
    <#include "nodatainfo_inc.ftl"/>
    </#if>
  </table>
</div><#comment> end userTopicBuyStat </#comment>
<#if topicbuystatList ? exists && topicbuystatList.size() &gt; 0>
<div id="pageNavigationDiv">
  <#assign pagination=Context["PAGE_USER_TOPIC_BUY_STAT_LIST"]?default(_EmptyObject.pagination()) />
  <@html.doPagination pagination=pagination/>
</div>
</#if>
</form>

</div><#comment> end blogRight </#comment>

</div><#comment> end content </#comment>

<#include "footer.ftl"/>

</div><#comment>end wrap </#comment>
</body>
</html>

⌨️ 快捷键说明

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