SPMRI01600_서식선택.xrw 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. <condition>
  11. <formnm/>
  12. <formflag>formnm</formflag>
  13. </condition>
  14. </main>
  15. </root>
  16. </instance>
  17. <script type="javascript" ev:event="xforms-ready">
  18. <![CDATA[
  19. fInitialize();
  20. ]]>
  21. </script>
  22. <submission id="TRMRI01601" ref="/root/main/condition" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/formlist"/>
  23. </model>
  24. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  25. <script type="javascript" src="../../../emr/formmngtweb/js/MRFCommon.js"/>
  26. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  27. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  29. <script type="javascript" src="../../../emr/unprepmngtweb/js/SPMRI01600.js"/>
  30. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  31. <!--<script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>-->
  32. </xhtml:head>
  33. <xhtml:body pagewidth="450" pageheight="790" guideline="1,1211;2,73;2,626;1,221;2,740;2,762;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  34. <button id="btn_confirm" class="btn4_letter2" style="left:265px; top:745px; width:56px; height:22px; ">
  35. <caption>확인</caption>
  36. <script type="javascript" ev:event="DOMActivate">
  37. <![CDATA[
  38. fSetUnprepData();
  39. ]]>
  40. </script>
  41. </button>
  42. <button id="btn_close" class="btn4_letter2" style="left:325px; top:745px; width:56px; height:22px; ">
  43. <caption>닫기</caption>
  44. <script type="javascript" ev:event="DOMActivate">
  45. <![CDATA[
  46. model.close();
  47. ]]>
  48. </script>
  49. </button>
  50. <group id="group1" style="left:2px; top:20px; width:390px; height:719px; ">
  51. <line id="line1" class="line_1" style="x1:0px; y1:46px; x2:390px; y2:46px; "/>
  52. <datagrid id="grd_formlist" nodeset="/root/main/formlist" caption="서식코드^소스폼코드^서식이름" colwidth="80, 80, 210" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:51px; width:390px; height:664px; ">
  53. <col ref="formcd"/>
  54. <col ref="srcformcd"/>
  55. <col ref="formnm"/>
  56. <script type="javascript" ev:event="onaftersort">
  57. <![CDATA[
  58. grd_formlist.gridToInstance();
  59. ]]>
  60. </script>
  61. <script type="javascript" ev:event="ondblclick">
  62. <![CDATA[
  63. fSetUnprepData();
  64. ]]>
  65. </script>
  66. </datagrid>
  67. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:389px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  68. <select1 id="rdo_flag" ref="/root/main/condition/formflag" overflow="visible" appearance="full" cols="2" cellspacing="2" style="left:3px; top:15px; width:142px; height:20px; border-style:none; ">
  69. <choices>
  70. <item>
  71. <label>서식명칭</label>
  72. <value>formnm</value>
  73. </item>
  74. <item>
  75. <label>서식코드</label>
  76. <value>formcd</value>
  77. </item>
  78. </choices>
  79. </select1>
  80. <input id="ipt_formnm" ref="/root/main/condition/formnm" class="input_s_essential" imemode="hangul" style="left:142px; top:15px; width:170px; height:19px; ">
  81. <script type="javascript" ev:event="onkeypress">
  82. <![CDATA[
  83. if(event.keycode == 13){
  84. model.setFocus("btn_srch");
  85. fSrchForm();
  86. }
  87. ]]>
  88. </script>
  89. </input>
  90. <button id="btn_srch" class="btn1_letter2" style="left:325px; top:13px; width:56px; height:22px; ">
  91. <caption>조회</caption>
  92. <script type="javascript" ev:event="onclick">
  93. <![CDATA[
  94. //fClkGnrlBtn("btn_srch");
  95. fSrchForm();
  96. ]]>
  97. </script>
  98. </button>
  99. <line id="line5" class="line_4" style="x1:318px; y1:14px; x2:318px; y2:36px; "/>
  100. </group>
  101. <caption id="caption6" class="tit_1" style="left:10px; top:5px; width:189px; height:13px; ">서식선택</caption>
  102. </xhtml:body>
  103. </xhtml:html>