📄 post_newreply_trade.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<jsp:include flush="true" page="header.jsp" />
<div id="nav"><a href="${settings.indexname}"> ${settings.bbname} </a> ${navigation} » 添加商品</div>
<script type="text/javascript">
var postminchars = parseInt('${settings.minpostsize}');
var postmaxchars = parseInt('${settings.maxpostsize}');
var disablepostctrl = parseInt('${usergroups.disablepostctrl}');
var bbinsert = parseInt('${settings.bbinsert}');
var seccodecheck = parseInt('${seccodecheck?1:0}');
var secqaacheck = parseInt('${secqaacheck?1:0}');
lang['board_allowed'] = '系统限制';
lang['lento'] = '到';
lang['bytes'] = '字节';
lang['post_curlength'] = '当前长度';
lang['post_subject_and_message_isnull'] = '请完成标题或内容栏。';
lang['post_subject_toolong'] = '您的标题超过 80 个字符的限制。';
lang['post_message_length_invalid'] = '您的帖子长度不符合要求。';
</script>
<jsp:include flush="true" page="post_preview.jsp" />
<form method="post" id="postform" action="post.jsp?action=reply&fid=${fid}&tid=${tid}&extra=${extra}&replysubmit=yes" enctype="multipart/form-data">
<input type="hidden" name="formhash" id="formhash" value="${formhash}" />
<input type="hidden" name="trade" value="yes" />
<input type="hidden" name="subject" value="" />
<input type="hidden" name="page" value="${param.page}">
<div class="mainbox formbox">
<span class="headactions"><a href="member.jsp?action=credits&view=forum_reply&fid=${fid}" target="_blank">查看积分策略说明</a></span>
<h1> 添加商品 </h1>
<table summary="添加商品" cellspacing="0" cellpadding="0">
<thead><tr><th>商品信息</th><td> </td></tr></thead>
<c:if test="${seccodecheck}"><tr><th><label for="seccodeverify">验证码</label></th><td><div id="seccodeimage"></div> <input type="text" onfocus="updateseccode();this.onfocus = null" id="seccodeverify" name="seccodeverify" size="8" maxlength="4" tabindex="0" /> <em class="tips"><strong>点击输入框显示验证码</strong> 如果看不清验证码,请点图片刷新</em><script type="text/javascript">var seccodedata = [${seccodedata['width']}, ${seccodedata['height']}, ${seccodedata['type']}];</script></td></tr></c:if>
<c:if test="${secqaacheck}"><tr><th><label for="secanswer">验证问答</label></th><td><div id="secquestion"></div> <input type="text" name="secanswer" id="secanswer" size="25" maxlength="50" tabindex="1" /> <script type="text/javascript">ajaxget('ajax.do?action=updatesecqaa', 'secquestion');</script></td></tr></c:if>
<jsp:include flush="true" page="post_trade.jsp"/>
<tr class="btns">
<th> </th>
<td>
<input type="hidden" name="wysiwyg" id="${editorid}_mode" value="${editormode}" />
<input type="hidden" name="fid" id="fid" value="${fid}" />
<input type="hidden" name="special" value="2" />
<button type="submit" name="replysubmit" id="postsubmit" value="true" tabindex="101">添加商品</button>
<em>[完成后可按 Ctrl+Enter 发布]</em> <a href="###" id="restoredata" onclick="loadData()" title="恢复上次自动保存的数据">恢复数据</a>
</td>
</tr>
</table>
</div>
</form>
<jsp:include flush="true" page="post_js.jsp" />
<jsp:include flush="true" page="footer.jsp" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -