123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- <?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>교육관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <treeeducclslist>
- <educclslistinfo>
- <clsflag/>
- <clscd/>
- <clssupcd/>
- <clsnm/>
- <scrncd/>
- <depth/>
- <pathcd/>
- </educclslistinfo>
- </treeeducclslist>
- <cond>
- <clsnm/>
- <clscd/>
- <reffromdd/>
- <reftodd/>
- <scrncd/>
- <clsflag>A</clsflag>
- </cond>
- <educschelist>
- <educschelistinfo>
- <clsnm/>
- <titlnm/>
- <fromdd/>
- <todd/>
- <fromtm/>
- <totm/>
- <plcenm/>
- <lactrnm/>
- <chrgconslrnm/>
- <trgtpsnqty/>
- <attntcnt/>
- <chrgconslrid/>
- <clscd/>
- <seqno/>
- <status/>
- </educschelistinfo>
- </educschelist>
- </main>
- <send>
- <reqdata/>
- <removedata/>
- <sEducData/>
- </send>
- <init>
- <insupdtvalue/>
- <clsflag/>
- </init>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNodeset("/root/main/educschelist/educschelistinfo");
- fInit();
- ]]>
- </script>
- <submission id="TRAYA00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" resultref="/root/main/treeeducclslist"/>
- <submission id="TRAYA00502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/educschelist"/>
- <submission id="TXAYA00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/removedata" resultref="/root/main/educschelist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../ast/fthcnstweb/js/SMAYA00500.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:144px; height:14px; ">교육관리</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <treeview id="trv_educlslist" ref="/root/main/treeeducclslist/educclslistinfo" expanddepth="2" image="../../../com/commonweb/images/icon_folder_close.gif" itemsettype="depth" selectedimage="../../../com/commonweb/images/icon_folder_open.gif" style="left:0px; top:30px; width:290px; height:710px; ">
- <itemset nodeset="/root/main/treeeducclslist/educclslistinfo">
- <label ref="clsnm"/>
- <value ref="clscd"/>
- <depth ref="depth"/>
- </itemset>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- //교육리스트 트리 선택시 조건에 clsnm, clscd, scrncd세팅
- model.setValue("/root/main/cond/clsnm", model.getValue("/root/main/treeeducclslist/educclslistinfo["+(trv_educlslist.focusIndex + 1)+"]/clsnm"));
- model.setValue("/root/main/cond/clscd", model.getValue("/root/main/treeeducclslist/educclslistinfo["+(trv_educlslist.focusIndex + 1)+"]/clscd"));
- model.setValue("/root/main/cond/scrncd", model.getValue("/root/main/treeeducclslist/educclslistinfo["+(trv_educlslist.focusIndex + 1)+"]/scrncd"));
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- //신규등록을 누른것과 동일한 이벤트발생
- fNewEducSche();
- ]]>
- </script>
- </treeview>
- <caption id="caption1" class="tit_2" style="left:300px; top:55px; width:156px; height:13px; ">교육일정 조회</caption>
- <line id="line5" class="line_1" style="x1:295px; y1:70px; x2:1194px; y2:70px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:290px; y2:25px; "/>
- <caption id="caption2" class="tit_2" style="left:5px; top:10px; width:145px; height:13px; ">교육 리스트</caption>
- <group id="group4" style="left:295px; top:10px; width:899px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:899px; height:35px; "/>
- <button id="bt_ref" class="btn1_letter2" style="left:825px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fEducscheListSearch();
- ]]>
- </script>
- </button>
- <caption id="caption3" class="search_name" style="left:15px; top:10px; width:91px; height:17px; ">교육명 :</caption>
- <caption id="caption4" class="search_name" style="left:305px; top:10px; width:91px; height:17px; ">조회기간 :</caption>
- <caption id="caption7" class="search_no_b" style="left:518px; top:10px; width:12px; height:17px; ">~</caption>
- <input id="ipt_reffromdd" ref="/root/main/cond/reffromdd" class="input_search" inputtype="date" style="left:405px; top:10px; width:110px; height:19px; "/>
- <input id="ipt_reftodd" ref="/root/main/cond/reftodd" class="input_search" inputtype="date" style="left:535px; top:10px; width:110px; height:19px; "/>
- <line id="line13" class="line_4" style="x1:807px; y1:7px; x2:807px; y2:29px; "/>
- <output id="opt_clsnm" ref="/root/main/cond/clsnm" class="output_search" style="left:105px; top:10px; width:135px; height:19px; "/>
- <input id="input1" ref="/root/main/cond/clscd" visibility="hidden" style="left:55px; top:15px; width:100px; height:19px; "/>
- </group>
- <datagrid id="grd_educschelist" nodeset="/root/main/educschelist/educschelistinfo" autoresize="true" caption="교육명^교육제목^시작일자^종료일자^시작시간^종료시간^장소^강사명^대상인원^참석인원^담당원목자^담당원목자id^분류코드^일련번호^분류코드^일련번호" colsep="^" colwidth="115, 140, 80, 80, 55, 55, 88, 70, 55, 55, 70, 100, 12, 13" dataheight="25" defaultrows="1" explorerbar="sortshowmove" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:295px; top:75px; width:899px; height:665px; ">
- <col ref="clsnm"/>
- <col ref="titlnm"/>
- <col ref="fromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="todd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="fromtm" format="hh:nn" style="text-align:center; "/>
- <col ref="totm" format="hh:nn" style="text-align:center; "/>
- <col ref="plcenm"/>
- <col ref="lactrnm" style="text-align:center; "/>
- <col ref="trgtpsnqty" style="text-align:right; "/>
- <col ref="attntcnt" style="text-align:right; "/>
- <col ref="chrgconslrnm" style="text-align:center; "/>
- <col ref="chrgconslrid" visibility="hidden"/>
- <col ref="clscd" visibility="hidden"/>
- <col ref="seqno" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- fUpdtEducSche();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_educschelist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <button id="button10" class="btn2_letter2" style="left:1130px; top:49px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //그리드에 조회된 행사일정 결과를 rexpert를 이용해 출력
- exeReportPreview("RPAYA00501", "XMLSTR"); //미리보기
- ]]>
- </script>
- </button>
- <input id="input2" ref="/root/main/cond/scrncd" visibility="hidden" style="left:505px; top:45px; width:100px; height:19px; "/>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
- <button id="bt_rgst" class="btn4_letter2" style="left:1020px; top:3px; width:56px; height:22px; ">
- <caption>등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fNewEducSche();
- ]]>
- </script>
- </button>
- <button id="bt_updt" class="btn4_letter2" style="left:1079px; top:3px; width:56px; height:22px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fUpdtEducSche();
- ]]>
- </script>
- </button>
- <button id="bt_del" class="btn4_letter2" style="left:1138px; top:3px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fDelEducSche();
- ]]>
- </script>
- </button>
- <line id="line37" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|