12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>Allergy 수정/삭제 사유입력</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <remlist>
- <resncd/>
- </remlist>
- <paramlist/>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setFocus("ipt_resnetc");
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <script type="javascript" ev:event="xforms-model-destruct">
- <![CDATA[
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript">
- <![CDATA[
- function fAddRemOpener(){
-
- if ( isNull(model.getValue("/root/main/remlist/resncd"))) {
- messageBox(" 추가사항이 입력되지 않았습니다.", "C001");
- return false;
- }
-
- if ( checkOpener() ) {
- opener.model.setValue("/root/temp/receivedata/receivecmt", model.getValue("/root/main/remlist/resncd"));
- opener.model.refresh();
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- return false;
- }
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="595" pageheight="90">
- <button id="button1" class="btn4_letter2" style="left:468px; top:53px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAddRemOpener();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter2" style="left:527px; top:53px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- opener.javascript.setParameter("SPMMD01600_useyn", "N");
- model.close();
- ]]>
- </script>
- </button>
- <caption id="caption3" class="tit_2" style="left:7px; top:6px; width:283px; height:13px; ">Allergy 수정/삭제 사유 입력</caption>
- <line id="line7" class="line_1" style="x1:0px; y1:21px; x2:581px; y2:21px; "/>
- <caption id="caption54" class="cell_1" style="left:0px; top:26px; width:110px; height:22px; text-align:left; vertical-align:middle; ">수정/삭제 사유</caption>
- <line id="line1" class="line_3" style="x1:0px; y1:48px; x2:581px; y2:48px; "/>
- <input id="ipt_resnetc" ref="/root/main/remlist/resncd" style="left:112px; top:27px; width:469px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|