123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>SMS¸Þ¼¼Áö</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <smsmsg/>
- </main>
- <send/>
- <init>
- <C00001>
- <cdnm/>
- <cdid/>
- </C00001>
- </init>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/agonalcareweb/js/SMMNH00001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fGetCodeList(new Array("C00001"), new Array("/root/init"));
- fRemoveNode(new Array("C00001"));
- model.refresh();
- ]]>
- </script>
- <submission id="TRMNH00001" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="420" pageheight="120" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <select1 id="combo1" ref="/root/main/smsmsg" appearance="minimal" style="left:10px; top:20px; width:345px; height:20px; ">
- <choices>
- <itemset nodeset="/root/init/C00001">
- <label ref="cdnm"/>
- <value ref="cdnm"/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_confirm" class="btn4_letter2" style="left:235px; top:60px; width:56px; height:22px; ">
- <caption>È®ÀÎ</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter("SendData", model.getValue("/root/main/smsmsg"));
- window.close();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter2" style="left:295px; top:60px; width:56px; height:22px; ">
- <caption>Ãë¼Ò</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.model.setValue("/root/temp/chkcncl", "C");
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|