SPCPC01100_캠페인요약.xrw 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SPCPC01100_캠페인요약.xrw
  4. * Summary : 캠페인요약
  5. * Programmer : 차재훈
  6. * Date Written : 2008.09.29
  7. * History : 2008.09.29
  8. * Remark :
  9. -->
  10. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <item>
  19. <cmp/>
  20. </item>
  21. </main>
  22. <send>
  23. </send>
  24. <temp>
  25. </temp>
  26. <init>
  27. </init>
  28. <fwd>
  29. <cmpninfo/>
  30. <datelist/>
  31. <cmpnlist/>
  32. </fwd>
  33. </root>
  34. </instance>
  35. </model>
  36. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  39. <script type="javascript" src="../../../crm/crmweb/js/CCZ001.js"/>
  40. <script type="javascript" ev:event="xforms-ready">
  41. <![CDATA[
  42. var cmpninfo = model.getValue("/root/fwd/cmpninfo");
  43. var datelist = model.getValue("/root/fwd/datelist");
  44. var cmpnlist = model.getValue("/root/fwd/cmpnlist");
  45. var result = cmpninfo +"\n\n"+ datelist +"\n\n"+ cmpnlist;
  46. model.setValue("/root/main/item/cmp", result);
  47. model.refresh();
  48. ]]>
  49. </script>
  50. <script type="javascript">
  51. <![CDATA[
  52. //=======================//
  53. //캠페인 요약 내용 세팅 //
  54. //=======================//
  55. function fGetCmpContents(){
  56. }
  57. ]]>
  58. </script>
  59. </xhtml:head>
  60. <xhtml:body pagewidth="510" pageheight="300" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  61. <group id="grp_body" style="left:0px; top:15px; width:490px; height:235px; ">
  62. <caption id="caption9" class="tit_2" style="left:0px; top:0px; width:95px; height:14px; ">캠페인 요약</caption>
  63. <line id="line2" class="line_1" style="x1:0px; y1:15px; x2:485px; y2:15px; "/>
  64. <line id="line10" class="line_2" style="x1:0px; y1:232px; x2:485px; y2:232px; "/>
  65. <textarea id="textarea1" ref="/root/main/item/cmp" scroll="autohscroll" style="left:0px; top:20px; width:485px; height:210px; padding-left:10; padding-top:10; "/>
  66. </group>
  67. <group id="grp_save2" style="left:0px; top:251px; width:490px; height:35px; vertical-align:top; ">
  68. <button id="btn_close" class="btn4_letter2" style="left:434px; top:7px; width:56px; height:22px; ">
  69. <caption>확인</caption>
  70. <script type="javascript" ev:event="DOMActivate">
  71. <![CDATA[
  72. window.close();
  73. ]]>
  74. </script>
  75. </button>
  76. </group>
  77. </xhtml:body>
  78. </xhtml:html>