123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- * Name : SPCPC01000_연결캠페인리스트
- * Summary : 부모창에서 선택한 캠페인의 하위 연결캠페인 모두를 리스트업 해준다.
- * Programmer : 최정환
- * Date Written : 2008.09.04
- * History : 2008.09.04
- * Remark :
- -->
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>연결캠페인리스트</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <nextcmpnlist/>
- </list>
- </main>
- <send>
- <nextcmpn/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRCPC01001");
- ]]>
- </script>
- <submission id="TRCPC01001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/nextcmpn" resultref="/root/main/list/nextcmpnlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="416" pageheight="273" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" scroll="auto" style="left:0px; top:0px; width:400px; height:230px; ">
- <caption id="caption2" class="tit_2" style="left:5px; top:10px; width:165px; height:13px; vertical-align:middle; ">연결캠페인 리스트</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:400px; y2:25px; "/>
- <datagrid id="grd_nextcmpnlist" nodeset="/root/main/list/nextcmpnlist" allowselection="false" caption="DEPTH^캠페인코드^캠페인명" colwidth="60, 80, 220" extendlastcol="scroll" rowheader="select" style="left:0px; top:30px; width:400px; height:200px; ">
- <col class="text_center" ref="depth"/>
- <col ref="cmpncd"/>
- <col ref="cmpnnm"/>
- </datagrid>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:230px; width:400px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:344px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|