123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575 |
- <?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>
- <ddaymngt>
- <ddaylist>
- <instcd/>
- <jobstat/>
- <seqnum/>
- <reqdate/>
- <reqdept/>
- <requser/>
- <reqprog/>
- <chktype/>
- <chkdesc/>
- <chkuser/>
- <reqtel/>
- <prouser/>
- <jobuser/>
- <enddate/>
- <prodesc/>
- <jobdesc/>
- <chkdesc2/>
- <jobflag/>
- <chfflag/>
- </ddaylist>
- </ddaymngt>
- </main>
- <send>
- <srchfromdd/>
- <srchtodd/>
- <srchflag>1</srchflag>
- <jobflag/>
- <chkflag/>
- <deptflag/>
- <userflag/>
- <savedata/>
- <srchinstcd/>
- <seqnum/>
- <reselect/>
- </send>
- <init>
- </init>
- <hidden/>
- <temp>
- <COUNT>
- <count>
- <cnt/>
- <cnt1/>
- <cnt2/>
- <cnt3/>
- <cnt4/>
- </count>
- <cacount>
- <cnt/>
- <cacnt1/>
- <cacnt2/>
- <cacnt3/>
- <cacnt4/>
- <cacnt5/>
- <cacnt6/>
- <cacnt7/>
- <cacnt8/>
- <cacnt9/>
- <cacnt10/>
- <cacnt11/>
- </cacount>
- </COUNT>
- </temp>
- <fwdData/>
- <rcvData/>
- <img/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- var d_day = "20100605"; //오픈 날짜
- var date1 = new Date(d_day.substr(0,4),d_day.substr(4,2)-1,d_day.substr(6,2));
- var date2 = new Date( getCurrentDate().substr(0,4),getCurrentDate().substr(4,2)-1,getCurrentDate().substr(6,2));
-
- var day_temp = date2 - date1;
- var day = 1000*60*60*24;
-
- var cur_date = getCurrentDate(); //지정된 컬럼에 오늘 날짜를 넣는방법
- model.setValue( input2.attribute("ref") , cur_date);
- model.setValue( input3.attribute("ref") , cur_date);
- model.setValue("/root/send/srchinstcd", getUserInfo("dutplceinstcd"));
-
- var day_count = " " + parseInt(day_temp/day) + " 일"
- output14.value = day_count;
-
- getDayList();
- ]]>
- </script>
- <submission id="TRAHR05100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/ddaymngt"/>
- <submission id="TRAHR05101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp/COUNT"/>
- <submission id="TXAHR05100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden"/>
- <submission id="TXAGA00112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
- </model>
- <script type="javascript">
- <![CDATA[
- //조회
- function getDayList() {
- model.removeNodeset("/root/main/ddaymngt/ddaylist");
- model.makeNode("/root/main/ddaymngt/ddaylist");
- datagrid1.rebuildStyle();
-
- submit("TRAHR05100",false);
- submit("TRAHR05101",false);
- model.refresh();
-
- var srcNodeList = model.instances(0).selectNodes ( "/root/main/ddaymngt/ddaylist" );
-
- for ( i=0; i <= srcNodeList.length; i++ ) {
-
- // var a1 = model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chkdesc");
- // var a2 = a1.replace(/\n/g, "");
- // var a3 = a2.replace(/\r/g, "");
- // model.setValue("/root/main/ddaymngt/ddaylist[" + i + "]/chkdesc",a3);
- if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chktype" ) == 'I'){
- datagrid1.RowStyle(i, "data", "background-color") = "#99ccff";
- }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chktype" ) == 'H'){
- datagrid1.RowStyle(i, "data", "background-color") = "#ff9900";
- }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/jobstat" ) == '4'){
- datagrid1.RowStyle(i, "data", "background-color") = "#c0c0c0";
- }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/jobstat" ) == '3'){
- datagrid1.RowStyle(i, "data", "background-color") = "#FF99CC";
- }
-
- }
- }
-
- function fReSearch() {
- btn_sea.dispatch("DOMActivate");
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1200;2,797;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1194px; height:712px; ">
- <group id="grp_sea" 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; "/>
- <line id="line13" class="line_4" style="x1:1112px; y1:7px; x2:1112px; y2:29px; "/>
- <button id="btn_sea" class="btn1_letter2" navindex="5" style="left:1128px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- getDayList();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:5px; top:8px; width:96px; height:17px; ">조회기간 :</caption>
- <caption id="caption14" class="search_n_b" style="left:211px; top:9px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <input id="input2" ref="/root/send/srchfromdd" class="input_s_essential" navindex="1" inputtype="date" style="left:107px; top:8px; width:100px; height:19px; "/>
- <input id="input3" ref="/root/send/srchtodd" class="input_s_essential" navindex="2" inputtype="date" style="left:227px; top:8px; width:100px; height:19px; "/>
- <caption id="caption3" class="search_name" style="left:390px; top:10px; width:86px; height:17px; ">조회구분 :</caption>
- <select1 id="radio1" ref="/root/send/srchflag" navindex="3" appearance="full" cols="5" overflow="visible" style="left:480px; top:10px; width:290px; height:15px; text-align:left; vertical-align:middle; 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>
- <item>
- <label>신고자별</label>
- <value>4</value>
- </item>
- <item>
- <label>부서별</label>
- <value>5</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var srchType = model.getValue("/root/send/srchflag");
- if(srchType == "1") {
- combo1.visible = false;
- combo2.visible = false;
- input1.visible = false;
- input4.visible = false;
- }else if(srchType == "2") {
- combo1.visible = true;
- combo2.visible = false;
- input1.visible = false;
- input4.visible = false;
- }else if(srchType == "3") {
- combo1.visible = false;
- combo2.visible = true;
- input1.visible = false;
- input4.visible = false;
- }else if(srchType == "4"){
- combo1.visible = false;
- combo2.visible = false;
- input1.visible = true;
- input4.visible = false;
- }else if(srchType == "5"){
- combo1.visible = false;
- combo2.visible = false;
- input1.visible = false;
- input4.visible = true;
- }
- ]]>
- </script>
- </select1>
- <select1 id="combo1" ref="/root/send/jobflag" visibility="hidden" appearance="minimal" style="left:825px; top:8px; width:180px; height:19px; ">
- <choices>
- <item>
- <label>접수</label>
- <value>1</value>
- </item>
- <item>
- <label>진행</label>
- <value>2</value>
- </item>
- <item>
- <label>사후</label>
- <value>3</value>
- </item>
- <item>
- <label>완료</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- </group>
- <line id="line1" class="line_1" style="x1:3px; y1:73px; x2:1194px; y2:74px; "/>
- <input id="input4" ref="/root/send/deptflag" visibility="hidden" style="left:825px; top:18px; width:180px; height:19px; "/>
- <select1 id="combo2" ref="/root/send/chkflag" visibility="hidden" appearance="minimal" style="left:825px; top:18px; width:180px; height:19px; ">
- <choices>
- <item>
- <label>단순오류</label>
- <value>A</value>
- </item>
- <item>
- <label>사용미숙</label>
- <value>B</value>
- </item>
- <item>
- <label>사용문의</label>
- <value>C</value>
- </item>
- <item>
- <label>Data오류</label>
- <value>D</value>
- </item>
- <item>
- <label>프로그램</label>
- <value>E</value>
- </item>
- <item>
- <label>H/W</label>
- <value>F</value>
- </item>
- <item>
- <label>기타</label>
- <value>G</value>
- </item>
- <item>
- <label>현장지원</label>
- <value>H</value>
- </item>
- <item>
- <label>기준자료</label>
- <value>J</value>
- </item>
- <item>
- <label>요청사항</label>
- <value>K</value>
- </item>
- <item>
- <label>공지사항</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <datagrid id="datagrid1" nodeset="/root/main/ddaymngt/ddaylist" caption="기관코드^진행상태^일련번호^신고일시^현장부서^신고자^해당화면^상황접수유형^장애내용^접수자^연락번호^접수자^처리자^처리일시^처리내역^비고^진행상태^상황접수내역" colsep="^" colwidth="52, 62, 83, 100, 103, 70, 84, 87, 406, 61, 100, 61, 60, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:3px; top:78px; width:1017px; height:632px; background-color:transparent; ">
- <col ref="instcd" visibility="hidden"/>
- <col disabled="true" ref="jobstat" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>접수</label>
- <value>1</value>
- </item>
- <item>
- <label>진행</label>
- <value>2</value>
- </item>
- <item>
- <label>사후</label>
- <value>3</value>
- </item>
- <item>
- <label>완료</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col ref="seqnum" visibility="hidden"/>
- <col ref="reqdate" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="reqdept" style="text-align:center; "/>
- <col ref="requser" style="text-align:center; "/>
- <col ref="reqprog"/>
- <col disabled="true" ref="chktype" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>단순오류</label>
- <value>A</value>
- </item>
- <item>
- <label>사용미숙</label>
- <value>B</value>
- </item>
- <item>
- <label>사용문의</label>
- <value>C</value>
- </item>
- <item>
- <label>Data오류</label>
- <value>D</value>
- </item>
- <item>
- <label>프로그램</label>
- <value>E</value>
- </item>
- <item>
- <label>H/W</label>
- <value>F</value>
- </item>
- <item>
- <label>기타</label>
- <value>G</value>
- </item>
- <item>
- <label>현장지원</label>
- <value>H</value>
- </item>
- <item>
- <label>기준자료</label>
- <value>J</value>
- </item>
- <item>
- <label>요청사항</label>
- <value>K</value>
- </item>
- <item>
- <label>공지사항</label>
- <value>I</value>
- </item>
- </choices>
- </col>
- <col ref="chkdesc" style="left:520px; top:23px; width:406px; height:23px; "/>
- <col ref="chkuser" style="text-align:center; "/>
- <col ref="reqtel" visibility="hidden"/>
- <col ref="prouser" visibility="hidden"/>
- <col ref="jobuser" visibility="hidden"/>
- <col ref="enddate" visibility="hidden"/>
- <col ref="prodesc" visibility="hidden"/>
- <col ref="jobdesc" visibility="hidden"/>
- <col ref="jobflag" visibility="hidden"/>
- <col ref="chfflag" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var row = datagrid1.row;
- if(row > 0) {
- window.load("SPAHA09991_상황실입력수정.xrw",
- "modal",
- "",
- "width:850px; height:600px; resize:false; align:center;",
- "/root/main/ddaymngt/ddaylist[" + row + "]",
- "/root/main/list/new"
- );
-
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- datagrid1.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <output id="output6" ref="/root/temp/COUNT/cacount/cacnt3" style="left:1087px; top:486px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output10" ref="/root/temp/COUNT/cacount/cacnt7" style="left:1087px; top:667px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output7" ref="/root/temp/COUNT/cacount/cacnt4" style="left:1087px; top:512px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output11" ref="/root/temp/COUNT/cacount/cacnt8" style="left:1087px; top:591px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output8" ref="/root/temp/COUNT/cacount/cacnt1" style="left:1087px; top:434px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output12" ref="/root/temp/COUNT/cacount/cacnt5" style="left:1087px; top:538px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output9" ref="/root/temp/COUNT/cacount/cacnt2" style="left:1087px; top:460px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output13" ref="/root/temp/COUNT/cacount/cacnt6" style="left:1087px; top:564px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output17" ref="/root/temp/COUNT/cacount/cacnt10" style="left:1087px; top:617px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output18" ref="/root/temp/COUNT/cacount/cacnt11" style="left:1087px; top:642px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <caption id="caption20" class="cell_1" style="left:1025px; top:589px; width:60px; height:23px; text-align:center; vertical-align:middle; ">현장지원</caption>
- <caption id="caption10" class="cell_1" style="left:1025px; top:432px; width:60px; height:23px; text-align:center; vertical-align:middle; ">단순오류</caption>
- <caption id="caption11" class="cell_1" style="left:1025px; top:458px; width:60px; height:23px; text-align:center; vertical-align:middle; ">사용미숙</caption>
- <caption id="caption12" class="cell_1" style="left:1025px; top:484px; width:60px; height:23px; text-align:center; vertical-align:middle; ">사용문의</caption>
- <caption id="caption13" class="cell_1" style="left:1025px; top:510px; width:60px; height:23px; text-align:center; vertical-align:middle; ">Data오류</caption>
- <caption id="caption4" class="cell_1" style="left:1025px; top:341px; width:165px; height:35px; font-family:굴림체; font-weight:bold; text-align:center; vertical-align:middle; ">상황 접수 유형</caption>
- <caption id="caption15" class="cell_1" style="left:1025px; top:536px; width:60px; height:23px; text-align:center; vertical-align:middle; ">프로그램</caption>
- <caption id="caption16" class="cell_1" style="left:1025px; top:562px; width:60px; height:23px; text-align:center; vertical-align:middle; ">H/W</caption>
- <caption id="caption17" class="cell_1" style="left:1025px; top:665px; width:60px; height:23px; text-align:center; vertical-align:middle; ">기타</caption>
- <caption id="caption19" class="cell_2" style="left:1025px; top:206px; width:60px; height:23px; text-align:center; vertical-align:middle; ">전체</caption>
- <output id="output3" ref="/root/temp/COUNT/count/cnt" appearance="output" style="left:1087px; top:208px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <line id="line46" class="line_2" style="x1:1025px; y1:456px; x2:1190px; y2:456px; "/>
- <line id="line3" class="line_2" style="x1:1025px; y1:256px; x2:1190px; y2:256px; "/>
- <line id="line4" class="line_2" style="x1:1025px; y1:482px; x2:1190px; y2:482px; "/>
- <line id="line5" class="line_2" style="x1:1025px; y1:508px; x2:1190px; y2:508px; "/>
- <line id="line6" class="line_2" style="x1:1025px; y1:534px; x2:1190px; y2:534px; "/>
- <line id="line7" class="line_2" style="x1:1025px; y1:560px; x2:1190px; y2:560px; "/>
- <line id="line8" class="line_2" style="x1:1025px; y1:586px; x2:1190px; y2:586px; "/>
- <line id="line9" class="line_2" style="x1:1025px; y1:612px; x2:1190px; y2:612px; "/>
- <line id="line10" class="line_2" style="x1:1025px; y1:638px; x2:1190px; y2:638px; "/>
- <caption id="caption5" class="cell_1" style="left:1025px; top:232px; width:60px; height:23px; text-align:center; vertical-align:middle; ">접수</caption>
- <output id="output1" ref="/root/temp/COUNT/count/cnt1" appearance="output" style="left:1087px; top:234px; width:102px; height:19px; font-size:14pt; font-weight:bold; color:#ff0000; text-align:center; "/>
- <caption id="caption7" class="cell_1" style="left:1025px; top:258px; width:60px; height:23px; text-align:center; vertical-align:middle; ">진행</caption>
- <output id="output2" ref="/root/temp/COUNT/count/cnt2" appearance="output" style="left:1087px; top:260px; width:102px; height:19px; font-size:14pt; font-weight:bold; color:#0000ff; text-align:center; "/>
- <line id="line11" class="line_2" style="x1:1025px; y1:282px; x2:1190px; y2:282px; "/>
- <caption id="caption8" class="cell_1" style="left:1025px; top:284px; width:60px; height:23px; text-align:center; vertical-align:middle; ">사후</caption>
- <output id="output4" ref="/root/temp/COUNT/count/cnt3" appearance="output" style="left:1087px; top:286px; width:102px; height:19px; font-size:14pt; font-weight:bold; color:#ff00ff; text-align:center; "/>
- <line id="line12" class="line_2" style="x1:1025px; y1:308px; x2:1190px; y2:308px; "/>
- <output id="output5" ref="/root/temp/COUNT/count/cnt4" appearance="output" style="left:1087px; top:312px; width:102px; height:19px; font-size:14pt; font-weight:bold; color:#808080; text-align:center; "/>
- <caption id="caption9" class="cell_1" style="left:1026px; top:310px; width:60px; height:23px; text-align:center; vertical-align:middle; ">완료</caption>
- <line id="line14" class="line_2" style="x1:1026px; y1:334px; x2:1191px; y2:334px; "/>
- <input id="input1" ref="/root/send/userflag" navindex="4" visibility="hidden" style="left:825px; top:18px; width:180px; height:19px; "/>
- <button id="button3" class="btn2_letter2" visibility="hidden" style="left:1082px; top:52px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var cur_seq = model.getValue("/root/main/ddaymngt/ddaylist["+datagrid1.row+"]/seqnum");
-
- if (cur_seq == " "){
- alert( " 삭제할 데이터를 선택하여 주시기 바랍니다" );
- }
- else{
- datagrid1.rebuildStyle();
- model.setValue("/root/send/seqnum",cur_seq);
- submit("TXAGA00112",false);
- submit("TRAHR05100",false);
- submit("TRAHR05101");
-
- var srcNodeList = model.instances(0).selectNodes ( "/root/main/ddaymngt/ddaylist" );
-
- for ( i=0; i <= srcNodeList.length; i++ ) {
-
- if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chktype" ) == 'I'){
- datagrid1.RowStyle(i, "data", "background-color") = "#99ccff";
- }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chktype" ) == 'H'){
- datagrid1.RowStyle(i, "data", "background-color") = "#ff9900";
- }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/jobstat" ) == '4'){
- datagrid1.RowStyle(i, "data", "background-color") = "#c0c0c0";
- }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/jobstat" ) == '3'){
- datagrid1.RowStyle(i, "data", "background-color") = "#FF99CC";
- }
- }
- model.refresh();
- alert(" 성공적으로 삭제 되었습니다");
- }
-
- ]]>
- </script>
- </button>
- <caption id="caption1" class="cell_1" style="left:1025px; top:120px; width:165px; height:42px; font-size:14pt; font-weight:bold; color:#ff0000; text-align:left; vertical-align:middle; ">D-Day :</caption>
- <output id="output14" style="left:1089px; top:131px; width:100px; height:19px; font-family:굴림; font-size:14pt; font-weight:bold; color:#ff0000; text-align:center; "/>
- <caption id="caption18" class="cell_1" style="left:1025px; top:171px; width:165px; height:34px; font-family:굴림체; font-weight:bold; text-align:center; vertical-align:middle; ">진행 상태 집계</caption>
- <line id="line15" class="line_1" style="x1:1025px; y1:335px; x2:1190px; y2:335px; "/>
- <line id="line16" class="line_1" style="x1:1025px; y1:165px; x2:1190px; y2:165px; "/>
- <caption id="caption21" class="cell_2" style="left:1025px; top:380px; width:60px; height:23px; text-align:center; vertical-align:middle; ">전체</caption>
- <output id="output15" ref="/root/temp/COUNT/cacount/cnt" style="left:1087px; top:382px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <output id="output16" ref="/root/temp/COUNT/cacount/cacnt9" style="left:1087px; top:408px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
- <caption id="caption22" class="cell_1" style="left:1025px; top:406px; width:60px; height:23px; text-align:center; vertical-align:middle; ">공지사항</caption>
- <line id="line2" class="line_2" style="x1:1025px; y1:230px; x2:1190px; y2:230px; "/>
- <line id="line17" class="line_2" style="x1:1025px; y1:430px; x2:1190px; y2:430px; "/>
- <line id="line18" class="line_2" style="x1:1025px; y1:404px; x2:1190px; y2:404px; "/>
- <caption id="caption23" class="cell_1" style="left:1025px; top:615px; width:60px; height:23px; text-align:center; vertical-align:middle; ">기준자료</caption>
- <caption id="caption24" class="cell_1" style="left:1025px; top:640px; width:60px; height:23px; text-align:center; vertical-align:middle; ">요청자료</caption>
- <bool id="bool1" checkvalue="Y,N" ref="/root/send/reselect" style="left:925px; top:50px; width:20px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var reselect = model.getValue("/root/send/reselect");
- if (reselect == "Y") {
- fReSearchID = window.setInterval("fReSearch()", 15000); //6시간
- } else {
- window.clearInterval(fReSearchID);
- }
- model.refresh();
- ]]>
- </script>
- </bool>
- <caption id="caption25" style="left:945px; top:50px; width:100px; height:20px; ">
- <![CDATA[자동 재조회]]>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var reselect = model.getValue("/root/send/reselect");
- if (reselect == "N" || isNull(reselect)) {
- model.setValue("/root/send/reselect", "Y");
- } else {
- model.setValue("/root/send/reselect", "N");
- }
- model.refresh();
- ]]>
- </script>
- </caption>
- </group>
- <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:144px; height:14px; ">상황실 프로그램</caption>
- </group>
- <button id="button1" class="btn2_letter4" navindex="7" style="left:1126px; top:62px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var file = window.fileDialog("save", "", "true", "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if(file != "") {
- datagrid1.saveExcel(file, "colhiddenextend:true;");
- }
- ]]>
- </script>
- </button>
- <button id="button2" class="btn5_letter2" disabled="false" navindex="6" style="left:1075px; top:62px; width:42px; height:19px; ">
- <caption>입력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.rebuildStyle();
- model.makeValue("/root/fwdData/data","button2");
- window.load("SPAHA09990_상황실입력.xrw",
- "modal",
- "",
- "width:850px; height:600px; resize:false; align:center;",
- "/root/main/list/new",
- "/root/main/ddaymngt/ddaylist"
- );
-
- ]]>
- </script>
- </button>
- <line id="line52" class="line_3" style="x1:0px; y1:726px; x2:1195px; y2:726px; "/>
- <script type="javascript" ev:event="body(xhtml:body)">
- <![CDATA[
-
- ]]>
- </script>
- <img id="img1" visibility="visible" src="../../../com/commonweb/images/korean.jpg" appearance="image" style="left:1040px; top:104px; width:125px; height:20px; background-stretch:stretch; "/>
- <button id="button4" class="btn4_letter2" disabled="false" visibility="hidden" style="left:1130px; top:700px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|