12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>도사관사용자관리(Excel)</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <libraryuser>
- <libraryuserlist/>
- </libraryuser>
- </main>
- <temp/>
- <send>
- <req>1</req>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_libraryuserlist);
- misfMsterDetailSet(grd_libraryuserlist,null, "TRRWD05001" ,"N");
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRRWD05001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/libraryuser"/>
- </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="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/paybaseinfomngtweb/js/RWC001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybaseinfomngtweb/js/RWC001.js"/>
- </xhtml:head>
- <xhtml:body>
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">도서관 사용자 관리(Excel)</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:13px; width:1195px; height:769px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1128px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfMsterDetailRetrieve();
- //submit("TRRWD05001");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1121px; y1:16px; x2:1121px; y2:38px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:71px; x2:1192px; y2:71px; "/>
- <caption id="caption1" class="tit_2" style="left:2px; top:56px; width:211px; height:14px; ">도서관 사용자 List</caption>
- <button id="btn_inputexcel" class="btn2_letter4" style="left:1130px; top:50px; width:64px; height:19px; ">
- <caption>엑셀출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // var fileName = window.fileDialog("save", ",", false, "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- // grd_libraryuserlist.saveExcel(fileName);
-
- misfSaveExcel(grd_libraryuserlist);
- ]]>
- </script>
- </button>
- <datagrid id="grd_libraryuserlist" nodeset="/root/main/libraryuser/libraryuserlist" caption="근무상태코드^근무상태명^이용자ID^성명^주민등록번호^소속기관코드^소속기관명^근무기관코드^근무기관명^소속코드^소속명^근무부서코드^근무부서코드명^직위코드^직위명^년차^이용기간시작일^전화번호^휴대전화번호^주민등록지우편번호^거주지우편번호^주민등록지주소^거주지주소^이메일" colsep="^" colwidth="100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:77px; width:1192px; height:688px; ">
- <col ref="preststatcd"/>
- <col ref="preststatnm"/>
- <col ref="emplno"/>
- <col ref="name"/>
- <col ref="rregno"/>
- <col ref="instcd"/>
- <col ref="instnm"/>
- <col ref="dutplceinstcd"/>
- <col ref="dutplceinstnm"/>
- <col ref="unitcd"/>
- <col ref="unitnm"/>
- <col ref="dutunitcd"/>
- <col ref="dutunitnm"/>
- <col ref="jobposcd"/>
- <col ref="jobposnm"/>
- <col ref="payclscd"/>
- <col ref="entcodd"/>
- <col ref="cntctel"/>
- <col ref="mpphonno"/>
- <col ref="resdnrgstareazipcd"/>
- <col ref="residnczipcd"/>
- <col ref="resdnrgstareaaddr"/>
- <col ref="residncaddr"/>
- <col ref="emailaddr"/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|