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

📄 post_ratelist.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>

</head>
<body><!-- post_ratelist.ftl -->

<div id="wrap">

<#include "header.ftl"/>

<div id="content">
<#assign forum_id=topicInfo.forum_id/>

<div class="commonNavLine">
	<#assign nextForumNavStr="<a class=\"forumName\" href=\"${_UrlUtil.encodeURL(\"/\"+_PostUtil.getTopicURL(topicInfo.post_id))}\">${topicInfo.post_title?html}</a><img src=\"${_resPath}/img/arrowhead.gif\" /><span class=\"forumName\">评分记录</span>" />
	<#include "forum_nav.ftl"/>
</div><#comment>end commonNavLine </#comment>

<div id="commonLeft">
<div id="postRateLeft" class="commonNavBox">
<table class="outline">
  <tr class="hd">
    <td class="td1">
    评分信息
    </td>
    <td class="td2">
      <img src="${_resPath}/img/side_view_yes.gif" style="cursor:pointer;" onclick="expandContent('scoreTable');">
    </td>
  </tr>
<tbody id="scoreTable" class="content">
	<tr class="infoLine">
		<td class="option" colspan="2">
    帖主:
    <#if _PostUtil.showHidden(postInfo)>匿名用户
    <#else>
    <a href="${_UrlUtil.encodeURL("/"+_EFUserUtil.getBlogURL(postInfo.user_id))}" target="_blank">${_EFUserUtil.getNickName(postInfo.user_id)}</a>
    </#if>
    </td>
  </tr>
  <tr class="infoLine">
		<td class="option" colspan="2">
     帖子:
     <a href="${_UrlUtil.encodeURL("/"+_PostUtil.getPostURL(topicInfo.post_id))}">点击查看</a>
    </td>
  </tr>
  <tr class="infoLine">
		<td class="option" colspan="2">
     主题:
     <a href="${_UrlUtil.encodeURL("/"+_PostUtil.getTopicURL(postInfo.post_id))}">点击查看</a>
    </td>
  </tr>
</tbody>
</table>

</div><#comment> end postRateLeft </#comment>
</div><#comment> end commonLeft </#comment>

<div id="commonRight">
<div id="postRateList" class="commonBox">
<table class="commonTable">
  <tr class="hd1">
    <td colspan="4" class="td1">用户列表</td>
  </tr>
  <tr class="hd2">
    <td>用户名</td>
    <td>时间</td>
    <td>积分</td>
    <td>理由</td>
  </tr>
  <#list post_rate_list as ratelist>
  <#comment>获得积分名称</#comment>
  <#assign  credit = _CreditUtil.getInfoMap(ratelist.rate_field)/>
  <tr class="content list">
    <td class="td4">
    <a href="${_UrlUtil.encodeURL("/"+_EFUserUtil.getBlogURL(ratelist.rate_adminuser))}" target="_blank">${_EFUserUtil.getNickName(ratelist.rate_adminuser)}</a>
    </td>
    <td class="td11 time">
      ${_DateUtil.miniHappenedTime(_EFUser,ratelist.rate_time?number)}
    </td>
    <td class="td11">${credit.credit_name}&nbsp;<#if ratelist.rate_score?number &gt; 0>+</#if><span class="number">${ratelist.rate_score}</span>${credit.credit_unit}</td>
    <td class="td11">
      ${ratelist.rate_remark}
    </td>
  </tr>
  </#list>
  <tr class="footer"><td colspan=4></td></tr>
</table>

</div><#comment> end postRateList </#comment>
</div><#comment> end commonRight </#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 + -