SMRPE02000_비밀번호검색.xrw 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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>SMRPE00600_지원자관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <volntprescond>
  11. <volntprescondlist/>
  12. </volntprescond>
  13. </main>
  14. <send>
  15. <volntref>
  16. <instcd/>
  17. <name/>
  18. <rregno/>
  19. <apntinfono/>
  20. </volntref>
  21. </send>
  22. <temp>
  23. </temp>
  24. </root>
  25. </instance>
  26. <script type="javascript" ev:event="xforms-ready">
  27. <![CDATA[
  28. fInitialize() ;
  29. ]]>
  30. </script>
  31. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  35. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  36. <submission id="TRRPE02001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/volntref" resultref="/root/main/volntprescond"/>
  37. </model>
  38. <script type="javascript">
  39. <![CDATA[
  40. function fInitialize() {
  41. model.removenode("/root/main/volntprescond");
  42. if( getUserInfo("dutplceinstcd") != '001' ) {
  43. model.setValue("/root/send/volntref/instcd", getUserInfo("dutplceinstcd") );
  44. model.refresh();
  45. }
  46. model.refresh();
  47. }
  48. function fSearch() {
  49. if( submit("TRRPE02001") ) {
  50. model.setValue("/root/send/volntref/rregno", "");
  51. }
  52. grd_volntprescondlist.focusColor = "#CCFFCC";
  53. grd_volntprescondlist.colStyle(grd_volntprescondlist.colRef("pwd"), "all", "background-color") = "#FFFFCC";
  54. }
  55. ]]>
  56. </script>
  57. </xhtml:head>
  58. <xhtml:body style="margin-left:8; margin-right:8; ">
  59. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  60. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">비밀번호검색</caption>
  61. </group>
  62. <group id="group2" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  63. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  64. <line id="line207" class="line_1" style="x1:0px; y1:70px; x2:1195px; y2:70px; "/>
  65. <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1120px; top:20px; width:56px; height:22px; text-align:left; ">
  66. <caption>조회</caption>
  67. <script type="javascript" ev:event="DOMActivate">
  68. <![CDATA[
  69. if( ipt_name.value != "") {
  70. fSearch();
  71. }
  72. ]]>
  73. </script>
  74. </button>
  75. <line id="line3" class="line_4" style="x1:1106px; y1:15px; x2:1106px; y2:47px; border-color:#ffe4bb; border-left-style:solid; "/>
  76. <caption id="caption10" class="tit_2" style="left:5px; top:55px; width:157px; height:13px; ">지원자List</caption>
  77. <button id="button2" class="icon_search" style="left:208px; top:20px; width:16px; height:16px; ">
  78. <caption/>
  79. <script type="javascript" ev:event="DOMActivate">
  80. <![CDATA[
  81. modal("SPRPE10000","20","20","","popup", "" ,"");
  82. model.refresh();
  83. btn_search.dispatch("DOMActivate");
  84. ]]>
  85. </script>
  86. </button>
  87. <input id="ipt_name" ref="/root/send/volntref/name" appearance="input" style="left:123px; top:20px; width:80px; height:19px; ">
  88. <script type="javascript" ev:event="xforms-value-changed">
  89. <![CDATA[
  90. model.setValue("/root/send/volntref/apntinfono","");
  91. if( ipt_name.value == "" ) {
  92. ipt_rregno.value = "";
  93. }
  94. else {
  95. btn_search.dispatch("DOMActivate");
  96. }
  97. ]]>
  98. </script>
  99. <script type="javascript" ev:event="onkeyup">
  100. <![CDATA[
  101. /* Enter Key입력시 ipt_emplno의 xforms-value-changed 이벤트 발생 */
  102. inputEnterKey("btn_search", "DOMActivate");
  103. ]]>
  104. </script>
  105. </input>
  106. <input id="ipt_rregno" ref="/root/send/volntref/rregno" visibility="hidden" style="left:230px; top:20px; width:80px; height:19px; "/>
  107. <caption id="caption9" class="search_name" style="left:35px; top:20px; width:88px; height:17px; ">성 명 :</caption>
  108. <datagrid id="grd_volntprescondlist" nodeset="/root/main/volntprescond/volntprescondlist" caption="성명^수험번호^성별^주민등록번호^채용명^기관^부서^직종^모집분야^채용시작일^채용종료일^비밀번호^합격여부^상태^경쟁율" colsep="^" colwidth="55, 60, 50, 105, 228, 130, 120, 80, 80, 80, 80, 91" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" frozencols="4" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:1195px; height:630px; text-align:center; ">
  109. <col ref="name" style="font-weight:bold; text-align:center; "/>
  110. <col ref="examno" style="text-align:center; "/>
  111. <col ref="gndr" style="text-align:center; "/>
  112. <col ref="rregno" format="999999-9999999" style="text-align:center; "/>
  113. <col ref="title"/>
  114. <col ref="instnm" style="text-align:left; "/>
  115. <col ref="hopedeptnm" style="text-align:left; "/>
  116. <col ref="jobkindnm" style="text-align:left; "/>
  117. <col ref="recufild" style="text-align:left; "/>
  118. <col ref="apntfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
  119. <col ref="apnttodd" format="yyyy-mm-dd" style="text-align:center; "/>
  120. <col ref="pwd" style="font-weight:bold; text-align:center; background-color:#ffffff; "/>
  121. <script type="javascript" ev:event="onaftersort">
  122. <![CDATA[
  123. grd_volntprescondlist.gridToInstance();
  124. ]]>
  125. </script>
  126. </datagrid>
  127. </group>
  128. </xhtml:body>
  129. </xhtml:html>