SMRPD02810_학회현황조회(연수).xrw 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  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>SMRPD02810_학회 현황 조회(연수)</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <studtraprescond>
  12. <seq/>
  13. <appfrmsmldesc/>
  14. <instnm/>
  15. <deptnm/>
  16. <jobposnm/>
  17. <emplno/>
  18. <emplnm/>
  19. <paycls/>
  20. <startdd/>
  21. <fcsttrandd/>
  22. <orgtrandd/>
  23. <extndd/>
  24. <layofffrom/>
  25. <layoffto/>
  26. <reinstatedd/>
  27. <studtranati/>
  28. <studtrainst/>
  29. <cmt/>
  30. <yy/>
  31. <instcd/>
  32. <appfrmno/>
  33. <hosinseqbpno/>
  34. <mpphoneno/>
  35. <emailaddr/>
  36. <acntflag/>
  37. <banknm/>
  38. <acntno/>
  39. </studtraprescond>
  40. </list>
  41. <indinfo>
  42. <deptnm/>
  43. <jobposnm/>
  44. <emplnm/>
  45. <hosinseqbpno/>
  46. <mpphoneno/>
  47. <emailaddr/>
  48. <acntflag/>
  49. <banknm/>
  50. <acntno/>
  51. </indinfo>
  52. </main>
  53. <send>
  54. <req>
  55. <yy/>
  56. <instcd/>
  57. <deptcd/>
  58. <deptnm/>
  59. <appfrmsml/>
  60. <emplno/>
  61. <name/>
  62. </req>
  63. <studtrainfo>
  64. <yy/>
  65. <instcd/>
  66. <appfrmno/>
  67. <startdd/>
  68. <fcsttrandd/>
  69. <orgtrandd/>
  70. <extndd/>
  71. <layofffrom/>
  72. <layoffto/>
  73. <reinstatedd/>
  74. <studtranati/>
  75. <studtrainst/>
  76. </studtrainfo>
  77. </send>
  78. <init>
  79. <systemflag/>
  80. </init>
  81. </root>
  82. </instance>
  83. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  84. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  85. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  86. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  87. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  88. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  89. <script type="javascript" ev:event="xforms-ready">
  90. <![CDATA[
  91. fInitialize();
  92. ]]>
  93. </script>
  94. <submission id="TRRPD02811" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list"/>
  95. <submission id="TXRPD02811" ref="/root/send/studtrainfo" resultref="/root/temp"/>
  96. </model>
  97. <script type="javascript">
  98. <![CDATA[
  99. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  100. function fInitialize() {
  101. var today = getCurrentDate();
  102. var cur_yy = parseInt(today.substring(0, 4));
  103. model.setValue("/root/send/req/yy", cur_yy);
  104. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
  105. misfComboComCdListMulti("R0326", "cmb_appfrmsml", null, "Y");
  106. model.refresh();
  107. }
  108. function fsearch() {
  109. if (ipt_yy.value == ""){
  110. messageBox("연도는","I003");
  111. return;
  112. }
  113. submit("TRRPD02811");
  114. }
  115. //콤보에 공통코드 Setting
  116. /*
  117. pcdgrupid : 공통코드군
  118. pcontrol_name : Data를 받을 Control
  119. */
  120. function rthfComboComCdList(pcdgrupid, pcontrol_name,pall) {
  121. var control_id = pcontrol_name.attribute("id");
  122. var comcd_node = "/root/send/comcdref";
  123. var comcd_rsltnode = "/root/init/comcd";
  124. var comcd_itemset = "/root/init/" + control_id;
  125. model.removeNodeset(comcd_node);
  126. model.removeNodeset(comcd_itemset);
  127. model.makeNode(comcd_node);
  128. model.makeNode(comcd_node + "/cdgrupid");
  129. model.makeNode(comcd_node + "/cdid");
  130. model.makeNode(comcd_node + "/cdnm");
  131. model.makeNode(comcd_node + "/refcond");
  132. model.makeNode(comcd_rsltnode);
  133. model.makeNode(comcd_itemset);
  134. pcontrol_name.choices.itemset.attribute("nodeset") = comcd_itemset+"/comcodelist";
  135. pcontrol_name.choices.itemset.label.attribute("ref") = "detldesc";
  136. pcontrol_name.choices.itemset.value.attribute("ref") = "cdid";
  137. pcontrol_name.refresh();
  138. model.setValue(comcd_node + "/cdgrupid", pcdgrupid);
  139. model.setValue(comcd_node + "/cdid","%");
  140. model.setValue(comcd_node + "/cdnm","%");
  141. model.removeChild("TRRPZ00301");
  142. model.createChild("xforms:submission", "id:TRRPZ00301;mediatype:application/x-www-form-urlencoded; method:post; ref:" + comcd_node + "; resultref:" + comcd_rsltnode + "; ");
  143. submit("TRRPZ00301");
  144. if(pall != null && pall == "Y")
  145. {
  146. /*
  147. model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdnm", "전체");
  148. model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdid", "");
  149. sourcenode = document.models(0).instances(0).selectSingleNode(comcd_rsltnode);
  150. tarnode = document.models(0).instances(0).selectSingleNode(comcd_itemset);
  151. var sourcenodelist = sourcenode.childNodes;
  152. while (childNode = sourcenodelist.nextNode())tarnode.appendChild(childNode);
  153. */
  154. model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/detldesc", "전체");
  155. model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdid", "");
  156. sourcenode = document.models(0).instances(0).selectSingleNode(comcd_rsltnode);
  157. tarnode = document.models(0).instances(0).selectSingleNode(comcd_itemset);
  158. cnt = 1;
  159. var sourcenodelist = sourcenode.childNodes;
  160. while (childNode = sourcenodelist.nextNode())
  161. {
  162. model.makeValue(comcd_itemset+"/comcodelist[" +(cnt + 1)+ "]/detldesc", childNode.getXPathString(comcd_rsltnode + "/comcodelist[" +cnt + "]/detldesc"));
  163. model.makeValue(comcd_itemset+"/comcodelist[" +(cnt + 1)+ "]/cdid", childNode.getXPathString(comcd_rsltnode + "/comcodelist[" +cnt + "]/cdid"));
  164. cnt++;
  165. }
  166. }
  167. else model.copyNode(comcd_itemset,comcd_rsltnode);
  168. model.refresh();
  169. //if(pcontrol_name.length == 1) pcontrol_name.selectedindex= 0;
  170. }
  171. ]]>
  172. </script>
  173. </xhtml:head>
  174. <xhtml:body guideline="2,764;2,764;" style="margin-left:8; margin-right:8; ">
  175. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  176. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">연수 현황 조회</caption>
  177. </group>
  178. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  179. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:61px; "/>
  180. <line id="line207" class="line_1" style="x1:0px; y1:95px; x2:1195px; y2:95px; "/>
  181. <caption id="caption9" class="tit_2" style="left:0px; top:80px; width:117px; height:14px; ">연수 현황</caption>
  182. <button id="button3" class="btn2_letter4" style="left:1121px; top:74px; width:64px; height:19px; ">
  183. <caption>엑셀저장</caption>
  184. <script type="javascript" ev:event="DOMActivate">
  185. <![CDATA[
  186. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  187. if (fileName != "")
  188. {
  189. grd_studtraprescond.saveExcel(fileName, "sheetname:sheet1;exportfalsecols:1;");
  190. }
  191. ]]>
  192. </script>
  193. </button>
  194. <datagrid id="grd_studtraprescond" nodeset="/root/main/list/studtraprescond" class="datagrid2" caption="순번^연도^소분류^기관^교실명^직위^호봉^사번^성명^출발일^귀국 예정일^실제 귀국일^연장일^휴직 기간^휴직 기간^복직일^연수국^연수기관^비고^신청서 번호^원내/B.P ^휴대 전화^E-Mail^입금 계좌 상태^은행명^계좌번호|순번^연도^소분류^기관^교실명^직위^호봉^사번^성명^출발일^귀국 예정일^실제 귀국일^연장일^From^To^복직일^연수국^연수기관^비고^appfrmno^hosinseqbpno^mpphoneno^emailaddr^acntflag^banknm^acntno" colsep="^" colwidth="41, 52, 66, 80, 71, 45, 26, 65, 62, 79, 88, 90, 92, 100, 100, 100, 64, 75, 72, 100, 100, 100, 100, 100, 100" fixedcols="10" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="24" rowsep="|" style="left:0px; top:103px; width:1192px; height:487px; font-weight:normal; text-align:center; ">
  195. <col ref="seq" style="text-align:center; "/>
  196. <col ref="yy" style="text-align:center; "/>
  197. <col ref="appfrmsmldesc" style="text-align:left; "/>
  198. <col ref="instnm" style="text-align:left; "/>
  199. <col ref="deptnm" style="text-align:left; "/>
  200. <col ref="jobposnm" style="text-align:left; "/>
  201. <col ref="paycls" style="text-align:left; "/>
  202. <col ref="emplno" style="left:155px; top:84px; width:80px; height:20px; text-align:left; "/>
  203. <col ref="emplnm" style="left:713px; top:52px; width:74px; height:23px; text-align:center; "/>
  204. <col ref="startdd" format="yyyy/mm/dd" style="text-align:center; "/>
  205. <col ref="fcsttrandd" format="yyyy/mm/dd" style="text-align:center; "/>
  206. <col ref="orgtrandd" format="yyyy/mm/dd" style="text-align:center; "/>
  207. <col ref="extndd" format="yyyy/mm/dd" style="text-align:center; "/>
  208. <col ref="layofffrom" format="yyyy/mm/dd" style="text-align:center; "/>
  209. <col ref="layoffto" format="yyyy/mm/dd" style="text-align:center; "/>
  210. <col ref="reinstatedd" format="yyyy/mm/dd" style="text-align:center; "/>
  211. <col ref="studtranati" style="text-align:left; "/>
  212. <col ref="studtrainst" style="text-align:left; "/>
  213. <col ref="cmt" style="text-align:left; "/>
  214. <col ref="appfrmno" visibility="hidden"/>
  215. <col ref="hosinseqbpno" visibility="hidden"/>
  216. <col ref="mpphoneno" visibility="hidden"/>
  217. <col ref="emailaddr" visibility="hidden"/>
  218. <col ref="acntflag" visibility="hidden"/>
  219. <col ref="banknm" visibility="hidden"/>
  220. <script type="javascript" ev:event="ondblclick">
  221. <![CDATA[
  222. var rownum = (grd_studtraprescond.row - grd_studtraprescond.fixedRows)+1;
  223. model.setValue("/root/main/indinfo/deptnm" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/deptnm"));
  224. model.setValue("/root/main/indinfo/jobposnm" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/jobposnm"));
  225. model.setValue("/root/main/indinfo/emplnm" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/emplnm"));
  226. model.setValue("/root/main/indinfo/hosinseqbpno" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/hosinseqbpno"));
  227. model.setValue("/root/main/indinfo/mpphoneno" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/mpphoneno"));
  228. model.setValue("/root/main/indinfo/emailaddr" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/emailaddr"));
  229. model.setValue("/root/main/indinfo/acntflag" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/acntflag"));
  230. model.setValue("/root/main/indinfo/banknm" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/banknm"));
  231. model.setValue("/root/main/indinfo/acntno" , model.getValue("/root/main/list/studtraprescond[" + rownum + "]/acntno"));
  232. model.setValue("/root/send/studtrainfo/yy" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/yy"));
  233. model.setValue("/root/send/studtrainfo/instcd" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/instcd"));
  234. model.setValue("/root/send/studtrainfo/appfrmno" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/appfrmno"));
  235. model.setValue("/root/send/studtrainfo/startdd" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/startdd"));
  236. model.setValue("/root/send/studtrainfo/fcsttrandd" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/fcsttrandd"));
  237. model.setValue("/root/send/studtrainfo/orgtrandd" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/orgtrandd"));
  238. model.setValue("/root/send/studtrainfo/extndd" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/extndd"));
  239. model.setValue("/root/send/studtrainfo/layofffrom" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/layofffrom"));
  240. model.setValue("/root/send/studtrainfo/layoffto" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/layoffto"));
  241. model.setValue("/root/send/studtrainfo/reinstatedd" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/reinstatedd"));
  242. model.setValue("/root/send/studtrainfo/studtranati" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/studtranati"));
  243. model.setValue("/root/send/studtrainfo/studtrainst" , model.getValue("/root/main/list/studtraprescond["+ rownum +"]/studtrainst"));
  244. model.refresh();
  245. ]]>
  246. </script>
  247. </datagrid>
  248. <select1 id="cmb_instcd" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:481px; top:18px; width:229px; height:19px; ">
  249. <choices>
  250. <itemset>
  251. <label/>
  252. <value/>
  253. </itemset>
  254. </choices>
  255. </select1>
  256. <button id="btn_deptcdhelp" class="icon_search" style="left:921px; top:21px; width:16px; height:16px; ">
  257. <caption/>
  258. <script type="javascript" ev:event="DOMActivate">
  259. <![CDATA[
  260. var precv_list = "deptcd" + "," + "deptnm";
  261. misfOpenPopUpList("02", ipt_deptcd, "", precv_list);
  262. fsearch();
  263. model.refresh();
  264. ]]>
  265. </script>
  266. </button>
  267. <caption id="caption1" class="search_name" style="left:386px; top:19px; width:85px; height:17px; ">기 관 :</caption>
  268. <caption id="caption2" class="search_name" style="left:15px; top:44px; width:86px; height:17px; ">소 분류 :</caption>
  269. <button id="btn_emplnohelp" class="icon_search" style="left:566px; top:46px; width:16px; height:16px; ">
  270. <caption/>
  271. <script type="javascript" ev:event="DOMActivate">
  272. <![CDATA[
  273. var precv_list = "emplno" + "," + "name";
  274. misfOpenPopUpList("01", ipt_emplno, "", precv_list);
  275. fsearch();
  276. model.refresh();
  277. ]]>
  278. </script>
  279. </button>
  280. <input id="ipt_emplnm" ref="/root/send/req/name" class="output_search" style="left:586px; top:45px; width:125px; height:19px; ">
  281. <script type="javascript" ev:event="onkeyup">
  282. <![CDATA[
  283. inputEnterKey("btn_search", "DOMActivate");
  284. ]]>
  285. </script>
  286. </input>
  287. <input id="ipt_deptnm" ref="/root/send/req/deptnm" class="output_search" style="left:940px; top:20px; width:120px; height:19px; ">
  288. <script type="javascript" ev:event="onkeyup">
  289. <![CDATA[
  290. inputEnterKey("btn_search", "DOMActivate");
  291. ]]>
  292. </script>
  293. </input>
  294. <input id="ipt_emplno" ref="/root/send/req/emplno" class="input_default" style="left:480px; top:45px; width:78px; height:19px; ">
  295. <script type="javascript" ev:event="onkeyup">
  296. <![CDATA[
  297. inputEnterKey("btn_search", "DOMActivate");
  298. ]]>
  299. </script>
  300. </input>
  301. <caption id="caption7" class="search_name" style="left:739px; top:20px; width:91px; height:17px; ">근무 부서 :</caption>
  302. <input id="ipt_deptcd" ref="/root/send/req/deptcd" class="input_default" style="left:835px; top:20px; width:78px; height:19px; ">
  303. <script type="javascript" ev:event="onkeyup">
  304. <![CDATA[
  305. inputEnterKey("btn_search", "DOMActivate");
  306. ]]>
  307. </script>
  308. </input>
  309. <line id="line3" class="line_4" style="x1:1110px; y1:18px; x2:1110px; y2:61px; border-color:#ffe4bb; border-left-style:solid; "/>
  310. <caption id="caption8" class="search_name" style="left:384px; top:45px; width:90px; height:17px; ">사 번 :</caption>
  311. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:29px; width:56px; height:22px; text-align:left; ">
  312. <caption>조회</caption>
  313. <script type="javascript" ev:event="DOMActivate">
  314. <![CDATA[
  315. fsearch();
  316. ]]>
  317. </script>
  318. </button>
  319. <caption id="caption4" class="search_name" style="left:15px; top:20px; width:86px; height:17px; ">연 도 :</caption>
  320. <input id="ipt_yy" ref="/root/send/req/yy" class="input_s_essential" style="left:105px; top:20px; width:150px; height:19px; ">
  321. <script type="javascript" ev:event="onkeyup">
  322. <![CDATA[
  323. inputEnterKey("btn_search", "DOMActivate");
  324. ]]>
  325. </script>
  326. </input>
  327. <select1 id="cmb_appfrmsml" ref="/root/send/req/appfrmsml" navindex="3" appearance="minimal" style="left:105px; top:44px; width:150px; height:19px; ">
  328. <choices>
  329. <itemset>
  330. <label/>
  331. <value/>
  332. </itemset>
  333. </choices>
  334. <script type="javascript" ev:event="xforms-value-changed">
  335. <![CDATA[
  336. fsearch();
  337. ]]>
  338. </script>
  339. </select1>
  340. <line id="line20" class="line_2" style="x1:896px; y1:643px; x2:896px; y2:721px; "/>
  341. <line id="line21" class="line_2" style="x1:1085px; y1:643px; x2:1085px; y2:686px; "/>
  342. <line id="line22" class="line_2" style="x1:1002px; y1:643px; x2:1002px; y2:696px; "/>
  343. <input id="input10" ref="/root/send/studtrainfo/studtranati" class="input_search" visibility="visible" style="left:1088px; top:674px; width:100px; height:19px; "/>
  344. <caption id="caption20" class="cell_1" style="left:812px; top:645px; width:80px; height:23px; vertical-align:middle; ">귀국 예정일</caption>
  345. <caption id="caption21" class="cell_1" style="left:812px; top:672px; width:80px; height:23px; vertical-align:middle; ">복직일</caption>
  346. <line id="line13" class="line_1" style="x1:625; y1:639px; x2:1190px; y2:639px; "/>
  347. <line id="line14" class="line_2" style="x1:625; y1:669px; x2:1190px; y2:669px; "/>
  348. <caption id="caption22" class="cell_1" style="left:1004px; top:645px; width:80px; height:23px; vertical-align:middle; ">실제 귀국일</caption>
  349. <line id="line15" class="line_2" style="x1:625; y1:696px; x2:1190px; y2:696px; "/>
  350. <caption id="caption23" class="cell_1" style="left:1004px; top:672px; width:80px; height:23px; vertical-align:middle; ">연수국</caption>
  351. <line id="line16" class="line_2" style="x1:625; y1:721px; x2:1195px; y2:721px; "/>
  352. <caption id="caption24" class="cell_1" style="left:627px; top:697px; width:70px; height:23px; vertical-align:middle; ">연수 기관</caption>
  353. <input id="input15" ref="/root/send/studtrainfo/studtrainst" class="input_search" visibility="visible" style="left:705px; top:700px; width:100px; height:19px; "/>
  354. <line id="line18" class="line_2" style="x1:701px; y1:642px; x2:701px; y2:721px; "/>
  355. <caption id="caption27" class="cell_1" style="left:812px; top:697px; width:80px; height:23px; vertical-align:middle; ">휴직 기간</caption>
  356. <line id="line19" class="line_2" style="x1:810px; y1:643px; x2:810px; y2:721px; "/>
  357. <caption id="caption17" class="tit_2" style="left:625px; top:620px; width:139px; height:13px; ">연수 정보</caption>
  358. <caption id="caption18" class="cell_1" style="left:627px; top:645px; width:70px; height:23px; vertical-align:middle; ">출발일</caption>
  359. <caption id="caption19" class="cell_1" style="left:627px; top:672px; width:70px; height:23px; vertical-align:middle; ">연장일</caption>
  360. <input id="input2" ref="/root/send/studtrainfo/startdd" inputtype="date" style="left:705px; top:646px; width:100px; height:19px; "/>
  361. <input id="input1" ref="/root/send/studtrainfo/fcsttrandd" inputtype="date" style="left:900px; top:646px; width:100px; height:19px; "/>
  362. <input id="input3" ref="/root/send/studtrainfo/orgtrandd" inputtype="date" style="left:1088px; top:646px; width:100px; height:19px; "/>
  363. <input id="input4" ref="/root/send/studtrainfo/extndd" inputtype="date" style="left:705px; top:674px; width:100px; height:19px; "/>
  364. <input id="input5" ref="/root/send/studtrainfo/reinstatedd" inputtype="date" style="left:900px; top:674px; width:100px; height:19px; "/>
  365. <button id="btn_update" class="btn2_letter2" navindex="13" style="left:1145px; top:615px; width:42px; height:19px; ">
  366. <caption>입력</caption>
  367. <script type="javascript" ev:event="DOMActivate">
  368. <![CDATA[
  369. var retMes = messageBox("수정 하시겠습니까?", "Q999");
  370. if ( retMes != 6) {
  371. return;
  372. }
  373. misfSave("TXRPD02811");
  374. fsearch();
  375. ]]>
  376. </script>
  377. </button>
  378. <line id="line17" class="line_2" style="x1:625px; y1:643px; x2:625px; y2:722px; "/>
  379. <input id="input7" ref="/root/main/indinfo/hosinseqbpno" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:95px; top:674px; width:120; height:19px; text-align:left; "/>
  380. <input id="input8" ref="/root/main/indinfo/mpphoneno" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:287px; top:674px; width:110px; height:19px; text-align:left; "/>
  381. <line id="line1" class="line_2" style="x1:283px; y1:643px; x2:283px; y2:721px; "/>
  382. <input id="input9" ref="/root/main/indinfo/jobposnm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:287px; top:646px; width:110px; height:19px; text-align:left; "/>
  383. <line id="line2" class="line_2" style="x1:483px; y1:643px; x2:483px; y2:721px; "/>
  384. <line id="line4" class="line_2" style="x1:401px; y1:643px; x2:401px; y2:721px; "/>
  385. <input id="input21" ref="/root/send/studtrainfo/yy" class="input_search" visibility="hidden" maxlength="7" style="left:720px; top:610px; width:98px; height:19px; ">
  386. <script type="javascript" ev:event="onkeyup">
  387. <![CDATA[
  388. inputEnterKey("btn_rrgstno", "DOMActivate");
  389. ]]>
  390. </script>
  391. </input>
  392. <input id="input6" ref="/root/main/indinfo/emailaddr" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:466px; top:674px; width:120px; height:19px; text-align:left; "/>
  393. <caption id="caption3" class="cell_1" style="left:222px; top:645px; width:60px; height:23px; vertical-align:middle; ">직위</caption>
  394. <input id="input11" ref="/root/main/indinfo/emplnm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:466px; top:646px; width:120px; height:19px; text-align:left; "/>
  395. <caption id="caption5" class="cell_1" style="left:222px; top:672px; width:60px; height:23px; vertical-align:middle; ">휴대전화</caption>
  396. <line id="line5" class="line_1" style="x1:0px; y1:639px; x2:590; y2:639px; "/>
  397. <input id="input12" ref="/root/send/studtrainfo/appfrmno" class="input_search" visibility="hidden" style="left:930px; top:610px; width:98px; height:19px; ">
  398. <script type="javascript" ev:event="onkeyup">
  399. <![CDATA[
  400. inputEnterKey("btn_rrgstno", "DOMActivate");
  401. ]]>
  402. </script>
  403. </input>
  404. <line id="line6" class="line_2" style="x1:0px; y1:669px; x2:590; y2:669px; "/>
  405. <caption id="caption10" class="cell_1" style="left:403px; top:645px; width:60px; height:23px; vertical-align:middle; ">성명</caption>
  406. <input id="input14" ref="/root/main/indinfo/acntno" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:467px; top:700px; width:120px; height:19px; text-align:left; "/>
  407. <line id="line8" class="line_2" style="x1:2px; y1:696px; x2:590; y2:696px; "/>
  408. <caption id="caption11" class="cell_1" style="left:403px; top:672px; width:60px; height:23px; vertical-align:middle; ">E-Mail</caption>
  409. <input id="input16" ref="/root/send/studtrainfo/instcd" class="input_search" visibility="hidden" maxlength="7" style="left:825px; top:610px; width:98px; height:19px; ">
  410. <script type="javascript" ev:event="onkeyup">
  411. <![CDATA[
  412. inputEnterKey("btn_rrgstno", "DOMActivate");
  413. ]]>
  414. </script>
  415. </input>
  416. <line id="line9" class="line_2" style="x1:2px; y1:721px; x2:590; y2:721px; "/>
  417. <caption id="caption12" class="cell_1" style="left:2px; top:697px; width:90px; height:23px; vertical-align:middle; ">입금계좌</caption>
  418. <input id="input18" ref="/root/main/indinfo/banknm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:288px; top:700px; width:110px; height:19px; text-align:left; "/>
  419. <input id="input19" ref="/root/main/indinfo/acntflag" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:95px; top:700px; width:120; height:19px; text-align:left; "/>
  420. <caption id="caption26" class="cell_1" style="left:403px; top:697px; width:60px; height:23px; vertical-align:middle; ">계좌번호</caption>
  421. <line id="line10" class="line_2" style="x1:93px; y1:642px; x2:93px; y2:721px; "/>
  422. <caption id="caption13" class="cell_1" style="left:222px; top:697px; width:60px; height:23px; vertical-align:middle; ">은행</caption>
  423. <line id="line11" class="line_2" style="x1:223px; y1:643px; x2:223px; y2:721px; "/>
  424. <caption id="caption14" class="tit_2" style="left:5px; top:620px; width:139px; height:13px; ">신청자 정보</caption>
  425. <caption id="caption15" class="cell_1" style="left:2px; top:645px; width:90px; height:23px; vertical-align:middle; ">소속 부서</caption>
  426. <caption id="caption16" class="cell_1" style="left:2px; top:672px; width:90px; height:23px; vertical-align:middle; ">원내 번호/B.P</caption>
  427. <input id="input20" ref="/root/main/indinfo/deptnm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:95px; top:646px; width:120; height:19px; text-align:left; "/>
  428. <line id="line12" class="line_2" style="x1:815px; y1:721px; x2:1190px; y2:721px; "/>
  429. <caption id="caption25" style="left:1040px; top:705px; width:20px; height:14px; ">~</caption>
  430. <input id="input13" ref="/root/send/studtrainfo/layofffrom" inputtype="date" style="left:900px; top:700px; width:120; height:19px; "/>
  431. <input id="input17" ref="/root/send/studtrainfo/layoffto" inputtype="date" style="left:1068px; top:700px; width:120px; height:19px; "/>
  432. </group>
  433. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  434. <line id="line7" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  435. </group>
  436. </xhtml:body>
  437. </xhtml:html>