📄 post_edit.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/post.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/base.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/ubb.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/eforumad.js"></script>
</head>
<body><!-- post_edit.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>
<@_report/>
<div class="clean"></div>
<div id="topicform" class="commonBox">
<form method="post" id="ef_form" name="ef_form" action="${_UrlUtil.encodeURL("/post.do")}" enctype="multipart/form-data" style="margin-bottom:0px;margin-top:0px;">
<input type="hidden" name="topic_id" value="${topic_id}" />
<input type="hidden" name="user_id" value="${user_id}" />
<input type="hidden" name="post_id" value="${post_id}" />
<input type="hidden" name="forum_id" value="${topicInfo.forum_id}" />
<input type="hidden" name="post_type" value="${topicInfo.post_type}" />
<input type="hidden" name="attach_new" id="attach_new">
<input type="hidden" name="attach_delete" id="attach_delete">
<input type="hidden" name="attach_edit" id="attach_edit" value="${attach_edit?default("")}">
<input type="hidden" name="_redirect_to" value="${_redirect_to?default("")}" />
<input type="hidden" name="_fn" value="Update" />
<input type="hidden" name="_fn_old" value="Update" />
<table class="topicForm commonTable">
<tr class="hd1">
<td class="td1">编辑回复</td>
</tr>
<tr>
<td>
<div id="postFormTitle" class="formLine">
<table class="outline">
<tr>
<td class="fieldTitle">标 题</td>
<td class="fieldValue" >
<input name="post_title" type="text" size="60" class="text" value="${post_title?default("")?html}" maxlength="100">
<span class="note">最多 100 个字符(汉字占两位)</span><@_errorField name="post_title"/>
</td>
</tr>
</table>
</div><#comment> end postFormTitle </#comment>
<#include "post_ubb_inc.ftl"/>
<#include "post_upload_inc.ftl"/>
<#include "post_advanced_inc.ftl"/>
<div id="postFormSubmit" class="formLine">
<table class="outline">
<tr>
<td class="fieldTitle"></td>
<td class="fieldValue" ><input type="checkbox" name="delete_post" value="0">
<b>删除本帖</b><td>
</tr>
<tr>
<td class="tdCenter" colspan="2"><input onclick="if(submitPostCheck()) postSubmit(this);" type="button" value="保 存 修 改 (s)" class="largeButton" accessKey=s title="快捷键: Alt + s">
</td>
</tr>
</table>
</div><#comment> end postFormSubmit </#comment>
</td>
</tr>
</table>
</form>
</div> <#comment>end topicform</#comment>
</div><#comment>end content</#comment>
<#assign _show_temp_=false>
<#include "footer.ftl"/>
</div><#comment>end wrap</#comment>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -