12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * Name : SPCIT01700_수정사유입력
- * Summary : 수정사유입력
- * Programmer : 황현석
- * Date Written : 2010.07.19
- * History :
- * 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="">
- <temp>
- <result/>
- </temp>
- <main>
- <qestcntattr>
- <qestupdtresn/>
- <savemode>U</savemode>
- </qestcntattr>
- </main>
- </root>
- </instance>
- <submission id="TXCIT01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main" resultref="/root/temp/result"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="270" pageheight="270" guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <line id="line21" class="line_1" style="x1:0; y1:25px; x2:240; y2:25px; "/>
- <caption id="caption1" class="tit_2" style="left:0; top:10px; width:175px; height:13px; vertical-align:middle; ">수정 사유를 입력하십시오.</caption>
- <textarea id="tar_qestupdtresn" ref="/root/main/qestcntattr/qestupdtresn" style="left:0; top:30; width:240; height:160px; "/>
- <group id="group1" style="left:0; top:190; width:240; height:27px; ">
- <button id="btn_save" class="btn4_letter2" style="left:64; top:5px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var receive_qestupdtresn_path = opener.window.javascript.getParameter("receive_qestupdtresn_path");
- var receive_savemode_result = opener.window.javascript.getParameter("receive_savemode_result");
-
- var qestupdtresn = model.getValue("/root/main/qestcntattr/qestupdtresn");
- var savemode = model.getValue("/root/main/qestcntattr/savemode");
- var tar_qestupdtresn = model.getValue("/root/main/qestcntattr/qestupdtresn");
-
- if(tar_qestupdtresn == "") {
-
- messageBox("수정 사유가 입력 되지", "E007");
- return false;
-
- } else {
-
- window.opener.model.setValue(receive_qestupdtresn_path, qestupdtresn);
- window.opener.model.setValue(receive_savemode_result, savemode);
- opener.model.refresh();
-
- }
- opener.javaScript.fSaveMsg();
- window.close();
-
- ]]>
- </script>
- </button>
- <button id="btn_cencle" class="btn4_letter2" style="left:123; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|