SMRTP00220_인사기록카드.xrw 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. <psnworkreccard/>
  11. </main>
  12. <send>
  13. <usernm/>
  14. <emplno/>
  15. <emplnm/>
  16. <flag>1</flag>
  17. <systemflag>T</systemflag>
  18. </send>
  19. <init/>
  20. <hidden/>
  21. <temp/>
  22. </root>
  23. </instance>
  24. <submission id="TRRTP00221" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/psnworkreccard"/>
  25. <submission id="TRRTP00222" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/psnworkreccard"/>
  26. </model>
  27. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  30. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  31. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  32. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  33. <script type="javascript" src="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
  34. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  35. <script type="javascript" ev:event="xforms-ready">
  36. <![CDATA[
  37. //사용자 권한
  38. fCheckAuth();
  39. model.setValue("/root/send/usernm", getUserInfo("usernm")); // 사용자 정보 설정
  40. ]]>
  41. </script>
  42. <script type="javascript">
  43. <![CDATA[
  44. //========================================================================================
  45. //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
  46. //========================================================================================
  47. function fCheckAuth() {
  48. btn_prn.disabled = !checkAuth("P") ;
  49. }
  50. ]]>
  51. </script>
  52. </xhtml:head>
  53. <xhtml:body pagewidth="410" pageheight="120">
  54. <group id="group1" style="left:10; top:0px; width:400; height:13px; ">
  55. <caption id="cap_title" class="tit_1" style="left:10px; top:0px; width:400; height:14px; ">인사기록카드</caption>
  56. </group>
  57. <group id="group2" scroll="auto" style="left:0px; top:38px; width:410; height:50; ">
  58. <group id="group4" style="left:10; top:10px; width:400; height:40; vertical-align:top; ">
  59. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:400; height:35; background-color:#fffbf2; border-color:#ffd799; "/>
  60. <caption id="cap_emplno_search" class="search_name" style="left:15px; top:9px; width:93px; height:17px; ">사 번 :</caption>
  61. <input id="ipt_emplno_search" ref="/root/send/emplno" class="input_search" maxlength="8" style="left:105px; top:8px; width:65px; height:19px; "/>
  62. <button id="btn_emplno" class="icon_search" style="left:173px; top:9px; width:16px; height:16px; ">
  63. <caption/>
  64. <script type="javascript" ev:event="DOMActivate">
  65. <![CDATA[
  66. var recv_list = "emplno,emplnm";
  67. rpbfOpenPopUpList("SPRPB00101", ipt_emplno_search, recv_list,"ipt_systemflag","N");
  68. model.refresh();
  69. ]]>
  70. </script>
  71. </button>
  72. <input id="ipt_emplnm_search" ref="/root/send/emplnm" class="input_search" disabled="true" style="left:192px; top:8px; width:88px; height:19px; "/>
  73. <select1 id="rdo_flag" ref="/root/send/flag" appearance="full" cols="2" overflow="visible" style="left:285px; top:8px; width:105px; height:20px; border-style:none; ">
  74. <choices>
  75. <item>
  76. <label>TIS용</label>
  77. <value>1</value>
  78. </item>
  79. <item>
  80. <label>인사용</label>
  81. <value>2</value>
  82. </item>
  83. </choices>
  84. </select1>
  85. </group>
  86. </group>
  87. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:400; height:27px; ">
  88. <button id="button16" class="btn3_letter4" visibility="hidden" style="left:67; top:3px; width:80px; height:22px; ">
  89. <caption>화면이동</caption>
  90. </button>
  91. <line id="line1" class="line_6" style="x1:10; y1:25; x2:390; y2:25; "/>
  92. <button id="btn_prn" class="btn6_letter2" style="left:10; top:3px; width:56px; height:22px; ">
  93. <caption>출력</caption>
  94. <script type="javascript" ev:event="DOMActivate">
  95. <![CDATA[
  96. model.removenode("/root/main");
  97. model.makeNode("/root/main");
  98. if(!isRequiredControls("ipt_emplno_search")) return;
  99. if(rdo_flag.value == "1"){
  100. submit("TRRTP00222");
  101. exeReportPreview("RPRTP00221","XMLSTR");
  102. }else if(rdo_flag.value == "2"){
  103. submit("TRRTP00221");
  104. exeReportPreview("RPRTP00220","XMLSTR");
  105. }
  106. // 미리보기 없이 바로 출력
  107. //exeReportPreview("RPRTP00101", "XMLSTR" , "" , "" , "true" , "", "", "", "", "true");
  108. ]]>
  109. </script>
  110. </button>
  111. <input id="ipt_usernm" ref="/root/send/usernm" visibility="hidden" style="left:160; top:5px; width:130px; height:19px; "/>
  112. <input id="ipt_systemflag" ref="/root/send/systemflag" visibility="hidden" style="left:360px; top:5px; width:30px; height:19px; "/>
  113. </group>
  114. </xhtml:body>
  115. </xhtml:html>