📄 post_bulkpurchase.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 = "参加团构 - "+topicInfo.post_title?html + " - " + forum_name?default("") + " - ">
<#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/eforumad.js"></script>
<script type="text/javascript" src="${_resPath}/js/custom.js"></script>
</head>
<body><!-- post_bulkpurchase.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="activityDiv" class="commonBox">
<form method="post" id="ef_form" name="ef_form" action="${_UrlUtil.encodeURL("/postBulkPurchase.do")}">
<input type="hidden" name="topic_id" value="${topicInfo.post_id}" />
<input type="hidden" name="user_id" value="${_EFUser.id}" />
<input type="hidden" name="post_id" value="${topicInfo.post_id}" />
<input type="hidden" name="post_type" value="${topicInfo.post_type}" />
<input type="hidden" name="_redirect_to" value="${_redirect_to}" />
<input type="hidden" name="_fn" value="${_fn}" />
<table class="topicExtendInfo commonTable">
<tr class="hd1">
<td class="td1">参加活动</td>
<td class="td2"></td>
</tr>
<tr>
<td colspan="2">
<table class="content">
<tr>
<td class="td4">
团购项目
</td>
<td class="td2">
<table>
<#list user_items as items>
<tr>
<td>${items.item_value?html} </td>
<td> 购买数量:<input name="${items.item_id}" class="input1" value="${items.log_buynum?default("")}" maxlength="10" size="10" style="margin:1px;"></td>
</tr>
</#list>
</table>
</td>
</tr>
<tr>
<td class="td4">
需求说明
</td>
<td class="td2">
<textarea id="user_requirement" class="textarea1" name="user_requirement" rows="3" cols="60"><#assign buydefault = ""/><#if activeMap?exists><#assign buydefault = activeMap.active_buydefault?default("") /></#if>${user_requirement?default(topicInfo.user_requirement?default(buydefault))}</textarea> <input type="checkbox" name="user_requirementopen" value="1" <#if topicInfo.user_requirementopen?default("1") = "1"> checked="true"</#if>><span class="note">仅组织者可见,不选则其他参加人亦可见</span>
<@_errorField name="user_requirement"/>
</td>
</tr>
<tr>
<td class="td4">
联系方式
</td>
<td class="td2">
<textarea id="user_relation" class="textarea1" name="user_relation" rows="3" cols="60"><#assign linkdefault = ""/><#if activeMap?exists><#assign linkdefault = activeMap.active_linkdefault?default("") /></#if>${user_relation?default(topicInfo.user_relation?default(linkdefault))}</textarea> <input type="checkbox" name="user_relationopen" value="1" <#if topicInfo.user_relationopen?default("1") = "1"> checked="true"</#if>><span class="note">仅组织者可见,不选则其他参加人亦可见</span>
<@_errorField name="user_relation"/>
</td>
</tr>
<tr>
<td class="td4">
留 言
</td>
<td class="td2">
<textarea id="user_content" class="textarea1" name="user_content" cols="60" rows="3" class="style1">${user_content?default(topicInfo.user_content?default(""))}</textarea><span class="note">留言为公开信息</span>
<@_errorField name="user_content"/>
</td>
</tr>
<tr>
<td class="td3" colspan="2">
<span class="note">以上信息最多 200 个字符(汉字占两位)</span> <input onclick="doBulkPurchase(this);" type="button" value="保 存" class="middleButton" >
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</div> <#comment>end topicform</#comment>
</div><#comment>end activityDiv </#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 + -