1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- <temp>
- <settingform/>
- </temp>
- </root>
- </instance>
- <submission id="TRMRF01201" method="post" ref="/root/send" replace="all" resultref="/root/main/forminfo"/>
- <submission id="TRMRF01203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp/settingform"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript" src="../../../emr/formmngtweb/js/DrawForm.js"/>
- <script type="javascript" src="../../../emr/formmngtweb/js/MRF01200.js"/>
- <script type="javascript">
- <![CDATA[
- /*function fDrawFormByFormCd(formcd, ivwid)
- {
- model.makeValue("/root/send/formcd", formcd);
- model.makeValue("/root/send/formdegnseq", "");
- model.makeValue("/root/send/ivwid", ivwid);
-
- submit_MMR1200("TRMRF01201");
- }
-
- function fDrawFormByFormDegnSeq(formdegnseq, ivwid)
- {
- model.makeValue("/root/send/formcd", "");
- model.makeValue("/root/send/formdegnseq", formdegnseq);
- model.makeValue("/root/send/ivwid", ivwid);
-
- submit_MMR1200("TRMRF01201");
- }*/
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body/>
- </xhtml:html>
|