12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>원외심사위원등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <item>
- <newid/>
- </item>
- </main>
- <send>
- <oldid/>
- <rrgstno/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRZBC00101", false);
- ]]>
- </script>
- <submission id="TRZBC00101"/>
- <submission id="TXIMR00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../crc/comsubjweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript">
- <![CDATA[
- function fCheck(){
- if ( model.getValue("/root/send/oldid") == '') {
- messageBox("구 Login ID 는", "I003");
- model.setFocus("input1");
- return false;
- }
- if ( model.getValue("/root/send/rrgstno") == '') {
- messageBox("주민등록번호는", "I003");
- model.setFocus("input2");
- return false;
- }
- if ( model.getValue("/root/send/rrgstno") == '' || model.getValue("/root/send/rrgstno").length != '13') {
- messageBox("주민등록번호는", "I003");
- model.setFocus("input2");
- return false;
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="600" pageheight="320" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:560px; height:270px; ">
- <caption id="caption120" class="tit_2" style="left:20px; top:18px; width:158px; height:13px; ">신, 구 ID 조회 화면</caption>
- <line id="line1" class="line_1" style="x1:20px; y1:33px; x2:500px; y2:33px; "/>
- <caption id="caption2" class="cell_1" style="left:20px; top:40px; width:100px; height:23px; text-align:center; vertical-align:middle; ">구 Login ID</caption>
- <caption id="caption3" class="cell_1" style="left:20px; top:68px; width:100px; height:23px; text-align:center; vertical-align:middle; ">주민등록번호</caption>
- <caption id="caption7" class="cell_1" style="left:20px; top:96px; width:100px; height:23px; text-align:center; vertical-align:middle; ">신 Login ID</caption>
- <input id="input1" ref="/root/send/oldid" navindex="1" style="left:125px; top:42px; width:100px; height:19px; "/>
- <input id="input2" ref="/root/send/rrgstno" navindex="2" format="999999-9999999" style="left:125px; top:69px; width:130px; height:19px; "/>
- <line id="line2" class="line_5" style="x1:20px; y1:93px; x2:500px; y2:93px; "/>
- <button id="button1" class="btn1_letter9" navindex="3" style="left:315px; top:69px; width:140px; height:22px; ">
- <caption>신 Login ID 조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( fCheck() == false ) {
- return;
- }
- submit("TXIMR00701");
- ]]>
- </script>
- </button>
- <input id="input3" ref="/root/main/item/newid" style="left:125px; top:98px; width:100px; height:19px; "/>
- <caption id="caption1" style="left:35px; top:140px; width:455px; height:95px; font-weight:bold; border-color:#00ccff; border-width:2px; border-style:solid; ">
- <![CDATA[* Password 는 기존에 사용하시던 Password 와 동일합니다.
- Password 를 변경하시려면, 신 Login ID 로 로그인 하신 후 [정보변경]
- 버튼을 클릭하신 후 변경하십시오.
- -> 자세한 사항은 매뉴얼을 참조하십시오.]]>
- </caption>
- <line id="line3" class="line_3" style="x1:20px; y1:122px; x2:500px; y2:122px; "/>
- <line id="line4" class="line_2" style="x1:20px; y1:65px; x2:500px; y2:65px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|