SMRTS02050_사랑나눔교육후기입력.xrw 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. <humnatrscor/>
  11. <savelist/>
  12. <lattrminfo>
  13. <valuinfo>
  14. <emplno/>
  15. <yy/>
  16. <dgno/>
  17. <dutinstnm/>
  18. <deptnm/>
  19. </valuinfo>
  20. </lattrminfo>
  21. <reptinfo/>
  22. </main>
  23. <hidden/>
  24. <temp>
  25. <title>
  26. <instnm/>
  27. <deptnm/>
  28. </title>
  29. </temp>
  30. <init>
  31. <emplno/>
  32. <emplnm/>
  33. </init>
  34. <send>
  35. <emplno/>
  36. <apprtcdrflag/>
  37. <yy/>
  38. <mm/>
  39. <recyn/>
  40. <dispseq/>
  41. <educyy/>
  42. <systemflag/>
  43. <selectindex/>
  44. <dgno/>
  45. </send>
  46. </root>
  47. </instance>
  48. <script type="javascript" ev:event="xforms-ready">
  49. <![CDATA[
  50. if (window.document.location.indexOf("D:/CMCOracle/application") > -1)
  51. {
  52. model.setValue("/root/send/emplno", getUserId());
  53. //ipt_emplno.attribute("class") ="input"
  54. ipt_emplno.refresh();
  55. }
  56. else
  57. {
  58. model.setValue("/root/send/emplno", getUserId());
  59. ipt_emplno.refresh();
  60. }
  61. fFormReady();
  62. ]]>
  63. </script>
  64. <submission id="TRRTS02051" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/lattrminfo"/>
  65. <submission id="TRRTS02052" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/humnatrscor"/>
  66. <submission id="TXRTS02051" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/savelist"/>
  67. </model>
  68. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  70. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  71. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  72. <script type="javascript" src="../../../mis/tistrngeducplanmngtweb/js/SMRTS02050.js"/>
  73. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  74. </xhtml:head>
  75. <xhtml:body>
  76. <group id="group1" style="left:0px; top:0px; width:850px; height:13px; ">
  77. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">사랑나눔교육후기 입력</caption>
  78. </group>
  79. <group id="group2" scroll="auto" style="left:0px; top:38px; width:850px; height:744px; ">
  80. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:845px; height:36px; background-color:#fffbf2; border-color:#ffd799; "/>
  81. <caption id="caption2" class="search_name" style="left:465px; top:15px; width:91px; height:17px; ">교육 차수 :</caption>
  82. <caption id="caption1" class="search_name" style="left:675px; top:15px; width:86px; height:17px; ">사원번호 :</caption>
  83. <input id="ipt_emplno" ref="/root/send/emplno" class="output_fix" style="left:765px; top:13px; width:70px; height:19px; "/>
  84. <group id="grup_base" style="left:5px; top:50px; width:835px; height:685px; ">
  85. <script type="javascript" ev:event="onclick">
  86. <![CDATA[
  87. if(event.target =="btn_helppsn"){
  88. rpbfOpenPopUpList("SPRTC00900", ipt_emplno_h, "emplno,emplnm", "","N");
  89. ipt_recmguidmedispcldremplno.value = ipt_emplno_h.value ;
  90. ipt_recmguidmedispcldremplnm.value = ipt_emplnm_h.value ;
  91. ipt_emplno_h.value = "";
  92. ipt_emplnm_h.value = "";
  93. ipt_emplno_h.refresh();
  94. ipt_emplnm_h.refresh();
  95. }
  96. if(event.target =="btn_helppsntrng"){
  97. rpbfOpenPopUpList("SPRTC00900", ipt_emplno_h, "emplno,emplnm", "","N");
  98. ipt_recmapprtcdremplno.value = ipt_emplno_h.value ;
  99. ipt_recmapprtcdremplnm.value = ipt_emplnm_h.value ;
  100. ipt_emplno_h.value = "";
  101. ipt_emplnm_h.value = "";
  102. ipt_emplno_h.refresh();
  103. ipt_emplnm_h.refresh();
  104. }
  105. ]]>
  106. </script>
  107. </group>
  108. <datagrid id="grd_savelattrm" nodeset="/root/main/lattrminfo/qestlattrmlist" visibility="hidden" caption="yy^dgno^emplno^itemid^subjtivquestansw^objtivtestansw^etcansw" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:30px; top:90px; width:710px; height:100px; ">
  109. <col ref="yy"/>
  110. <col ref="dgno"/>
  111. <col ref="emplno"/>
  112. <col ref="itemid"/>
  113. <col ref="subjtivquestansw"/>
  114. <col ref="objtivtestansw"/>
  115. <col ref="etcansw"/>
  116. </datagrid>
  117. <output id="output3" ref="/root/temp/title/deptnm" class="output_fix" style="left:310px; top:15px; width:130px; height:19px; "/>
  118. <output id="output1" ref="/root/temp/title/instnm" class="output_fix" style="left:95px; top:15px; width:130px; height:19px; "/>
  119. <shape id="roundrect3" class="roundrect_btnset" appearance="roundrect" style="left:0px; top:45px; width:845px; height:695px; "/>
  120. <caption id="caption3" class="search_name" style="left:5px; top:15px; width:86px; height:17px; ">근무병원 :</caption>
  121. <caption id="caption4" class="search_name" style="left:235px; top:15px; width:86px; height:17px; ">임상과 :</caption>
  122. <input id="ipt_emplno_h" ref="/root/init/emplno" class="output_fix" visibility="hidden" style="left:695px; top:5px; width:10px; height:19px; "/>
  123. <input id="ipt_emplnm_h" ref="/root/init/emplnm" class="output_fix" visibility="hidden" style="left:680px; top:5px; width:10px; height:19px; "/>
  124. <input id="ipt_systemflag" ref="/root/send/systemflag" class="output_fix" visibility="hidden" style="left:710px; top:5px; width:10px; height:19px; "/>
  125. <input id="ipt_dgno" ref="/root/send/dgno" class="output_fix" style="left:560px; top:15px; width:70px; height:19px; "/>
  126. </group>
  127. <group id="grp_btn" ref="/root/init/emplno" scroll="auto" style="left:0px; top:12px; width:845px; height:27px; ">
  128. <button id="btn_save" class="btn4_letter2" style="left:786px; top:3px; width:56px; height:22px; ">
  129. <caption>저장</caption>
  130. <script type="javascript" ev:event="DOMActivate">
  131. <![CDATA[
  132. fSave();
  133. ]]>
  134. </script>
  135. </button>
  136. </group>
  137. </xhtml:body>
  138. </xhtml:html>