123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send>
- <pwd/>
- <oldpwd/>
- <cnfmpwd/>
- <chkyn/>
- </send>
- <temp/>
- </root>
- </instance>
- </model>
- <submission id="TXZUM01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- <submission id="TXZUM01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- <script type="javascript">
- <![CDATA[
- // 시스템 비밀번호 변경시 체크
- function fCheckPassword(){
- if(isRequiredControls("sct_oldpwd", "sct_pwd", "sct_cnfmpwd")){
- var pwdKind = model.getValue("/root/send/pwdkind");
- if (sct_pwd.value != sct_cnfmpwd.value){
- messageBox("새비밀번호가 ","E004");
- model.setFocus("sct_pwd");
- return false;
- }
- }else{
- return false;
- }
- return true;
- }]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="390" pageheight="300">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:98px; height:14px; ">비밀번호변경</caption>
- <caption id="cap_cnfmpwd" class="cell_1" style="left:75px; top:94px; width:91px; height:23px; ">새비밀번호확인</caption>
- <secret id="sct_oldpwd" ref="/root/send/oldpwd" class="secret_essential" maxlength="20" style="left:169px; top:39px; width:130px; height:19px; "/>
- <secret id="sct_pwd" ref="/root/send/pwd" class="secret_essential" maxlength="20" style="left:169px; top:67px; width:130px; height:19px; "/>
- <caption id="cap_oldpwd" class="cell_1" style="left:75px; top:38px; width:91px; height:23px; ">이전비밀번호</caption>
- <secret id="sct_cnfmpwd" ref="/root/send/cnfmpwd" class="secret_essential" maxlength="20" style="left:169px; top:95px; width:130px; height:19px; "/>
- <caption id="cap_pwd" class="cell_1" style="left:75px; top:66px; width:91px; height:23px; ">새비밀번호</caption>
- <line id="line6" class="line_3" style="x1:75px; y1:116px; x2:299px; y2:116px; "/>
- <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; ">
- <caption>로그인비밀번호변경</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(fCheckPassword()){
- setAlertOn();
- if(submit("TXZUM01101")){
- window.close();
- }
- }
- ]]>
- </script>
- </button>
- <button id="btn_close" class="icon_close" style="left:265px; top:240px; width:60px; height:15px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var flag = model.getValue("/root/send/chkyn");
- if(flag == true){
- if(submit("TXZUM01601")){
- window.close();
- }
- }
- }else{
- window.close();
- }
- ]]>
- </script>
- </button>
- <select id="checkbox1" ref="/root/send/chkyn" overflow="visible" appearance="full" style="left:80px; top:240px; width:175px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>6개월 간 현재비밀번호 유지</label>
- <value/>
- </item>
- </choices>
- </select>
- <caption id="caption8" class="hand" style="left:70px; top:200px; width:365px; height:20px; ">변경된 비밀번호는 6개월간 유지됩니다.</caption>
- <caption id="caption1" class="hand" style="left:70px; top:170px; width:378px; height:28px; ">
- <![CDATA[비밀번호는 영문자와 숫자 조합으로
- 최소 8자리여야 합니다.(예. abcd1234)]]>
- </caption>
- <line id="line1" class="line_3" style="x1:75px; y1:88px; x2:299px; y2:88px; "/>
- <line id="line2" class="line_3" style="x1:75px; y1:60px; x2:299px; y2:60px; "/>
- </xhtml:body>
- </xhtml:html>
|