SPCPC01000_연결캠페인리스트.xrw 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * Name : SPCPC01000_연결캠페인리스트
  4. * Summary : 부모창에서 선택한 캠페인의 하위 연결캠페인 모두를 리스트업 해준다.
  5. * Programmer : 최정환
  6. * Date Written : 2008.09.04
  7. * History : 2008.09.04
  8. * Remark :
  9. -->
  10. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>연결캠페인리스트</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <list>
  19. <nextcmpnlist/>
  20. </list>
  21. </main>
  22. <send>
  23. <nextcmpn/>
  24. </send>
  25. </root>
  26. </instance>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. submit("TRCPC01001");
  30. ]]>
  31. </script>
  32. <submission id="TRCPC01001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/nextcmpn" resultref="/root/main/list/nextcmpnlist"/>
  33. </model>
  34. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  36. </xhtml:head>
  37. <xhtml:body pagewidth="416" pageheight="273" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  38. <group id="group1" scroll="auto" style="left:0px; top:0px; width:400px; height:230px; ">
  39. <caption id="caption2" class="tit_2" style="left:5px; top:10px; width:165px; height:13px; vertical-align:middle; ">연결캠페인 리스트</caption>
  40. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:400px; y2:25px; "/>
  41. <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; ">
  42. <col class="text_center" ref="depth"/>
  43. <col ref="cmpncd"/>
  44. <col ref="cmpnnm"/>
  45. </datagrid>
  46. </group>
  47. <group id="group2" scroll="auto" style="left:0px; top:230px; width:400px; height:27px; ">
  48. <button id="btn_confirm" class="btn4_letter2" style="left:344px; top:5px; width:56px; height:22px; ">
  49. <caption>확인</caption>
  50. <close ev:event="DOMActivate"/>
  51. </button>
  52. </group>
  53. </xhtml:body>
  54. </xhtml:html>