123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- <?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>IRB일정관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <irbschelist>
- <item>
- <judgappdg/>
- <subjno/>
- <subjnm/>
- <itemnm/>
- <reqdt/>
- <respstdynm/>
- <cmpynm/>
- <irbjudgcostamt/>
- <irbjudgcostdepoyn/>
- <conftm/>
- <mdlschedd/>
- <contschedd/>
- <endschedd/>
- <rsltschedd/>
- <instcd/>
- <subjid/>
- <respstdyempno/>
- <reqinstcd/>
- </item>
- </irbschelist>
- </main>
- <send>
- <srchstartdd/>
- <srchenddd/>
- <srchdateflag>1</srchdateflag>
- <srchreststdynm/>
- <srchcmpynm/>
- <srchsubjno/>
- <senddata/>
- </send>
- <hidden/>
- <init>
- </init>
- <temp/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fCheckSearch(){
- var startdd = model.getValue("/root/send/srchstartdd");
- var enddd = model.getValue("/root/send/srchenddd");
- var dateflag = model.getValue("/root/send/srchdateflag");
- var flag = true;
-
- if(startdd=="" && enddd!=""){
- messageBox("조회시작일을","C001")
- model.setFocus("ipt_startdd");
- flag = false;
- }
- if(startdd!="" && enddd==""){
- messageBox("조회종료일을","C001")
- model.setFocus("ipt_enddd");
- flag = false;
- }
- if(startdd>enddd){
- messageBox("검색날짜가 잘못 입력 되었습니다.","E000");
- model.setFocus("ipt_enddd");
- flag = false;
- }
- if(startdd!="" && enddd!="" && dateflag==""){
- messageBox("조회할 검색조건을 선택해 주세요 .","E000");
- model.setFocus("ipt_enddd");
- flag = false;
- }
-
- return flag;
- }
- ]]>
- </script>
- <submission id="TRIIA00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/irbschelist"/>
- <submission id="TXIIA00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removenode("/root/main/irbschelist/item");
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1198;">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:14px; ">
- <caption id="caption120" class="tit_1" style="left:0px; top:0px; width:158px; height:14px; ">보고 일정 관리</caption>
- </group>
- <group id="group3" style="left:0px; top:15px; width:1194px; height:37px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:2px; top:0px; width:1190px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <input id="ipt_startdd" ref="/root/send/srchstartdd" class="input_search" inputtype="date" style="left:90px; top:10px; width:95px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:10px; top:10px; width:86px; height:17px; ">조회일</caption>
- <input id="ipt_enddd" ref="/root/send/srchenddd" class="input_search" inputtype="date" style="left:205px; top:10px; width:95px; height:19px; "/>
- <caption id="caption2" style="left:190px; top:15px; width:20px; height:15px; ">~</caption>
- <button id="btn_sea" class="btn1_letter2" _auth="R" style="left:1125px; top:8px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(fCheckSearch()){
- submit("TRIIA00202");
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <caption id="caption3" class="search_name" style="left:620px; top:10px; width:86px; height:17px; ">연구자 :</caption>
- <caption id="caption5" class="search_name" style="left:770px; top:10px; width:86px; height:17px; ">의뢰자 :</caption>
- <caption id="caption6" class="search_name" style="left:925px; top:10px; width:86px; height:17px; ">과제번호 :</caption>
- <select1 id="radio2" ref="/root/send/srchdateflag" class="s" appearance="full" cols="4" rows="1" overflow="visible" style="left:305px; top:12px; width:305px; height:15px; 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>
- </choices>
- </select1>
- <input id="input1" ref="/root/send/srchreststdynm" style="left:695px; top:10px; width:70; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_sea","DOMActivate");
- ]]>
- </script>
- </input>
- <input id="input2" ref="/root/send/srchsubjno" style="left:1014px; top:10px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_sea","DOMActivate");
- ]]>
- </script>
- </input>
- <input id="input3" ref="/root/send/srchcmpynm" style="left:847px; top:10px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_sea","DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- <button id="button4" class="btn5_letter2" _auth="X" style="left:1138px; top:59px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/senddata",grd_irbsche.getUpdateData());
- if(submit("TXIIA00202")){
- if(fCheckSearch()){
- submit("TRIIA00202");
- }
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button7" class="btn2_letter2" visibility="visible" _auth="P" style="left:1035px; top:59px; width:42px; height:19px; ">
- <caption>출력</caption>
- </button>
- <datagrid id="grd_irbsche" nodeset="/root/main/irbschelist/item" caption="심사차수^과제번호^과제명^품목명^접수일^의뢰자^연구자^심사비금액^심사비^심의일^중간보고일^지속심의일^종료보고일^결과보고일^instcd^subjid^respstdyempno^reqinstcd" colsep="^" colwidth="55, 93, 190, 106, 75, 82, 56, 76, 65, 73, 90, 90, 90, 90, 40, 40, 40, 40" mergecellsfixedrows="bycolrec" rowheader="select" rowsep="|" tooltip="true" style="left:2px; top:85px; width:1181px; height:680px; ">
- <col ref="judgappdg"/>
- <col ref="subjno"/>
- <col ref="subjnm"/>
- <col ref="itemnm"/>
- <col disabled="true" ref="reqdt" type="output" format="yyyy-mm-dd"/>
- <col ref="cmpynm"/>
- <col ref="respstdynm"/>
- <col disabled="true" ref="irbjudgcostamt" type="input"/>
- <col ref="irbjudgcostdepoyn" type="combo">
- <choices>
- <item>
- <label>입금</label>
- <value>1</value>
- </item>
- <item>
- <label>미입금</label>
- <value>2</value>
- </item>
- </choices>
- </col>
- <col ref="conftm" type="output" format="yyyy-mm-dd"/>
- <col ref="mdlschedd" type="inputdate"/>
- <col ref="contschedd" type="inputdate"/>
- <col ref="endschedd" type="inputdate"/>
- <col ref="rsltschedd" type="inputdate"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="subjid" visibility="hidden"/>
- <col ref="respstdyempno" visibility="hidden"/>
- <col ref="reqinstcd" visibility="hidden"/>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:12px; top:60px; width:185px; height:13px; ">과제목록</caption>
- <line id="line2" class="line_1" style="x1:2px; y1:80px; x2:1183px; y2:80px; "/>
- <line id="line3" class="line_3" style="x1:5px; y1:770px; x2:1186px; y2:770px; "/>
- <button id="button1" class="btn2_letter3" style="left:1081px; top:59px; width:53px; height:19px; ">
- <caption>Excel</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if((grd_irbsche.rows - grd_irbsche.fixedRows)==0){
- messageBox("조회된 ", "E013");
- return;
- }else{
- var fileName = window.fileDialog("save",",",false,"보고서-IRB일정관리","xls","All Files(*.*)|*.*|Excel Files(*.xls)|*.xls");
- }
- if(fileName !=""){
- grd_irbsche.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|