123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMAYA03100기타원목활동등록.xrw
- * 설 명 : 기타원목활동내역관리
- * 작 성 자 : 김다영
- * 작 성 일 : 2007.11.10
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <remfthlist>
- <remfthlistinfo>
- <clsflag/>
- <clscd/>
- <clssupcd/>
- <clsnm/>
- <scrncd/>
- <depth/>
- <pathcd/>
- <conslrid/>
- <conslrnm/>
- </remfthlistinfo>
- </remfthlist>
- <cond>
- <clscd/>
- <reffromdd/>
- <reftodd/>
- <conslrid/>
- <scrncd/>
- <clsnm/>
- <conslrnm/>
- </cond>
- <remfthschelist>
- <remfthschelistinfo>
- <fthactdd/>
- <clssupnm/>
- <clsnm/>
- <acttims/>
- <acttmmnt/>
- <actspec/>
- <clssupcd/>
- <clscd/>
- <conslrid/>
- <acttm/>
- <status/>
- <acttmhour/>
- <acttmminu/>
- </remfthschelistinfo>
- </remfthschelist>
- <remfthaddlist>
- <remfthaddlistinfo>
- <fthactdd/>
- <clssupnm/>
- <clsnm/>
- <acttims/>
- <acttm/>
- <actspec/>
- <clssupcd/>
- <clscd/>
- <conslrid/>
- <acttmmnt/>
- <status/>
- <conslrnm/>
- <acttmhour/>
- <acttmminu/>
- </remfthaddlistinfo>
- </remfthaddlist>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- <removedata/>
- </send>
- <init>
- </init>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRAYA03101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/remfthlist"/>
- <submission id="TXAYA03101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" replace="instance" resultref="/root/main/remfthschelist/remfthschelistinfo"/>
- <submission id="TRAYA03102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/main/remfthschelist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript">
- <![CDATA[
- /**========================================================================================================================================
- * 화면 오픈시
- =========================================================================================================================================*/
- function fInit() {
- //기타원목활동내역 그리드 초기화
- model.removeNodeset("/root/main/remfthschelist/remfthschelistinfo");
- grd_remfthlist.refresh();
-
- //신심단체/사목회 트리구조를 조회
- model.makeNode("/root/send/clsflag");
- model.makeValue("/root/init/clsflag",'E'); //clsflag값을 'E'로 넘기기
- submit("TRAYA03101");
-
- //조회기간 오늘 날짜로 세팅
- var CurrentDate = getCurrentDate();
- model.setValue("/root/main/cond/reffromdd", CurrentDate);
- model.setValue("/root/main/cond/reftodd", CurrentDate);
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/fthactdd", CurrentDate);
-
- //사용자명 (입력자 또는 로그인한 사용자명)
- var usernm = getUserInfo("usernm");
- model.setValue(opt_conslrid.attribute("ref"), usernm);
- model.refresh();
-
- var userid = getUserInfo("userid");
- model.setValue("/root/main/cond/conslrid", userid);
- model.refresh();
-
- fRef();
- }
- /**========================================================================================================================================
- * 조회버튼 클릭시
- =========================================================================================================================================*/
- function fRef() {
- ipt_fthactdd.disabled = true;
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo");
- var clscd = model.getValue("/root/main/cond/clscd");
- var depth = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd='" + clscd + "']/depth");
- /*
- if (depth == '1') {
- messageBox("최상위 레벨은 조회", "E001");
- return;
- }
- */
- model.makeNode("/root/send/reqdata");
- model.copyNode("/root/send/reqdata","/root/main/cond");
- model.refresh();
- submit("TRAYA03102");
- }
- /**========================================================================================================================================
- * 트리리스트 클릭시
- =========================================================================================================================================*/
- function fSelectedTree() {
- ipt_fthactdd.disabled = false;
- //트리리스트에서 선택한 clscd 값
- var clscd = model.getValue("/root/main/cond/clscd");
-
- var clssupnm = model.getValue("/root/main/remfthlist/remfthlistinfo[clssupcd='" + clscd +"']/clsnm");
- var clssupcd = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd ='" + clscd +"']/clssupcd");
- var clssupnm = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd ='" + clssupcd+"']/clsnm");
- var clsnm = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd ='" + clscd +"']/clsnm");
- var scrncd = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd ='" + clscd +"']/scrncd");
- var clsflag = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd='" + clscd + "']/clsflag");
- var CurrentDate = getCurrentDate();
-
- if(clscd != '' && (scrncd.charAt(0) != clsflag)){
- messageBox("'" + clsnm +"'" + "하위에 기타원목활동이 존재합니다. 최하위 기타원목활동을", "C002");
- return;
- }
- else {
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo");
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/clssupnm",clssupnm);
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/clsnm", clsnm);
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/fthactdd", CurrentDate);
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/clscd", clscd);
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/clssupcd", clssupcd);
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/conslrid", getUserInfo("userid"));
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/status", "i");
- model.setValue("/root/main/cond/scrncd", scrncd);
- model.refresh();
- }
- }
- /**========================================================================================================================================
- * 초기화
- =========================================================================================================================================*/
- function fInitCtrl() {
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo/clssupnm");
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo/clsnm");
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo/fthactdd");
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo/acttm");
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo/acttims");
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo/actspec");
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo/acttmhour");
- model.resetInstanceNode("/root/main/remfthaddlist/remfthaddlistinfo/acttmminu");
- model.refresh();
- }
-
-
- function fGetGridList() {
- var idx = grd_remfthlist.row;
- if( idx < 1) return ;
- //model.copyNode("/root/main/remfthaddlist/remfthaddlistinfo", grd_remfthlist.nodeset + "[" + idx + "]");
-
- ipt_fthactdd.disabled = true;
- model.resetInstanceNode("/root/hidden/main/remfthaddlist/remfthaddlistinfo");
- model.copyNode("/root/main/remfthaddlist/remfthaddlistinfo", grd_remfthlist.nodeset + "[" + idx + "]");
-
- // hidden에 내용 복사
- model.removeNodeset("/root/hidden/main/remfthaddlist/remfthaddlistinfo");
- model.makeValue("/root/hidden/main/remfthaddlist/remfthaddlistinfo", grd_remfthlist.nodeset + "[" + idx + "]");
- //model.setValue("/root/hidden/main/remfthaddlist/remfthaddlistinfo/status", "u");
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/status", "u");
- model.refresh();
-
-
- }
- /**========================================================================================================================================
- * 기타원목활동조회 팝업
- =========================================================================================================================================*/
- function fAYA03000()
- {
- modal("SMAYA03000",1,100,100);
- //modal("SMAYA03000",null,null,null, "SMAYA03000", "/root/actsource", "/root/main/actsource");
- }
- /**========================================================================================================================================
- * 삭제버튼클릭시
- =========================================================================================================================================*/
- function fGetDelGridList(){
- var idx = grd_remfthlist.row;
- if ( model.getValue("/root/main/remfthschelist/remfthschelistinfo[" + idx + "]/clsnm") != ""){
- var btn = messageBox("선택 일정을 ", "Q001");
- if (btn == '6') {
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/status",'d');
- model.makeNode("/root/send/savedata");
- model.copyNode("/root/send/savedata","/root/main/remfthaddlist");
- if (submit("TXAYA03101", "false") == true)
- {
- fRef();
- }
- } else if (btn == '7') {
- return;
- }
- } else {
- messageBox("삭제할 일정을", "C002");
- }
- }
-
-
- /**========================================================================================================================================
- * 저장버튼클릭시
- =========================================================================================================================================*/
-
- function fSaveData() {
- var clscd = model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/clscd");
- var clsnm = model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/clsnm");
- var clsflag = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd='" + clscd + "']/clsflag");
- var scrncd = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd='" + clscd + "']/scrncd");
- if(clscd != '' && (scrncd.charAt(0) != clsflag)){
- messageBox("'" + clsnm + "하위에 기타원목활동이 존재합니다. 최하위 기타원목활동을", "C002");
- return;
- }
-
- else if (ipt_lactrnm.currentText == "" || ipt_lactrnm.currentText == "0")
- {
- messageBox("수행횟수를", "C001");
- model.setFocus("ipt_lactrnm");
- return;
- }
-
-
- var status = model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/status");
-
- //alert("status="+status);
- //중복체크
- if (status == "i") { //등록
- //if (seqno == "") { //등록
- var fthactdd = '';
- var clscd = '';
- for(var i = 1; i < grd_remfthlist.rows; i++){
- fthactdd = model.getValue("/root/main/remfthschelist/remfthschelistinfo"+ '[' + i + ']/fthactdd');
- clscd = model.getValue("/root/main/remfthschelist/remfthschelistinfo"+ '[' + i + ']/clscd');
- //clssupcd = model.getValue("/root/main/remfthschelist/remfthschelistinfo"+ '[' + i + ']/clssupcd);
- if(fthactdd == model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/fthactdd")&&(clscd == model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/clscd"))){
- messageBox('데이터가 ', 'E006')
- return;
- }
-
- }
- var clscd = model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/clscd");
- var depth = model.getValue("/root/main/remfthlist/remfthlistinfo[clscd='" + clscd + "']/depth");
- if (depth == '1') {
- return;
- }
-
-
- var acttmhour = model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/acttmhour");
- var acttmminu = model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/acttmminu");
-
- acttmhour = (acttmhour == '')? 0 : acttmhour;
- acttmminu = (acttmminu == '')? 0 : acttmminu;
-
- var acttm = (eval(acttmhour)*60) + eval(acttmminu)
- //alert(acttm);
-
- if(acttm == ''){
- acttm = 0;
- }
-
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/acttm",acttm);
- //model.setValue("/root/main/remfthschelist/remfthschelistinfo/acttmmnt",acttm);
- //alert(model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/acttm"));
- model.removeNodeset("/root/send/savedata");
- model.makeNode("/root/send/savedata");
- model.copyNode("/root/send/savedata","/root/main/remfthaddlist/remfthaddlistinfo");
-
- submit("TXAYA03101");
- fRef();
-
- } else if (status == "u") { //수정
- //} else if (seqno != "") { //수정
- //변경여부체크
- if (instance1.selectSingleNode("/root/hidden/main/remfthaddlist").xml == instance1.selectSingleNode("/root/main/remfthaddlist").xml) {
- messageBox("변경된 데이터가 ","I004");
- return;
- } else {
-
- var acttmhour = model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/acttmhour");
- var acttmminu = model.getValue("/root/main/remfthaddlist/remfthaddlistinfo/acttmminu");
-
- acttmhour = (acttmhour == '')? 0 : acttmhour;
- acttmminu = (acttmminu == '')? 0 : acttmminu;
-
- var acttm = (eval(acttmhour)*60) + eval(acttmminu)
-
- //alert(acttm);
- model.setValue("/root/main/remfthaddlist/remfthaddlistinfo/acttm",acttm);
-
- model.removeNodeset("/root/send/savedata");
- model.makeNode("/root/send/savedata");
- model.copyNode("/root/send/savedata","/root/main/remfthaddlist/remfthaddlistinfo");
-
- submit("TXAYA03101");
- fRef();
-
- }
- }
- }
-
- /**========================================================================================================================================
- * grid node set sort
- * param : nodeset : 그리드 nodeset path
- trgtref : sort 타켓 instance명
- mode : 내림차, 또는 올림차 (desc, asc)
- =========================================================================================================================================*/
- function nodeListSort( nodeset, trgRef, mode ){
- var nodesetCnt = model.getXPathValue("count(" + nodeset + ")");
- if(nodesetCnt == 0) return;
-
- var tmpVal1, tmpVal2;
- var tmpIndx;
-
- for(var i = 1; i <= nodesetCnt; i++){
- for(var j = i + 1 ; j <= nodesetCnt; j++){
- tmpVal1 = model.getValue(nodeset + "[" + i + "]/" + trgRef);
- tmpVal2 = model.getValue(nodeset + "[" + j + "]/" + trgRef);
- if(isNumber(tmpVal1)==true){tmpVal1 = Number(tmpVal1);}
- if(isNumber(tmpVal2)==true){tmpVal2 = Number(tmpVal2);}
- if(mode == "desc"){
- if(tmpVal1 < tmpVal2){
- model.duplicate(instance1.selectSingleNode(nodeset).parentNode, nodeset + "[" + j + "]", "*[" + i + "]");
- model.removenode(nodeset + "[" + (j + 1) + "]");
- model.duplicate(instance1.selectSingleNode(nodeset).parentNode, nodeset + "[" + (i + 1) + "]", "*[" + j + "]");
- model.removenode(nodeset + "[" + (i + 1) + "]");
- }
- }else if(mode == "asc"){
- if(tmpVal1 > tmpVal2){
- model.duplicate(instance1.selectSingleNode(nodeset).parentNode, nodeset + "[" + j + "]", "*[" + i + "]");
- model.removenode(nodeset + "[" + (j + 1) + "]");
- model.duplicate(instance1.selectSingleNode(nodeset).parentNode, nodeset + "[" + (i + 1) + "]", "*[" + j + "]");
- model.removenode(nodeset + "[" + (i + 1) + "]");
- }
- }
- }
- }
- }
-
- function isNumber(str) {
- str += ''; // 문자열로 변환
- str = str.replace(/^\s*|\s*$/g, ''); // 좌우 공백 제거
- if (str == '' || isNaN(str)) return false;
- return true;
- }
-
- var gmode = "asc";
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1193;" 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:155px; height:14px; ">기타 원목활동내역 관리</caption>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
- <line id="line37" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <caption id="caption21" class="tit_2" style="left:295px; top:50px; width:190px; height:13px; ">기타 원목활동내역</caption>
- <group id="group4" style="left:295px; top:10px; width:899px; height:35px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:899px; height:35px; "/>
- <button id="button2" class="btn1_letter2" style="left:827px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fRef();
- ]]>
- </script>
- </button>
- <caption id="caption25" class="search_name" style="left:20px; top:10px; width:86px; height:17px; ">조회일자 :</caption>
- <line id="line2" style="x1:815px; y1:5px; x2:815px; y2:27px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_reffromdd" ref="/root/main/cond/reffromdd" class="input_default" navindex="13" inputtype="date" style="left:120px; top:10px; width:100px; height:19px; "/>
- <input id="ipt_reftodd" ref="/root/main/cond/reftodd" class="input_default" navindex="13" inputtype="date" style="left:240px; top:10px; width:100px; height:19px; "/>
- <caption id="caption9" class="search_no_b" style="left:225px; top:10px; width:12px; height:17px; ">~</caption>
- <caption id="caption1" class="search_name" style="left:365px; top:11px; width:86px; height:17px; ">원목자 :</caption>
- <output id="opt_conslrid" ref="/root/main/cond/conslrnm" class="output_fix" style="left:450px; top:10px; width:105px; height:19px; "/>
- </group>
- <datagrid id="grd_remfthlist" nodeset="/root/main/remfthschelist/remfthschelistinfo" autoresize="true" caption="활동일자^항목^하위항목^수행횟수^소요시간^비고^acttmhour^acttmminu" colsep="^" colwidth="79, 122, 125, 68, 100, 370, 100, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:295px; top:75px; width:890px; height:540px; ">
- <col ref="fthactdd" format="yyyy-mm-dd"/>
- <col ref="clssupnm"/>
- <col ref="clsnm"/>
- <col ref="acttims" style="text-align:center; "/>
- <col ref="acttmmnt" style="text-align:center; "/>
- <col ref="actspec"/>
- <col ref="acttmhour" visibility="hidden"/>
- <col ref="acttmminu" visibility="hidden"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var curcol = grd_remfthlist.col;
- var currow = grd_remfthlist.row;
-
- if(currow == 0){
- if(grd_remfthlist.isCell(event.target)){
- var curcol = grd_remfthlist.col;
- nodeListSort(grd_remfthlist.nodeset, grd_remfthlist.colAttribute(curcol, "ref"), gmode);
-
- if(gmode=="asc"){
- gmode = "desc";
- }else{
- gmode = "asc";
- }
- }
- model.refresh();
- }else{
- if(isDataCell()){
- fGetGridList();
- }
-
- }
-
- /*
- if(isDataCell()){
- fGetGridList();
- }else{
- var curcol = grd_remfthlist.col;
- nodeListSort(grd_remfthlist.nodeset, grd_remfthlist.colAttribute(curcol, "ref"), gmode);
-
- if(gmode=="asc"){
- gmode = "desc";
- }else{
- gmode = "asc";
- }
- model.refresh();
- }*/
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_remfthlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <caption id="caption2" class="tit_2" style="left:5px; top:10px; width:145px; height:14px; ">기타 원목활동 리스트</caption>
- <treeview id="trv_remfthlist" ref="/root/main/cond/clscd" expanddepth="3" itemsettype="depth" style="left:0px; top:30px; width:290px; height:710px; ">
- <itemset nodeset="/root/main/remfthlist/remfthlistinfo">
- <label ref="clsnm"/>
- <value ref="clscd"/>
- <depth ref="depth"/>
- </itemset>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- fSelectedTree();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- model.setFocus("ipt_lactrnm"); //트리선택시 수행횟수로이동
- model.refresh();
- ]]>
- </script>
- </treeview>
- <line id="line3" class="line_1" style="x1:0px; y1:25px; x2:290px; y2:25px; ">-</line>
- <group id="group9" style="left:295px; top:625px; width:885px; height:110px; ">
- <caption id="caption13" class="tit_2" style="left:8px; top:5px; width:157px; height:14px; font-family:돋움; vertical-align:middle; ">기타 원목활동내역 등록</caption>
- <caption id="caption14" class="cell_1" style="left:0px; top:25px; width:70px; height:23px; text-align:center; vertical-align:middle; ">항 목</caption>
- <button id="button15" class="btn5_letter3" style="left:830px; top:0px; width:53px; height:19px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitCtrl();
- ]]>
- </script>
- </button>
- <caption id="caption15" class="cell_1" style="left:0px; top:50px; width:70px; height:50px; text-align:center; vertical-align:middle; ">비 고</caption>
- <line id="line12" class="line_1" style="x1:0px; y1:20px; x2:885px; y2:20px; "/>
- <line id="line13" class="line_3" style="x1:0px; y1:105px; x2:880px; y2:105px; "/>
- <textarea id="textarea1" ref="/root/main/remfthaddlist/remfthaddlistinfo/actspec" navindex="4" imemode="hangul" maxlength="100" style="left:74px; top:50px; width:810px; height:50px; "/>
- <caption id="caption8" class="cell_1" style="left:182px; top:25px; width:70px; height:23px; text-align:center; vertical-align:middle; ">하위항목</caption>
- <output id="opt_clscd" ref="/root/main/remfthaddlist/remfthaddlistinfo/clsnm" class="output_fix" style="left:254px; top:27px; width:133px; height:19px; "/>
- <button id="button7" class="btn5_letter2" style="left:785px; top:0px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetDelGridList();
- ]]>
- </script>
- </button>
- <button id="button3" class="btn5_letter2" style="left:740px; top:0px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveData();
- ]]>
- </script>
- </button>
- <output id="opt_clssupcd" ref="/root/main/remfthaddlist/remfthaddlistinfo/clssupnm" class="output_fix" style="left:74px; top:27px; width:105px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:390px; top:24px; width:70px; height:23px; text-align:center; vertical-align:middle; ">활동일자</caption>
- <input id="ipt_fthactdd" ref="/root/main/remfthaddlist/remfthaddlistinfo/fthactdd" class="input_default" disabled="true" navindex="13" inputtype="date" style="left:462px; top:27px; width:100px; height:19px; "/>
- <caption id="caption4" class="cell_1" style="left:565px; top:24px; width:70px; height:23px; text-align:center; vertical-align:middle; ">수행횟수</caption>
- <input id="ipt_lactrnm" ref="/root/main/remfthaddlist/remfthaddlistinfo/acttims" class="input_default" navindex="1" maxlength="2" format="####" appearance="input" style="left:638px; top:27px; width:30px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //fLactrValChg();
- ]]>
- </script>
- </input>
- <caption id="caption5" class="cell_1" style="left:671px; top:25px; width:70px; height:23px; text-align:center; vertical-align:middle; ">소요시간</caption>
- <input id="input1" ref="/root/main/remfthaddlist/remfthaddlistinfo/acttmminu" navindex="3" maxlength="2" format="####" style="left:819px; top:27px; width:37px; height:19px; text-align:right; "/>
- <caption id="caption7" class="cell_1" style="left:859px; top:25px; width:26px; height:23px; text-align:center; vertical-align:middle; ">분</caption>
- <caption id="caption10" class="cell_1" style="left:784px; top:25px; width:33px; height:23px; text-align:left; vertical-align:middle; ">시간</caption>
- <input id="input2" ref="/root/main/remfthaddlist/remfthaddlistinfo/acttmhour" navindex="2" maxlength="2" format="####" style="left:744px; top:27px; width:37px; height:19px; text-align:right; "/>
- </group>
- <line id="line1" class="line_1" style="x1:295px; y1:70px; x2:1185px; y2:70px; "/>
- <button id="button83" class="btn3_letter10" style="left:1034px; top:47px; width:152px; height:22px; ">
- <caption>기타원목활동내역조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAYA03000();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|