You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

172 lines
6.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns=""/>
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="searchParam">
<w2:keyInfo>
<w2:key id="sender" name="보낸이" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="searchResultList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="altMailSeq" name="메시지키" dataType="text"></w2:column>
<w2:column id="sender" name="보낸이" dataType="text"></w2:column>
<w2:column id="title" name="제목" dataType="text"></w2:column>
<w2:column id="sendDate" name="보낸날짜" dataType="text"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection>
</w2:workflowCollection>
<xf:submission id="sub_search"
ref='data:json,{"id":"searchParam","key":"param"}'
target='data:json,{"id":"searchResultList","key":"result"}'
action="/cfs/trsmrcv/findReceivedAltMailList.do"
method="post" mediatype="application/json" encoding="UTF-8" instance="" replace=""
errorHandler="" customHandler="" mode="asynchronous" processMsg="조회중입니다."
ev:submit=""
ev:submitdone=""
ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
com.executeSubmission(sub_search);
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
com.executeSubmission(sub_search);
};
scwin.btn_write_onclick = function(e) {
var data = {data : {}, callbackFn : "scwin.btn_search_onclick" };
var opt = {id : "ST004P01A",
popupName : "메시지 쓰기",
width : 650, height : 700};
var popupUrl = "/ui/cfs/system/ST004P01.xml";
com.openPopup(popupUrl, opt, data);
};
//그리드 더블클릭
scwin.gridView1_oncelldblclick = function(row, col){
var jsonData = searchResultList.getRowJSON( row );
var data = {data : jsonData, callbackFn : "" };
var opt = {id : "ST003P01A",
popupName : "메시지 상세",
width : 650, height : 700};
var popupUrl = "/ui/cfs/system/ST003P01.xml";
com.openPopup(popupUrl, opt, data);
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group style="width:*;" tagname="col"></xf:group>
<xf:group style="width:80px;" tagname="col"></xf:group>
<xf:group style="width:150px;" tagname="col"></xf:group>
<xf:group style="width:80px;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group class="w2tb_th" style="" tagname="td"></xf:group>
<xf:group class="w2tb_th" style="" tagname="th">보낸이</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:input adjustMaxLength="false" id="ibx_sender" ref="data:searchParam.sender"
style="width:130px;height: 21px;"
allowChar="" maxlength="20" ignoreChar="! " mandatory="">
</xf:input>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger class="btn_sh" id="btn_search" style="" type="button"
ev:onclick="scwin.btn_search_onclick">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="받은메시지" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act send" id="btn_upload" style="1px black solid" type="button"
ev:onclick="scwin.btn_write_onclick">
<xf:label><![CDATA[메시지 쓰기]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" class="cm_grid" dataList="data:searchResultList"
fixedColumnWithHidden="true" focusMode="row" id="" ignoreCellClick="false" ignoreToggleOnDisabled="false" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 54px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all"
ev:oncelldblclick="scwin.gridView1_oncelldblclick"
readOnly="true">
<w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption>
<w2:header style="" id="header1">
<w2:row style="" id="row1">
<w2:column removeBorderStyle="false" width="250" inputType="text" style=""
id="columnhSender" value="보낸이"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="1000" inputType="text" style=""
id="columnhTitle" value="제목"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="250" inputType="text" style=""
id="columnhSendDate" value="보낸날짜"
blockSelect="false" displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody style="" id="gBody1">
<w2:row style="" id="row2">
<w2:column removeBorderStyle="false" width="250" inputType="text" style=""
id="sender" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="1000" inputType="text" style=""
id="title" value="" blockSelect="false"
displayMode="label" textAlign="left">
</w2:column>
<w2:column removeBorderStyle="false" width="250" inputType="text" style=""
id="sendDate" value="" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
</w2:gBody>
</w2:gridView>
</xf:group>
</body>
</html>