SPZUM01600_비밀번호변경.xrw 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <pwd/>
  11. <oldpwd/>
  12. <cnfmpwd/>
  13. <chkyn/>
  14. </send>
  15. <temp/>
  16. </root>
  17. </instance>
  18. </model>
  19. <submission id="TXZUM01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
  20. <submission id="TXZUM01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
  21. <script type="javascript">
  22. <![CDATA[
  23. // 시스템 비밀번호 변경시 체크
  24. function fCheckPassword(){
  25. if(isRequiredControls("sct_oldpwd", "sct_pwd", "sct_cnfmpwd")){
  26. var pwdKind = model.getValue("/root/send/pwdkind");
  27. if (sct_pwd.value != sct_cnfmpwd.value){
  28. messageBox("새비밀번호가 ","E004");
  29. model.setFocus("sct_pwd");
  30. return false;
  31. }
  32. }else{
  33. return false;
  34. }
  35. return true;
  36. }]]>
  37. </script>
  38. </xhtml:head>
  39. <xhtml:body pagewidth="390" pageheight="300">
  40. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:98px; height:14px; ">비밀번호변경</caption>
  41. <caption id="cap_cnfmpwd" class="cell_1" style="left:75px; top:94px; width:91px; height:23px; ">새비밀번호확인</caption>
  42. <secret id="sct_oldpwd" ref="/root/send/oldpwd" class="secret_essential" maxlength="20" style="left:169px; top:39px; width:130px; height:19px; "/>
  43. <secret id="sct_pwd" ref="/root/send/pwd" class="secret_essential" maxlength="20" style="left:169px; top:67px; width:130px; height:19px; "/>
  44. <caption id="cap_oldpwd" class="cell_1" style="left:75px; top:38px; width:91px; height:23px; ">이전비밀번호</caption>
  45. <secret id="sct_cnfmpwd" ref="/root/send/cnfmpwd" class="secret_essential" maxlength="20" style="left:169px; top:95px; width:130px; height:19px; "/>
  46. <caption id="cap_pwd" class="cell_1" style="left:75px; top:66px; width:91px; height:23px; ">새비밀번호</caption>
  47. <line id="line6" class="line_3" style="x1:75px; y1:116px; x2:299px; y2:116px; "/>
  48. <button id="btn_pwd" class="btn4_letter9" disable.background-image="../../../com/commonweb/images/dis_btn4_letter9.gif" style="left:120px; top:135px; width:140px; height:22px; background-image:../../../com/commonweb/images/btn4_letter9.gif; ">
  49. <caption>로그인비밀번호변경</caption>
  50. <script type="javascript" ev:event="DOMActivate">
  51. <![CDATA[
  52. if(fCheckPassword()){
  53. setAlertOn();
  54. if(submit("TXZUM01101")){
  55. window.close();
  56. }
  57. }
  58. ]]>
  59. </script>
  60. </button>
  61. <button id="btn_close" class="icon_close" style="left:265px; top:240px; width:60px; height:15px; ">
  62. <caption/>
  63. <script type="javascript" ev:event="DOMActivate">
  64. <![CDATA[
  65. var flag = model.getValue("/root/send/chkyn");
  66. if(flag == true){
  67. if(submit("TXZUM01601")){
  68. window.close();
  69. }
  70. }
  71. }else{
  72. window.close();
  73. }
  74. ]]>
  75. </script>
  76. </button>
  77. <select id="checkbox1" ref="/root/send/chkyn" overflow="visible" appearance="full" style="left:80px; top:240px; width:175px; height:20px; border-style:none; ">
  78. <choices>
  79. <item>
  80. <label>6개월 간 현재비밀번호 유지</label>
  81. <value/>
  82. </item>
  83. </choices>
  84. </select>
  85. <caption id="caption8" class="hand" style="left:70px; top:200px; width:365px; height:20px; ">변경된 비밀번호는 6개월간 유지됩니다.</caption>
  86. <caption id="caption1" class="hand" style="left:70px; top:170px; width:378px; height:28px; ">
  87. <![CDATA[비밀번호는 영문자와 숫자 조합으로
  88. 최소 8자리여야 합니다.(예. abcd1234)]]>
  89. </caption>
  90. <line id="line1" class="line_3" style="x1:75px; y1:88px; x2:299px; y2:88px; "/>
  91. <line id="line2" class="line_3" style="x1:75px; y1:60px; x2:299px; y2:60px; "/>
  92. </xhtml:body>
  93. </xhtml:html>