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

📄 post_log.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" />
<link href="${_resPath}/lib/Calendar.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/Calendar.js"></script>
<SCRIPT LANGUAGE="JavaScript" src="${_contextPath}/ef/js/post.js"></SCRIPT>
<script type="text/javascript" src="${_contextPath}/ef/js/eforumad.js"></script>

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

<div id="wrap">

<#include "header.ftl"/>

<div id="content">

<div class="commonNavLine" id="postList">
  <#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 class="clean"></div>


<#comment>主题管理日志</#comment>
<#if post_manlogs??>
<div id="topicManLogs" class="commonBox"><#comment>主题管理记录 start</#comment>
<table class="commonTable">
  <tr class="hd1">
    <td colspan="6" class="td1">主题管理记录</td>
  </tr>
  <tr class="hd2">
    <td>操作者</td>
    <td>时间</td>
    <td>管理操作</td>
    <td>操作原因</td>
    <td>有效期 </td>
  </tr>
  <#list post_manlogs as log>
  <#assign status = (log.log_status="1")>
  <tr class="content list" <#if status> disabled</#if>>
    <td>
      <a target="_blank" href="${_UrlUtil.encodeURL("/"+_EFUserUtil.getBlogURL(log.log_username))}"> ${_EFUserUtil.getNickName(log.log_username)}</a>
    </td>
    <td>${_DateUtil.getDateTimeStr(_EFUser,log.log_managetime?number)}</td>
    <td>${_CodeUtil.getCodeName("EF_POST_MAN", log.log_action?string)}</td>
    <td>${log.log_reason?default("")?html}&nbsp;</td>
    <td>
    <#if log.log_expiration?default("0")=="0">
      永久有效
    <#else>
      ${_DateUtil.getDateStr(_EFUser,log.log_expiration?number)}
    </#if>
    </td>
  </tr>
  </#list>
  <tr class="footer"><td colspan=6></td></tr>
</table>
</div><#comment>end topicManLogs </#comment>
</#if>

</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 + -