123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- <?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>
- <list>
- <userlist>
- <userid/>
- <usernm/>
- <instcd/>
- <instnm/>
- <deptcd/>
- <deptnm/>
- <usergrpcd/>
- <lastupdtdt/>
- <lastupdtrid/>
- </userlist>
- </list>
- </main>
- <send>
- <searchterm/>
- <searchgubun/>
- <lastupdtrid/>
- <moveitem/>
- <user/>
- </send>
- <hidden>
- <session/>
- </hidden>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/moveitem", "subreq");
- model.setValue("/root/send/searchgubun","name");
- model.refresh();
- ]]>
- </script>
- <submission id="TRSOC00300" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/list"/>
- <submission id="TXSOC00301" ref="/root/send/user" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/temp"/>
- </model>
- <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/dateHelper.js"/>
- <script type="javascript" src="../../../sts/stsmngtweb/js/sts.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
- <group id="group2" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:445px; top:9px; width:100px; height:17px; ">조회구분 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:850px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var searchVal = model.getValue("/root/send/searchgubun");
- if(searchVal != ""){
- submit("TRSOC00300");
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <select1 id="searchgubun" ref="/root/send/searchgubun" class="combo_s_default" appearance="minimal" style="left:535px; top:8px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>성 명</label>
- <value>name</value>
- </item>
- <item>
- <label>부서명</label>
- <value>dept</value>
- </item>
- </choices>
- </select1>
- <input id="searchterm" ref="/root/send/searchterm" class="input_search" style="left:640px; top:8px; width:150px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- <caption id="caption20" class="tit_2" style="left:5px; top:55px; width:100px; height:14px; ">구 분</caption>
- <line id="line8" class="line_1" style="x1:0px; y1:70px; x2:150px; y2:70px; "/>
- <datagrid id="grd_userlist" nodeset="/root/main/list/userlist" caption="^사 번^성 명^기관 코드^기관명^부서 코드^근무지 부서명^권한 그룹^최종 처리일자" colwidth="30, 100, 100, 80, 140, 100, 150, 130, 120" dataheight="25" ellipsis="true" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" colsep="^" tooltip="true" style="left:155px; top:75px; width:1039px; height:661px; ">
- <col ref="usercheck" type="checkbox"/>
- <col ref="userid" style="text-align:center; "/>
- <col ref="usernm" style="text-align:center; "/>
- <col ref="instcd" style="text-align:center; "/>
- <col ref="instnm"/>
- <col ref="deptcd" style="text-align:center; "/>
- <col ref="deptnm"/>
- <col ref="usergrpcd" type="combo" disabled="false" style="text-align:center; ">
- <choices>
- <item>
- <label>관리자</label>
- <value>S</value>
- </item>
- <item>
- <label>ITC담당자</label>
- <value>T</value>
- </item>
- <item>
- <label>개발자</label>
- <value>D</value>
- </item>
- <item>
- <label>일반사용자</label>
- <value>R</value>
- </item>
- </choices>
- </col>
- <col ref="lastupdtdt" format="yyyy-mm-dd" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_userlist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- if( grd_userlist.col == 0 ){
- grd_userlist.addStatus(grd_userlist.row, "update");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-deselect">
- <![CDATA[
- if( grd_userlist.col == 0 ){
- grd_userlist.removeStatus(grd_userlist.row, "update");
- }
- ]]>
- </script>
- </datagrid>
- <line id="line1" style="x1:840px; y1:17px; x2:840px; y2:39px; border-color:#ffe4bb; border-left-style:solid; "/>
- <line id="line3" class="line_1" style="x1:155px; y1:70px; x2:1195px; y2:70px; "/>
- <select1 id="radio1" ref="/root/send/moveitem" overflow="visible" appearance="full" rows="3" cols="1" cellspacing="10" vcellspacing="50" style="left:5px; top:78px; width:140px; height:195px; font-size:14pt; font-weight:bold; border-style:none; ">
- <choices>
- <item>
- <label>변경신청 조회/회신</label>
- <value>uptreq</value>
- </item>
- <item>
- <label>사용자 권한관리</label>
- <value>subreq</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fWindowLoad2("/root/send/moveitem");
- ]]>
- </script>
- </select1>
- </group>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">사용자 권한 관리</caption>
- <group id="grp_btn" style="left:0px; top:13px; width:1195px; height:27px; ">
- <button id="button3" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.reload();
- ]]>
- </script>
- </button>
- <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_delete" class="btn4_letter2" style="left:1069px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/lastupdtrid", model.getValue("/root/hidden/session/userid") );
- model.setValue("/root/send/user", grd_userlist.getUpdateData());
- var rslt = submit("TXSOC00301");
-
- if (rslt) {
- model.alert("내역이 저장되었습니다.");
- }else{
- model.alert("저장에 실패하였습니다.");
- }
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|