1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * Name : SPCPC01100_캠페인요약.xrw
- * Summary : 캠페인요약
- * Programmer : 차재훈
- * Date Written : 2008.09.29
- * History : 2008.09.29
- * Remark :
- -->
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <item>
- <cmp/>
- </item>
- </main>
- <send>
- </send>
- <temp>
- </temp>
- <init>
- </init>
- <fwd>
- <cmpninfo/>
- <datelist/>
- <cmpnlist/>
- </fwd>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../crm/crmweb/js/CCZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var cmpninfo = model.getValue("/root/fwd/cmpninfo");
- var datelist = model.getValue("/root/fwd/datelist");
- var cmpnlist = model.getValue("/root/fwd/cmpnlist");
- var result = cmpninfo +"\n\n"+ datelist +"\n\n"+ cmpnlist;
-
- model.setValue("/root/main/item/cmp", result);
-
-
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //=======================//
- //캠페인 요약 내용 세팅 //
- //=======================//
- function fGetCmpContents(){
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="510" pageheight="300" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_body" style="left:0px; top:15px; width:490px; height:235px; ">
- <caption id="caption9" class="tit_2" style="left:0px; top:0px; width:95px; height:14px; ">캠페인 요약</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:15px; x2:485px; y2:15px; "/>
- <line id="line10" class="line_2" style="x1:0px; y1:232px; x2:485px; y2:232px; "/>
- <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; "/>
- </group>
- <group id="grp_save2" style="left:0px; top:251px; width:490px; height:35px; vertical-align:top; ">
- <button id="btn_close" class="btn4_letter2" style="left:434px; top:7px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|