📄 auditagain.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 ><!-- messagewrite_shortcut.ftl -->
<div id="wrap">
<input type="hidden" id="closeType" value="${closeType?default("1")}">
<input type="hidden" id="opeMessage" value="${opeMessage?default("")}">
<#comment>发邮件</#comment>
<form method="post" id="applyAgainForm" action="${_UrlUtil.encodeURL("/blog.do")}">
<input type="hidden" name="_fn" value="RegApplyAgain">
<#assign blogUser = _EFUserUtil.getEFUser(_EFUser.id)/>
<div id="content">
<@_report/>
<div id="commendShortCut" class="commonBox">
<table class="commonTable">
<tr class="hd1">
<td colspan="2">发短消息</td>
</tr>
<tr class="content">
<td class="td1">
审核意见
</td>
<td class="td2">
${blogUser.auditInfo.audit_remark?default("")}
</td>
</tr>
<tr class="content">
<td class="td1">
注册原因
</td>
<td class="td2">
<textarea id="audit_reason" name="audit_reason" cols="70" style="height:72px;" class="textarea1" >${blogUser.auditInfo.audit_reason?default("")}</textarea> <@_errorField name="recv_title"/>
</td>
</tr>
<tr class="content">
<td class="td3" colspan="2">
<input type="button" class="middleButton" value="申请" onclick="if(checkTextarea('audit_reason','注册原因', 400))formSubmit('applyAgainForm',this)">
</td>
</tr>
</div><#comment> emailShortCut </#comment>
</div><#comment> end content </#comment>
</form>
</div><#comment>end wrap </#comment>
</body>
</html>
<script language="javascript">
<!--
function closeWindow(){
if($("closeType").value == 0){
alert($("opeMessage").value);
this.close();
window.opener.location.reload();
}
}
closeWindow();
//-->
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -