SMRTP00107_연도별지원현황(인턴).xrw 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <yysuppprescond/>
  11. </main>
  12. <send>
  13. <apntyy/>
  14. <usernm/>
  15. <trngflag/>
  16. </send>
  17. <init>
  18. </init>
  19. <hidden/>
  20. <temp/>
  21. </root>
  22. </instance>
  23. <submission id="TRRTP00107" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/dentintnreculist"/>
  24. </model>
  25. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  26. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  27. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  29. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  30. <script type="javascript" src="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
  31. <script type="javascript" ev:event="xforms-ready">
  32. <![CDATA[
  33. //사용자 권한
  34. fCheckAuth();
  35. misfComboComCdListMulti("R0151,", "cmb_trngflag");
  36. cmb_trngflag.select(0);
  37. var curdate = getCurrentDate().substr(0, 4);
  38. model.setValue("/root/send/apntyy", curdate);
  39. model.setValue("/root/send/usernm", getUserInfo("usernm")); // 사용자 정보 설정
  40. model.refresh();
  41. ]]>
  42. </script>
  43. <script type="javascript">
  44. <![CDATA[
  45. //========================================================================================
  46. //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
  47. //========================================================================================
  48. function fCheckAuth() {
  49. btn_prn.disabled = !checkAuth("P") ;
  50. }
  51. ]]>
  52. </script>
  53. </xhtml:head>
  54. <xhtml:body pagewidth="560" pageheight="150">
  55. <group id="group1" style="left:10; top:0px; width:540; height:13px; ">
  56. <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:540px; height:14px; ">연도별 지원현황(인턴/레지던트)</caption>
  57. </group>
  58. <group id="group2" scroll="auto" style="left:10; top:38px; width:540; height:50; ">
  59. <group id="group4" style="left:0px; top:10px; width:540; height:40; vertical-align:top; ">
  60. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:540px; height:35; background-color:#fffbf2; border-color:#ffd799; "/>
  61. <input id="ipt_apntyy" ref="/root/send/apntyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:115; top:8px; width:100px; height:19px; "/>
  62. <caption id="cap_apntyy" class="search_name" style="left:15; top:9px; width:100px; height:17px; ">년 도 :</caption>
  63. <select1 id="cmb_trngflag" ref="/root/send/trngflag" class="combo_s_essential" appearance="minimal" style="left:380px; top:8; width:100px; height:19px; ">
  64. <choices>
  65. <itemset>
  66. <label/>
  67. <value/>
  68. </itemset>
  69. </choices>
  70. </select1>
  71. <caption id="cap_trngflag" class="search_name" style="left:280; top:9; width:104px; height:17px; ">수련의구분 :</caption>
  72. </group>
  73. </group>
  74. <group id="grp_btn" scroll="auto" style="left:10; top:12px; width:540; height:27px; ">
  75. <button id="button16" class="btn3_letter4" visibility="hidden" style="left:57px; top:3px; width:80px; height:22px; ">
  76. <caption>화면이동</caption>
  77. </button>
  78. <line id="line1" class="line_6" style="x1:0; y1:25; x2:540; y2:25; "/>
  79. <button id="btn_prn" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
  80. <caption>출력</caption>
  81. <script type="javascript" ev:event="DOMActivate">
  82. <![CDATA[
  83. submit("TRRTP00107");
  84. exeReportPreview("RPRTP00107","XMLSTR");
  85. ]]>
  86. </script>
  87. </button>
  88. <input id="ipt_usernm" ref="/root/send/usernm" visibility="hidden" style="left:140px; top:5px; width:130px; height:19px; "/>
  89. </group>
  90. </xhtml:body>
  91. </xhtml:html>