123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLPC01300_사용자Initial등록.xrw
- * 설 명 : 사용자Initial등록 화면
- * 설 계 자 : (주)에이씨케이 - 유동철
- * 작 성 자 : (주)에이씨케이 - 유동철
- * 작 성 일 : 2007.05.08
- * 수정이력 :
- * 기 타 :
- -->
- <?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>사용자Initial</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <userinitialcnts>
- <userinitiallist>
- <instcd/>
- <usercd/>
- <usernm/>
- <userabbr/>
- <rgstdd/>
- </userinitiallist>
- </userinitialcnts>
- <userinfo>
- <instcd/>
- <usercd/>
- <userabbr/>
- <delflagcd/>
- <rgstdd/>
- <fstrgstdt/>
- <fstrgstrnm/>
- <lastupdtdt/>
- <lastupdtrnm/>
- <jobkindcd/>
- </userinfo>
- </main>
- <send>
- </send>
- <init>
- <userinfo>
- <userinfolist>
- <userid/>
- <usernm/>
- <jobkindcd/>
- </userinfolist>
- </userinfo>
- <sysdt>
- <sysdtinfo>
- <sysdd/>
- <systm/>
- </sysdtinfo>
- </sysdt>
- <hospenv>
- <hospenvinfo>
- <instcd/>
- <lendrtnterm/>
- <recvqualmthdcd/>
- <plgydeptcd/>
- <plgyteamcd/>
- <doctjobgradcd/>
- <teamjobgradcd/>
- </hospenvinfo>
- </hospenv>
- </init>
- <hidden>
- <delflagcd>0</delflagcd>
- <refflag>1</refflag>
- <refval/>
- <cdupdtflag>1</cdupdtflag>
- <userinfo>
- <instcd/>
- <userdeptcd/>
- </userinfo>
- <scipflag/>
- </hidden>
- </root>
- </instance>
- <bind id="detl_initialinfo" ref="/root/main/detlinitialcnts"/>
- <bind id="bind_output1" ref="/root/main/detlinitialcnts"/>
- <!--TEST-->
- <!--- END-->
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <submission id="TRLPC01301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/userinitialcnts/userinitiallist"/>
- <submission id="TRLPC01302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/userinfo"/>
- <submission id="TRLPC01303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/userinfo/userinfolist"/>
- <submission id="TXLPC01301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/msg"/>
- <submission id="TRLPZ00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/sysdt/sysdtinfo"/>
- <submission id="TRLPZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/hospenv/hospenvinfo"/>
- </model>
- <script type="javascript">
- <![CDATA[
- /* @group : 사용자Initial등록 화면
- * @ver : 2007.05.08 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 화면초기화 함수
- */
- function fExeInitialize(){
- var sUserDeptCd = "";
-
- model.removeNodeset("/root/main/userinitialcnts/userinitiallist");
- model.resetInstanceNode("/root/main/userinfo");
- model.setValue("/root/hidden/delflagcd", "0"); // 조회부 사용여부
- model.setValue("/root/hidden/refflag", "1"); // 조회값 선택
- model.setValue("/root/hidden/refval", ""); // 조회값 입력
- model.setValue("/root/hidden/cdupdtflag", "1"); // 처리부 조회/수정/신규 구분
- model.setValue("/root/hidden/userinfo/instcd", getUserInfo("dutplceinstcd")); //instcd
-
- //--------------------------------
- model.removeNodeset("/root/send");
- model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- submit("TRLPZ00101");
-
- //---------------------------------------------------------------
- // 병원환경정보를 취득하여 병리과와 병리팀 코드를 편집한다.
- lpzfUserDeptCd("/root/init/hospenv/hospenvinfo", "/root/hidden/userinfo");
- //--------------------------
- submit("TRLPZ00102", false);
-
- //----------------------------------------------------------------------------------------------
- model.makeValue("/root/send/userdeptcd", model.getValue("/root/hidden/userinfo/userdeptcd"));
- model.makeValue("/root/send/doctjobgradcd", model.getValue("/root/init/hospenv/hospenvinfo/doctjobgradcd"));
- model.makeValue("/root/send/teamjobgradcd", model.getValue("/root/init/hospenv/hospenvinfo/teamjobgradcd"));
- submit("TRLPC01303");
-
- //-----------------------
- fExeControlChng("false");
-
- model.setFocus("ipt_refval");
- model.refresh();
- }
-
- /* @group : 사용자Initial등록 화면
- * @ver : 2007.05.17 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 조회/수정/신규 컨트롤 사용여부 변경 함수
- * iGbn : 컨트롤 활성화 여부 true/false
- */
- function fExeControlChng(iGbn){
-
- var sGbn = "";
-
- if(iGbn == "true"){
- sGbn = "false";
- }else{
- sGbn = "true";
- }
-
- var vCtrIptArr = new Array(); //입력 컨트롤
- var vCtrSelArr = new Array(); //선택 컨트롤
-
- vCtrIptArr[0] = document.controls("ipt_userabbr"); // 사용자약어 입력박스
- vCtrIptArr[1] = document.controls("ipt_rgstdd"); // 등록일자
-
- vCtrSelArr[0] = document.controls("cmb_usercd"); // use튼rid 조회버
- vCtrSelArr[1] = document.controls("rdo_delflagcd"); // 사용여부 선택박스
-
- //------------------------------------------------
- for(var idx = 0; idx < vCtrIptArr.length; idx++) {
- vCtrIptArr[idx].attribute("editable") = iGbn;
- }
-
- //------------------------------------------------
- for(var idx = 0; idx < vCtrSelArr.length; idx++) {
- vCtrSelArr[idx].disabled = sGbn;
- }
- }
-
- /* @group : 사용자Initial등록 화면
- * @ver : 2007.05.08 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 사용자 리스트 조회 함수
- */
- function fGetRefData(ref_work_flag){
- if(ref_work_flag == "useriniinfo" && grd_userinitial.row < 1){
- return;
- }
-
- model.removeNodeset("/root/send");
-
- if(model.getValue("/root/hidden/cdupdtflag") != "1"){
-
- if(lpzfExeBfChkMsg("R") == true){
- model.setValue("/root/hidden/cdupdtflag", "1");
- fExeControlChng("false");
- }else{
- return;
- }
- }
-
- model.resetInstanceNode("/root/main/userinfo");
-
- switch (ref_work_flag) {
-
- case "userinilist":
-
- model.makeValue("/root/send/delflagcd", model.getValue("/root/hidden/delflagcd")); //조회조건 사용여부구분
- model.makeValue("/root/send/refflag", model.getValue("/root/hidden/refflag")); //조회조건 조회구분
- model.makeValue("/root/send/refval", model.getValue("/root/hidden/refval")); //조회조건 조회값
- model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //병원코드
- model.makeValue("/root/send/userdeptcd", model.getValue("/root/hidden/userinfo/userdeptcd")); //병리과ID
-
- submit("TRLPC01301");
-
- break;
-
- case "useriniinfo":
-
- var curRow = grd_userinitial.row;
- model.makeValue("/root/send/delflagcd", model.getValue("/root/hidden/delflagcd")); //사용자 사용여부구분
- model.makeValue("/root/send/usercd", model.getValue("/root/main/userinitialcnts/userinitiallist["
- + curRow + "]/usercd")); //사용자ID
- model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //병원코드
- model.makeValue("/root/send/userdeptcd", model.getValue("/root/hidden/userinfo/userdeptcd")); //병리과ID
-
- submit("TRLPC01302");
-
- break;
-
- default:
- break;
- }
-
- model.refresh();
- }
- /* @group : 사용자Initial등록 화면
- * @ver : 2007.05.08 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 조회, 수정, 신규 작업 구분 함수
- */
- function fExeCodeUpdtFlag(){
-
- var updt_flag = model.getValue("/root/hidden/cdupdtflag");
-
- //updtGbn - 1:조회, 2:수정, 3:신규
- if(updt_flag == "1"){
- fExeControlChng("false");
-
- }else if(updt_flag == "2"){
-
- if(grd_userinitial.row < 1){
- messageBox("사용자ID를", "C002");
- model.setValue("/root/hidden/cdupdtflag", "1");
- fExeControlChng("false");
- model.refresh();
- return;
- }
-
- fExeControlChng("true");
- document.controls("cmb_usercd").attribute("editable") = "false";
- document.controls("cmb_usercd").disabled = "true";
- model.setFocus("ipt_userabbr");
-
- }else{
- model.resetInstanceNode("/root/main/userinfo");
- fExeControlChng("true");
- document.controls("rdo_delflagcd").disabled = "true";
- model.setValue("/root/main/userinfo/delflagcd", "0"); //조회부 사용여부
- model.setValue("/root/main/userinfo/rgstdd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd"));
- model.setFocus("ipt_userid");
- }
-
- model.refresh();
- }
- /* @group : 사용자Initial등록 화면
- * @ver : 2007.05.08 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 검사항목코드정보 수정/신규 함수
- */
- function fSetUpdtData(){
-
- var sNode = "/root/main/userinitialcnts/userinitiallist";
- var updt_flag = model.getValue("/root/hidden/cdupdtflag");
-
- if(updt_flag == "1"){
- messageBox("조회작업 중", "E008");
- return;
- }
-
- //필수 입력항목 및 자리수 확인
- if(model.getValue("/root/main/userinfo/usercd") == ""){
- messageBox("사용자ID를", "C002");
- model.setFocus("cmb_usercd");
- return;
- }else if(model.getValue("/root/main/userinfo/userabbr") == ""){
- messageBox("사용자약어을", "C001");
- model.setFocus("ipt_userabbr");
- return;
- } else if (model.getValue("/root/main/userinfo/jobkindcd") == "") {
- messageBox("직급구분을", "C001");
- model.setFocus("cmb_jobkindcd");
- return;
- }
-
- //저장여부 확인Message
- if(lpzfExeBfChkMsg("UI") == false){
- //6:예, 7:아니오, 2:취소
- return;
- }
-
- model.removeNodeset("/root/send");
-
- model.makeValue("/root/send/updt_flag", updt_flag); //수정/신규구분
- model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //병원코드
- model.makeValue("/root/send/usercd", model.getValue("/root/main/userinfo/usercd")); //사용자ID
- model.makeValue("/root/send/userabbr", model.getValue("/root/main/userinfo/userabbr")); //사용자약어
- model.makeValue("/root/send/delflagcd", model.getValue("/root/main/userinfo/delflagcd")); //사용여부
- model.makeValue("/root/send/rgstdd", model.getValue("/root/main/userinfo/rgstdd")); //등록일자
- model.makeValue("/root/send/jobkindcd", model.getValue("/root/main/userinfo/jobkindcd")); //직급구분코드
- if(submit("TXLPC01301") == true){
-
- messageBox("저장이", "I002");
-
- //화면초기화 및 저장된 항목 insert ********************
- var prest_row;
- if(updt_flag == "3"){
- grd_userinitial.addItem();
- prest_row = grd_userinitial.rows - 1;
- }else{
- if(model.getValue("/root/hidden/delflagcd") == model.getValue("/root/main/userinfo/delflagcd")){
- prest_row = grd_userinitial.row;
- }else{
- prest_row == -1;
- }
- }
-
- if(prest_row > 0){
- model.setValue(sNode+"[" + prest_row + "]/instcd", model.getValue("/root/main/userinfo/instcd"));
- model.setValue(sNode+"[" + prest_row + "]/usercd", model.getValue("/root/main/userinfo/usercd"));
- model.setValue(sNode+"[" + prest_row + "]/usernm", model.getValue("/root/init/userinfo/userinfolist[userid='" + model.getValue("/root/main/userinfo/usercd") + "']/usernm"));
- model.setValue(sNode+"[" + prest_row + "]/userabbr", model.getValue("/root/main/userinfo/userabbr"));
- model.setValue(sNode+"[" + prest_row + "]/rgstdd", model.getValue("/root/main/userinfo/rgstdd"));
- }else{
- for(var i = 1; i < grd_userinitial.rows; i++){
- prest_row = grd_userinitial.findRow(model.getValue("/root/main/userinfo/usercd"), i, 2, true, true);
- grd_userinitial.deleteItem(prest_row);
- break;
- }
- }
- model.resetInstanceNode("/root/main/userinfo");
- model.setValue("/root/hidden/cdupdtflag", "1");
- fExeControlChng("false");
- //**************************************************
-
- }else{
- messageBox("저장이", "E009");
- }
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1194;2,784;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:15px; ">사용자 Initial</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0; top:13; width:1195px; height:27px; ">
- <button id="button11" class="btn4_letter2" navindex="12" style="left:1139px; top:3px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetUpdtData();
- ]]>
- </script>
- </button>
- <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="button2" class="btn3_letter9" style="left:0px; top:3px; width:140px; height:22px; ">
- <caption>세포스크리너 등록</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.makeValue("/root/hidden/scipflag", "SC");
- modal("SPLPC02700");
- ]]>
- </script>
- </button>
- <button id="button1" class="btn3_letter8" style="left:142px; top:3px; width:128px; height:22px; ">
- <caption>결과 입력자 등록</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.makeValue("/root/hidden/scipflag", "IP");
- modal("SPLPC02700");
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10; width:1194px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button3" class="btn1_letter2" navindex="4" style="left:1123px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetRefData("userinilist");
- ]]>
- </script>
- </button>
- <line id="line14" class="line_4" style="x1:1108px; y1:6px; x2:1108px; y2:28px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:882px; top:9px; width:90px; height:17px; vertical-align:middle; background-image:../../../com/commonweb/images/search_bullet1.gif; ">사용여부 :</caption>
- <caption id="caption22" class="search_name" style="left:15px; top:9px; width:75px; height:17px; vertical-align:middle; background-image:../../../com/commonweb/images/search_bullet1.gif; ">조회값 :</caption>
- <select1 id="rdo_s_delflagcd" ref="/root/hidden/delflagcd" class="radio_search" navindex="3" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:972px; top:10px; width:122px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>사용</label>
- <value>0</value>
- </item>
- <item>
- <label>미사용</label>
- <value>1</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_refflag" ref="/root/hidden/refflag" class="combo_search" navindex="1" appearance="minimal" style="left:90px; top:8px; width:120px; height:19px; ">
- <choices>
- <item>
- <label>사용자ID</label>
- <value>1</value>
- </item>
- <item>
- <label>사용자명</label>
- <value>2</value>
- </item>
- <item>
- <label>사용자약어</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_refval" ref="/root/hidden/refval" class="input_search" navindex="2" style="left:214px; top:8px; width:120px; height:19px; "/>
- </group>
- <input id="ipt_userabbr" ref="/root/main/userinfo/userabbr" class="input_essential" navindex="8" maxlength="10" appearance="input" style="left:994px; top:101px; width:200px; height:19px; border-color:#c0c0c0; "/>
- <output id="opt_fstrgstrid" ref="/root/main/userinfo/fstrgstrnm" class="output_fix" appearance="output" style="left:994px; top:221px; width:200px; height:19px; border-color:#c0c0c0; "/>
- <caption id="caption12" class="cell_1" style="left:861px; top:268px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">최종등록자</caption>
- <output id="opt_fstrgstdt" ref="/root/main/userinfo/fstrgstdt" class="output_fix" format="yyyy-mm-dd hh:nn:ss" appearance="output" style="left:994px; top:197px; width:200px; height:19px; border-color:#c0c0c0; "/>
- <caption id="caption3" class="tit_2" style="left:866px; top:56px; width:104px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">자문의사 정보</caption>
- <caption id="caption13" class="cell_1" style="left:861px; top:76px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">사용자ID</caption>
- <output id="opt_lastrgstdt" ref="/root/main/userinfo/lastupdtdt" class="output_fix" format="yyyy-mm-dd hh:nn:ss" appearance="output" style="left:994px; top:245px; width:200px; height:19px; border-color:#c0c0c0; "/>
- <caption id="caption15" class="cell_1" style="left:861px; top:196px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">최초등록일시</caption>
- <line id="line2" class="line_1" style="x1:861px; y1:70px; x2:1194px; y2:70px; "/>
- <line id="line3" class="line_3" style="x1:860px; y1:290px; x2:1193px; y2:290px; "/>
- <caption id="caption16" class="cell_1" style="left:861px; top:100px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">사용자약어</caption>
- <output id="opt_lastrgstrid" ref="/root/main/userinfo/lastupdtrnm" class="output_fix" appearance="output" style="left:994px; top:269px; width:200px; height:19px; border-color:#c0c0c0; "/>
- <caption id="caption18" class="cell_1" style="left:861px; top:220px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">최초등록자</caption>
- <caption id="caption9" class="cell_1" style="left:861px; top:124px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">사용여부</caption>
- <caption id="caption19" class="cell_1" style="left:861px; top:244px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">최종등록일시</caption>
- <select1 id="rdo_lendflag" ref="/root/hidden/cdupdtflag" navindex="6" appearance="full" cellspacing="10" cols="3" overflow="visible" style="left:978px; top:55px; width:192px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>조회</label>
- <value>1</value>
- </item>
- <item>
- <label>수정</label>
- <value>2</value>
- </item>
- <item>
- <label>신규</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fExeCodeUpdtFlag();
- ]]>
- </script>
- </select1>
- <datagrid id="grd_userinitial" nodeset="/root/main/userinitialcnts/userinitiallist" caption="병원코드^사용자ID^사용자명^사용자약어^등록일자" colsep="^" colwidth="0, 128, 301, 245, 140" dataheight="23" defaultrows="1" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" navindex="5" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:70px; width:855px; height:673px; border-color:#c0c0c0; ">
- <col ref="instcd"/>
- <col ref="usercd" type="output"/>
- <col ref="usernm" type="output"/>
- <col ref="userabbr" type="output"/>
- <col ref="rgstdd" type="output" format="yyyy-mm-dd" mask="exclude" showmask="true"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fGetRefData("useriniinfo");
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_userinitial.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:5px; top:55px; width:131px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">사용자</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:855px; y2:70px; "/>
- <select1 id="rdo_delflagcd" ref="/root/main/userinfo/delflagcd" navindex="9" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:994px; top:125px; width:132px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>사용</label>
- <value>0</value>
- </item>
- <item>
- <label>미사용</label>
- <value>1</value>
- </item>
- </choices>
- </select1>
- <caption id="caption4" class="cell_1" style="left:861px; top:148px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">등록일자</caption>
- <line id="line8" class="line_2" style="x1:861px; y1:98px; x2:1194px; y2:98px; "/>
- <line id="line4" class="line_2" style="x1:861px; y1:122px; x2:1194px; y2:122px; "/>
- <input id="ipt_rgstdd" ref="/root/main/userinfo/rgstdd" navindex="10" editable="false" inputtype="date" format="yyyy-mm-dd" mask="exclude" showmask="true" style="left:994px; top:149px; width:200px; height:19px; "/>
- <select1 id="cmb_usercd" ref="/root/main/userinfo/usercd" navindex="7" appearance="minimal" itemcount="15" style="left:994px; top:77px; width:200px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/userinfo/userinfolist">
- <label ref="usernm"/>
- <value ref="userid"/>
- </itemset>
- </choices>
- </select1>
- <line id="line5" class="line_2" style="x1:861px; y1:146px; x2:1194px; y2:146px; "/>
- <line id="line6" class="line_2" style="x1:861px; y1:170px; x2:1194px; y2:170px; "/>
- <line id="line7" class="line_2" style="x1:861px; y1:218px; x2:1194px; y2:218px; "/>
- <line id="line9" class="line_2" style="x1:861px; y1:242px; x2:1194px; y2:242px; "/>
- <line id="line10" class="line_2" style="x1:861px; y1:266px; x2:1194px; y2:266px; "/>
- <caption id="caption5" class="cell_1" style="left:861px; top:172px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">직급구분</caption>
- <line id="line11" class="line_2" style="x1:861px; y1:194px; x2:1194px; y2:194px; "/>
- <select1 id="cmb_jobkindcd" ref="/root/main/userinfo/jobkindcd" navindex="11" appearance="minimal" style="left:994px; top:173px; width:200px; height:19px; ">
- <choices>
- <item>
- <label>의사</label>
- <value>1</value>
- </item>
- <item>
- <label>병리사</label>
- <value>9</value>
- </item>
- </choices>
- </select1>
- </group>
- </xhtml:body>
- </xhtml:html>
|