SMMMR00000_Empty.xrw 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <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">
  3. <xhtml:head>
  4. <xhtml:title>Untitle</xhtml:title>
  5. <model id="model1">
  6. <instance id="instance1">
  7. <root xmlns="">
  8. <example>Sample</example>
  9. <temp>
  10. <settingform/>
  11. </temp>
  12. </root>
  13. </instance>
  14. <submission id="TRMRF01201" method="post" ref="/root/send" replace="all" resultref="/root/main/forminfo"/>
  15. <submission id="TRMRF01203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp/settingform"/>
  16. </model>
  17. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  18. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  19. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  20. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  21. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  22. <script type="javascript" src="../../../emr/formmngtweb/js/DrawForm.js"/>
  23. <script type="javascript" src="../../../emr/formmngtweb/js/MRF01200.js"/>
  24. <script type="javascript">
  25. <![CDATA[
  26. /*function fDrawFormByFormCd(formcd, ivwid)
  27. {
  28. model.makeValue("/root/send/formcd", formcd);
  29. model.makeValue("/root/send/formdegnseq", "");
  30. model.makeValue("/root/send/ivwid", ivwid);
  31. submit_MMR1200("TRMRF01201");
  32. }
  33. function fDrawFormByFormDegnSeq(formdegnseq, ivwid)
  34. {
  35. model.makeValue("/root/send/formcd", "");
  36. model.makeValue("/root/send/formdegnseq", formdegnseq);
  37. model.makeValue("/root/send/ivwid", ivwid);
  38. submit_MMR1200("TRMRF01201");
  39. }*/
  40. ]]>
  41. </script>
  42. </xhtml:head>
  43. <xhtml:body/>
  44. </xhtml:html>