SMIMR00700_신구ID조회.xrw 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. <item>
  11. <newid/>
  12. </item>
  13. </main>
  14. <send>
  15. <oldid/>
  16. <rrgstno/>
  17. </send>
  18. </root>
  19. </instance>
  20. <script type="javascript" ev:event="xforms-ready">
  21. <![CDATA[
  22. submit("TRZBC00101", false);
  23. ]]>
  24. </script>
  25. <submission id="TRZBC00101"/>
  26. <submission id="TXIMR00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main"/>
  27. </model>
  28. <script type="javascript" src="../../../crc/comsubjweb/js/common.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  30. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  31. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  32. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  33. <script type="javascript">
  34. <![CDATA[
  35. function fCheck(){
  36. if ( model.getValue("/root/send/oldid") == '') {
  37. messageBox("구 Login ID 는", "I003");
  38. model.setFocus("input1");
  39. return false;
  40. }
  41. if ( model.getValue("/root/send/rrgstno") == '') {
  42. messageBox("주민등록번호는", "I003");
  43. model.setFocus("input2");
  44. return false;
  45. }
  46. if ( model.getValue("/root/send/rrgstno") == '' || model.getValue("/root/send/rrgstno").length != '13') {
  47. messageBox("주민등록번호는", "I003");
  48. model.setFocus("input2");
  49. return false;
  50. }
  51. }
  52. ]]>
  53. </script>
  54. </xhtml:head>
  55. <xhtml:body pagewidth="600" pageheight="320" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  56. <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:560px; height:270px; ">
  57. <caption id="caption120" class="tit_2" style="left:20px; top:18px; width:158px; height:13px; ">신, 구 ID 조회 화면</caption>
  58. <line id="line1" class="line_1" style="x1:20px; y1:33px; x2:500px; y2:33px; "/>
  59. <caption id="caption2" class="cell_1" style="left:20px; top:40px; width:100px; height:23px; text-align:center; vertical-align:middle; ">구 Login ID</caption>
  60. <caption id="caption3" class="cell_1" style="left:20px; top:68px; width:100px; height:23px; text-align:center; vertical-align:middle; ">주민등록번호</caption>
  61. <caption id="caption7" class="cell_1" style="left:20px; top:96px; width:100px; height:23px; text-align:center; vertical-align:middle; ">신 Login ID</caption>
  62. <input id="input1" ref="/root/send/oldid" navindex="1" style="left:125px; top:42px; width:100px; height:19px; "/>
  63. <input id="input2" ref="/root/send/rrgstno" navindex="2" format="999999-9999999" style="left:125px; top:69px; width:130px; height:19px; "/>
  64. <line id="line2" class="line_5" style="x1:20px; y1:93px; x2:500px; y2:93px; "/>
  65. <button id="button1" class="btn1_letter9" navindex="3" style="left:315px; top:69px; width:140px; height:22px; ">
  66. <caption>신 Login ID 조회</caption>
  67. <script type="javascript" ev:event="DOMActivate">
  68. <![CDATA[
  69. if ( fCheck() == false ) {
  70. return;
  71. }
  72. submit("TXIMR00701");
  73. ]]>
  74. </script>
  75. </button>
  76. <input id="input3" ref="/root/main/item/newid" style="left:125px; top:98px; width:100px; height:19px; "/>
  77. <caption id="caption1" style="left:35px; top:140px; width:455px; height:95px; font-weight:bold; border-color:#00ccff; border-width:2px; border-style:solid; ">
  78. <![CDATA[* Password 는 기존에 사용하시던 Password 와 동일합니다.
  79. Password 를 변경하시려면, 신 Login ID 로 로그인 하신 후 [정보변경]
  80. 버튼을 클릭하신 후 변경하십시오.
  81. -> 자세한 사항은 매뉴얼을 참조하십시오.]]>
  82. </caption>
  83. <line id="line3" class="line_3" style="x1:20px; y1:122px; x2:500px; y2:122px; "/>
  84. <line id="line4" class="line_2" style="x1:20px; y1:65px; x2:500px; y2:65px; "/>
  85. </group>
  86. </xhtml:body>
  87. </xhtml:html>