SMMRC00410_차트보관사유입력.xrw 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>보관 사유입력</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <keepresn/>
  11. </main>
  12. </root>
  13. </instance>
  14. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  15. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  16. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  17. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  18. <script type="javascript" src="../../../emr/chrtmngtweb/js/SMMRC00100.js"/>
  19. <script type="javascript" ev:event="xforms-ready">
  20. <![CDATA[
  21. fchkAuth();
  22. ]]>
  23. </script>
  24. </model>
  25. </xhtml:head>
  26. <xhtml:body pagewidth="200" pageheight="270">
  27. <caption id="cpt_title" class="tit_1" style="left:0px; top:5px; width:151px; height:13px; ">차트 보관 사유입력</caption>
  28. <textarea id="txt_keepresn" ref="/root/main/keepresn" maxlength="200" style="left:5px; top:35px; width:190px; height:200px; "/>
  29. <line id="line3" class="line_1" style="x1:0px; y1:15px; x2:200px; y2:15px; "/>
  30. <button id="btn_x_ok" class="btn1_letter2" style="left:135px; top:240px; width:56px; height:22px; ">
  31. <caption>확인</caption>
  32. <script type="javascript" ev:event="onclick">
  33. <![CDATA[
  34. var tmp = model.getValue("/root/main/keepresn");
  35. if(checkOpener()){
  36. opener.javascript.setParameter("SMMRC00100_KEEPRESN", tmp);
  37. }
  38. model.close();
  39. ]]>
  40. </script>
  41. </button>
  42. </xhtml:body>
  43. </xhtml:html>