<%@include file="../comm/init.txt"%><%@page import="kgweb.web.Frame;kgweb.bean.MessageBean"%><% MessageBean actionBean = new MessageBean(); Frame messageFrame = Frame.processSinglePageFrame(actionBean, out, session, request, _charsetName, /*requestµÄ²ÎÊý*/ "receiverUid", "pageId", "tmessage.id"); %> <%int pageid = Title.getPageId(_thisFileName);out.print(Title.getTitle(_bundle, _thisFileName), _charsetName);%>
<%@include file = "../comm/navigation.txt"%>

    <%@include file="navforup.txt"%>
<%kgweb.web.Frame sendFrame = new kgweb.web.Frame(kgweb.bean.MessageBean.class, out, session, _charsetName);sendFrame.setActionBean(actionBean);%>
" onsubmit="return f_submit()">
<%out.print(_bundle.getString("comm_receiveruid"), _charsetName);%> <%sendFrame.h_input_text("receiverUid", null, 5);%>*<%sendFrame.h_output_pop_account_search("searchAccount", response, "sendForm", "receiverUid");%>
<%out.print(_bundle.getString("comm_subject"), _charsetName);%> <%sendFrame.h_input_text("tmessage.subject", null, 60);%>*
<%out.print(_bundle.getString("comm_content"), _charsetName);%> <%sendFrame.h_input_textarea("tmessage.content", 8, 50);%>
<%out.print(_bundle.getString("comm_attachment"), _charsetName);%> <%sendFrame.h_multi_upload("attachmentFile", 50, _bundle.getString("button_addMoreAttachment"));%> <%out.print(_bundle.getString("config_comm_attachment_intro"), _charsetName);%>
<%sendFrame.h_output_button("B1", "submit", _bundle.getString("button_send"));%> <%sendFrame.h_output_button("B2", "reset", _bundle.getString("button_reset"));%> <%if (actionBean.getReceiverUid() != null && actionBean.getPageId() != null && actionBean.getTmessage().getId() != null) { //String rtUrl = "readmsgr.htm?pageId=" + actionBean.getPageId() + "&tmessage.id=" + actionBean.getTmessage().getId(); sendFrame.h_output_cbutton("returnButton", "javascript:history.go(-1)", _bundle.getString("button_return")); }%>

<%@include file="../comm/end.txt"%>