123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?-->
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:my="http://www.comsquare.co.kr/example" xmlns:ms="urn:schemas-microsoft-com:xslt" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <repdetl>
- <R0273001/>
- <R0273002/>
- <R0273003/>
- <R0273004/>
- <R0273005/>
- <R0273006/>
- <R0273007/>
- <R0273008/>
- <R0273009/>
- <R0273010/>
- <R0273011/>
- <R0273012/>
- <R0273013/>
- <R0273014/>
- <R0273015/>
- <R0273016/>
- <R0273017/>
- <R0273018/>
- <R0273019/>
- <R0273020/>
- <R0273021/>
- <R0273022/>
- <R0273023/>
- <R0273024/>
- <R0273025/>
- <R0273026/>
- <R0273027/>
- <R0273028/>
- <R0273029/>
- <R0273030/>
- <R0273031/>
- <R0273032/>
- <R0273033/>
- <R0273034/>
- <R0273035/>
- <R0273036/>
- <R0273037/>
- <R0273038/>
- <R0273039/>
- <R0273040/>
- <R0273041/>
- <R0273042/>
- <R0273043/>
- <R0273044/>
- <R0273045/>
- <R0273046/>
- <R0273047/>
- <R0273048/>
- <R0273049/>
- <R0273050/>
- <R0273051/>
- <R0273052/>
- <R0273053/>
- <R0273054/>
- <R0273055/>
- <R0273056/>
- <R0273057/>
- <R0273058/>
- <R0273059/>
- <R0273060/>
- <R0273061/>
- <R0273062/>
- <R0273063/>
- <R0273064/>
- <R0273065/>
- <R0273066/>
- <R0273067/>
- <R0273068/>
- <R0273069/>
- <R0273070/>
- <R0273071/>
- <R0273072/>
- </repdetl>
- </main>
- <send/>
- <init/>
- </root>
- </instance>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../mis/ctmsweb/js/SMRIF02101.js"/>
- <xhtml:style id="style1">
- <![CDATA[
- @charset "utf-8";
- * { focus-rect:hidden; font-family:돋움, Arial ; font-size:12px; color:4d4d4d; }
- /*기본*/
- input {
- color:#4d4d4d;
- border-color:#c0c0c0;
- border-style:solid;
- background-color:#ffffff;
- vertical-align:middle;
- word-wrap:none;
- disable.background-color:#ecebec;
- }
- /*기본-필수입력*/
- .input_essential
- { color:#4d4d4d;
- padding-left:8;
- border-color:#c0c0c0;
- background-image:../../../com/commonweb/images/input_essential.gif;
- disable.background-color:#ecebec; }
- /*기본달력 button*/
- input[inputtype="date"] > inputbutton
- { border-style:none;
- background-image:../../../com/commonweb/images/icon_calendar.gif;
- background-color:transparent;
- disable.background-color:#ecebec;
- }
- input[inputtype="button"] > inputbutton
- { border-style:none;
- background-image:../../../com/commonweb/images/icon_btn.gif;
- background-color:transparent;
- disable.background-color:#ecebec;
- }
- .input_essential[inputtype="date"] > inputbutton
- { border-style:none;
- background-image:../../../com/commonweb/images/icon_calendar.gif;
- background-color:transparent;
- disable.background-color:#ecebec;
- }
- .input_essential[inputtype="button"] > inputbutton
- { border-style:none;
- background-image:../../../com/commonweb/images/icon_btn.gif;
- background-color:transparent;
- disable.background-color:#ecebec;
- }
- /*검색부*/
- .input_search
- { color:#4d4d4d;
- padding-left:2;
- border-color:#968b7b;
- disable.background-color:#ecebec; }
- /*검색부 필수 입력*/
- .input_s_essential
- { color:#4d4d4d;
- padding-left:8;
- border-color:#968b7b;
- background-image:../../../com/commonweb/images/input_s_essential.gif;
- disable.background-color:#ecebec; }
- /*검색부 달력 button*/
- .input_search[inputtype="date"] > inputbutton
- { border-style:none;
- background-image:../../../com/commonweb/images/icon_calendar.gif;
- background-color:transparent;
- disable.background-color:#ecebec;
- }
- .input_search[inputtype="button"] > inputbutton
- { border-style:none;
- background-image:../../../com/commonweb/images/icon_btn_s.gif;
- background-color:transparent;
- disable.background-color:#ecebec;
- }
- /*검색부 필수입력 달력 button*/
- .input_s_essential[inputtype="date"] > inputbutton
- { border-style:none;
- background-image:../../../com/commonweb/images/icon_calendar.gif;
- background-color:transparent;
- disable.background-color:#ecebec;
- }
- /*검색부input button*/
- .input_s_essential[inputtype="button"] > inputbutton
- { border-style:none;
- background-image:../../../com/commonweb/images/icon_btn_s.gif;
- background-color:transparent;
- disable.background-color:#ecebec;
- }
- .cell_1
- { padding-left:5px;
- background-color:#cce8ff; }
- .cell_2
- { text-align:center;
- padding-left:5px;
- padding-right:5px;
- background-color:#7cbbdd; }
- .hand
- { text-align:left;
- padding-left:22px;
- background-image:../../../com/commonweb/images/icon_hand.gif;
- background-position:center left;
- font-weight:bold; }
- .hand_search
- { text-align:left;
- padding-left:22px;
- vertical-align:middle;
- background-image:../../../com/commonweb/images/icon_hand_s.gif;
- background-position:center left;
- font-weight:bold; }
- /*textarea----------------------------------------------------------------------------*/
- textarea {
- border-style:solid;
- border-color:#c0c0c0;
- background-color:#ffffff;
- disable.background-color:#ecebec;
- }
- .text_essential {
- border-style:solid;
- border-color:#c0c0c0;
- background-color:#ffffff;
- padding-left:8;
- background-image:../../../com/commonweb/images/input_essential.gif;
- disable.background-color:#ecebec;
- }
- ]]>
- </xhtml:style>
- <script type="javascript">
- <![CDATA[
- function fSetInitData() {
- model.setValue("/root/main/repdetl/R0273014", "해당사항 없음");
- model.setValue("/root/main/repdetl/R0273017", "해당연구에 사용하는 기기, 장비");
- model.setValue("/root/main/repdetl/R0273020", "시약, 재료 구입비, 전산처리비, 관리비");
- model.setValue("/root/main/repdetl/R0273023", "시제품, 시작품, 시험설비 제작경비");
- model.setValue("/root/main/repdetl/R0273026", "연구원의 해외 출장비");
- model.setValue("/root/main/repdetl/R0273029", "인쇄, 복사, 인화, 슬라이드 제작비, 공공요금, 제세공과금, 수수료");
- model.setValue("/root/main/repdetl/R0273032", "전문가활용비(회의수당포함), 국내외 교육 훈련비, 도서등 문헌구입비, 회의장사용료, 세미나개최비, 학회, 세미나 참가비, 원고료, 통역료, 속기료, 기술도입비");
- model.setValue("/root/main/repdetl/R0273035", "회의식비");
- model.setValue("/root/main/repdetl/R0273038", "교통비, 검사비, 연구참여비");
- model.setValue("/root/main/repdetl/R0273041", "연구원 국내출창여비, 시내교통비");
- model.setValue("/root/main/repdetl/R0273044", "사무용품비, 연구환경 유지위한 비품구입, 유지비용");
- model.setValue("/root/main/repdetl/R0273047", "회의비(회의장 사용료, 전문자 활용비)");
- model.setValue("/root/main/repdetl/R0273050", "야근, 특근식대");
- model.setValue("/root/main/repdetl/R0273054", "연구비(직접비)의 30%이내");
- model.setValue("/root/main/repdetl/R0273057", "연구일부를 외부기관에 용역을 주어 수행하는데 드는 경비");
-
- model.setValue("/root/main/repdetl/R0273001", model.getValue("/root/main/repmain/projnm"));
- model.setValue("/root/main/repdetl/R0273002", model.getValue("/root/main/repmain/empldeptnm"));
- model.setValue("/root/main/repdetl/R0273004", model.getValue("/root/main/repmain/rshnm"));
- model.setValue("/root/main/repdetl/R0273005", model.getValue("/root/main/repmain/reqfirm"));
- model.setValue("/root/main/repdetl/R0273006", model.getValue("/root/main/repmain/projamt"));
-
- model.refresh();
- }
-
- function fAmtCalc(){
-
- var amt1 = model.getValue("/root/main/repdetl/R0273009");
- var amt2 = model.getValue("/root/main/repdetl/R0273013");
- var amt3 = model.getValue("/root/main/repdetl/R0273016");
- var amt4 = model.getValue("/root/main/repdetl/R0273019");
- var amt5 = model.getValue("/root/main/repdetl/R0273022");
- var amt6 = model.getValue("/root/main/repdetl/R0273025");
- var amt7 = model.getValue("/root/main/repdetl/R0273028");
- var amt8 = model.getValue("/root/main/repdetl/R0273031");
- var amt9 = model.getValue("/root/main/repdetl/R0273034");
- var amt10 = model.getValue("/root/main/repdetl/R0273037");
- var amt11 = model.getValue("/root/main/repdetl/R0273040");
- var amt12 = model.getValue("/root/main/repdetl/R0273043");
- var amt13 = model.getValue("/root/main/repdetl/R0273046");
- var amt14 = model.getValue("/root/main/repdetl/R0273049");
- var amt15 = model.getValue("/root/main/repdetl/R0273053");
- var amt16 = model.getValue("/root/main/repdetl/R0273056");
- var amt17 = model.getValue("/root/main/repdetl/R0273062");
- var amt18 = model.getValue("/root/main/repdetl/R0273065");
- if( amt1.length == 0 ){ amt1 = 0; }else{ amt1 = parseInt(amt1); }
- if( amt2.length == 0 ){ amt2 = 0; }else{ amt2 = parseInt(amt2); }
- if( amt3.length == 0 ){ amt3 = 0; }else{ amt3 = parseInt(amt3); }
- if( amt4.length == 0 ){ amt4 = 0; }else{ amt4 = parseInt(amt4); }
- if( amt5.length == 0 ){ amt5 = 0; }else{ amt5 = parseInt(amt5); }
- if( amt6.length == 0 ){ amt6 = 0; }else{ amt6 = parseInt(amt6); }
- if( amt7.length == 0 ){ amt7 = 0; }else{ amt7 = parseInt(amt7); }
- if( amt8.length == 0 ){ amt8 = 0; }else{ amt8 = parseInt(amt8); }
- if( amt9.length == 0 ){ amt9 = 0; }else{ amt9 = parseInt(amt9); }
- if( amt10.length == 0 ){ amt10 = 0; }else{ amt10 = parseInt(amt10); }
- if( amt11.length == 0 ){ amt11 = 0; }else{ amt11 = parseInt(amt11); }
- if( amt12.length == 0 ){ amt12 = 0; }else{ amt12 = parseInt(amt12); }
- if( amt13.length == 0 ){ amt13 = 0; }else{ amt13 = parseInt(amt13); }
- if( amt14.length == 0 ){ amt14 = 0; }else{ amt14 = parseInt(amt14); }
- if( amt15.length == 0 ){ amt15 = 0; }else{ amt15 = parseInt(amt15); }
- if( amt16.length == 0 ){ amt16 = 0; }else{ amt16 = parseInt(amt16); }
- if( amt17.length == 0 ){ amt17 = 0; }else{ amt17 = parseInt(amt17); }
- if( amt18.length == 0 ){ amt18 = 0; }else{ amt18 = parseInt(amt18); }
-
- model.setValue("/root/main/repdetl/R0273059", (amt1+amt2+amt3+amt4+amt5+amt6+amt7+amt8+amt9+amt10+amt11+amt12+amt13+amt14+amt15+amt16) );
- model.setValue("/root/main/repdetl/R0273068", (amt17+amt18) );
- model.setValue("/root/main/repdetl/R0273071", (amt1+amt2+amt3+amt4+amt5+amt6+amt7+amt8+amt9+amt10+amt11
- +amt12+amt13+amt14+amt15+amt16+amt17+amt18) );
- model.setValue("/root/main/repdetl/R0273006", (amt1+amt2+amt3+amt4+amt5+amt6+amt7+amt8+amt9+amt10+amt11
- +amt12+amt13+amt14+amt15+amt16+amt17+amt18) );
- model.refresh();
- }
-
- // 최종저장시 한번더 계산
- function fLastAmtSave(){
- fAmtCalc();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="650">
- <script type="javascript" ev:event="onloadcomplete">
- <![CDATA[
- fSetInitData();
- ]]>
- </script>
- <table id="table1" cellspacing="-1" style="left:0px; top:5px; width:650px; height:94px; border-color:#999999; ">
- <tr>
- <td class="cell_1" style="width:120; height:30; text-align:center; vertical-align:middle; ">연구과제명</td>
- <td colspan="6" style="width:522px; height:30px; vertical-align:middle; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:120; height:30; text-align:center; vertical-align:middle; ">연구책임자</td>
- <td class="cell_1" style="width:60; height:30; text-align:center; vertical-align:middle; ">소속</td>
- <td style="width:150; height:30; vertical-align:middle; "/>
- <td class="cell_1" style="width:60; height:30; text-align:center; vertical-align:middle; ">직위</td>
- <td style="width:92px; height:30; vertical-align:middle; "/>
- <td class="cell_1" style="width:60; height:30; text-align:center; vertical-align:middle; ">성명</td>
- <td style="width:100; height:30; vertical-align:middle; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:120; height:30; text-align:center; vertical-align:middle; ">연구비 지원기관</td>
- <td colspan="3" style="width:270px; height:30px; vertical-align:middle; "/>
- <td class="cell_1" style="width:92px; height:30; text-align:center; vertical-align:middle; ">총 연구비</td>
- <td colspan="2" style="width:160px; height:30px; vertical-align:middle; "/>
- </tr>
- </table>
- <caption id="caption1" style="left:225px; top:103px; width:175px; height:20px; font-weight:bold; text-align:center; vertical-align:middle; ">연구비 편성내역</caption>
- <input id="tar_R0273001" ref="/root/main/repdetl/R0273001" overflow="hidden" style="left:121px; top:6px; width:529px; height:31px; vertical-align:middle; "/>
- <input id="tar_R0273002" ref="/root/main/repdetl/R0273002" overflow="hidden" style="left:181px; top:36px; width:153px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0273003" ref="/root/main/repdetl/R0273003" overflow="hidden" style="left:394px; top:36px; width:94px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0273004" ref="/root/main/repdetl/R0273004" overflow="hidden" style="left:548px; top:36px; width:102px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0273005" ref="/root/main/repdetl/R0273005" overflow="hidden" style="left:121px; top:67px; width:274px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0273006" ref="/root/main/repdetl/R0273006" format="#,###" overflow="hidden" style="left:486px; top:67px; width:164px; height:32px; text-align:right; vertical-align:middle; "/>
- <table id="table2" cellspacing="-1" style="left:0px; top:125px; width:651px; height:520px; text-align:center; vertical-align:middle; border-color:#999999; ">
- <tr>
- <td class="cell_1" style="width:60px; height:22; ">세목</td>
- <td class="cell_1" style="width:80px; height:22; ">세세목</td>
- <td class="cell_1" style="width:100px; height:22; ">분류</td>
- <td class="cell_1" style="width:150px; height:22; ">산출 내역</td>
- <td class="cell_1" style="width:100px; height:22; ">금 액</td>
- <td class="cell_1" style="width:154px; height:22; ">비고</td>
- </tr>
- <tr>
- <td class="cell_1" rowspan="16" style="width:60px; height:375px; font-weight:bold; ">
- <![CDATA[직접비
- (A)]]>
- </td>
- <td class="cell_1" style="width:80px; height:20px; ">인건비</td>
- <td style="width:100px; height:20px; "/>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:80px; height:20px; ">학생인건비</td>
- <td style="width:100px; height:20px; "/>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" rowspan="3" style="width:80px; height:60px; ">
- <![CDATA[연구장비
- /재료비]]>
- </td>
- <td class="cell_1" style="width:100px; height:20px; ">연구시설장비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:20px; ">재료/전산처리비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:20px; ">시제품제작비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" rowspan="5" style="width:80px; height:135px; ">
- <![CDATA[연구
- 활동비]]>
- </td>
- <td class="cell_1" disabled="true" style="width:100px; height:20px; ">국외여비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:20px; ">수용비/수수료</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:45; ">기술정보활동비</td>
- <td style="width:150px; height:45; "/>
- <td style="width:100px; height:45; "/>
- <td style="width:154px; height:45; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:20px; ">과제관리비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:30; ">
- <![CDATA[임상시험,
- 시험분석비 등]]>
- </td>
- <td style="width:150px; height:30; "/>
- <td style="width:100px; height:30; "/>
- <td style="width:154px; height:30; "/>
- </tr>
- <tr>
- <td class="cell_1" rowspan="4" style="width:80px; height:100px; ">
- <![CDATA[연구과제
- 추진비]]>
- </td>
- <td class="cell_1" style="width:100px; height:20px; ">국내여비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:30; ">
- <![CDATA[사무용품,
- 연구환경유지비]]>
- </td>
- <td style="width:150px; height:30; "/>
- <td style="width:100px; height:30; "/>
- <td style="width:154px; height:30; "/>
- </tr>
- <tr>
- <td class="cell_1" disabled="true" style="width:100px; height:20px; ">회의비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" disabled="true" style="width:100px; height:30; ">
- <![CDATA[연구과제수행
- 식대비]]>
- </td>
- <td style="width:150px; height:30; "/>
- <td style="width:100px; height:30; "/>
- <td style="width:154px; height:30; "/>
- </tr>
- <tr>
- <td class="cell_1" style="width:80px; height:20px; ">연구수당</td>
- <td disabled="true" style="width:100px; height:20px; "/>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" colspan="2" style="width:180px; height:20px; ">위탁연구개발비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" colspan="3" style="width:240px; height:20px; font-weight:bold; ">계</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" rowspan="3" style="width:60px; height:60px; font-weight:bold; ">
- <![CDATA[간접비
- (B)]]>
- </td>
- <td class="cell_1" colspan="2" disabled="true" style="width:180px; height:20px; opacity:50; ">약제/의료기기관리비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" colspan="2" style="width:180px; height:20px; ">일반관리비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" colspan="2" style="width:180px; height:20px; ">소계</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- <tr>
- <td class="cell_1" colspan="3" style="width:240px; height:20px; font-weight:bold; ">총연구비</td>
- <td style="width:150px; height:20px; "/>
- <td style="width:100px; height:20px; "/>
- <td style="width:154px; height:20px; "/>
- </tr>
- </table>
- <textarea id="tar_R0273010" ref="/root/main/repdetl/R0273010" overflow="hidden" appearance="textarea" style="left:494px; top:148px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273007" ref="/root/main/repdetl/R0273007" overflow="hidden" style="left:142px; top:148px; width:102px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0273008" ref="/root/main/repdetl/R0273008" overflow="hidden" style="left:243px; top:148px; width:152px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0273011" ref="/root/main/repdetl/R0273011" disabled="false" editable="true" overflow="hidden" style="left:142px; top:169px; width:102px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0273012" ref="/root/main/repdetl/R0273012" disabled="false" editable="true" overflow="hidden" style="left:243px; top:169px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273014" ref="/root/main/repdetl/R0273014" disabled="false" overflow="hidden" editable="true" appearance="textarea" style="left:494px; top:169px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273015" ref="/root/main/repdetl/R0273015" disabled="false" overflow="hidden" style="left:243px; top:190px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273017" ref="/root/main/repdetl/R0273017" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:190px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <textarea id="tar_R0273020" ref="/root/main/repdetl/R0273020" overflow="hidden" appearance="textarea" style="left:494px; top:211px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273018" ref="/root/main/repdetl/R0273018" overflow="hidden" style="left:243px; top:211px; width:152px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0273021" ref="/root/main/repdetl/R0273021" overflow="hidden" style="left:243px; top:232px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273023" ref="/root/main/repdetl/R0273023" overflow="hidden" appearance="textarea" style="left:494px; top:232px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273024" ref="/root/main/repdetl/R0273024" disabled="false" overflow="hidden" style="left:243px; top:253px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273026" ref="/root/main/repdetl/R0273026" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:253px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273027" ref="/root/main/repdetl/R0273027" overflow="hidden" style="left:243px; top:274px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273029" ref="/root/main/repdetl/R0273029" overflow="hidden" appearance="textarea" style="left:494px; top:274px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273030" ref="/root/main/repdetl/R0273030" overflow="hidden" style="left:243px; top:295px; width:152px; height:47px; vertical-align:middle; "/>
- <textarea id="tar_R0273032" ref="/root/main/repdetl/R0273032" overflow="hidden" appearance="textarea" style="left:494px; top:295px; width:158px; height:47px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273033" ref="/root/main/repdetl/R0273033" overflow="hidden" style="left:243px; top:341px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273035" ref="/root/main/repdetl/R0273035" overflow="hidden" appearance="textarea" style="left:494px; top:341px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273036" ref="/root/main/repdetl/R0273036" overflow="hidden" style="left:243px; top:362px; width:152px; height:32px; vertical-align:middle; "/>
- <textarea id="tar_R0273038" ref="/root/main/repdetl/R0273038" overflow="hidden" appearance="textarea" style="left:494px; top:362px; width:158px; height:32px; font-size:9pt; vertical-align:middle; "/>
- <textarea id="tar_R0273041" ref="/root/main/repdetl/R0273041" overflow="hidden" appearance="textarea" style="left:494px; top:393px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273039" ref="/root/main/repdetl/R0273039" overflow="hidden" style="left:243px; top:393px; width:152px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0273042" ref="/root/main/repdetl/R0273042" overflow="hidden" style="left:243px; top:414px; width:152px; height:32px; vertical-align:middle; "/>
- <textarea id="tar_R0273044" ref="/root/main/repdetl/R0273044" overflow="hidden" appearance="textarea" style="left:494px; top:414px; width:158px; height:32px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273045" ref="/root/main/repdetl/R0273045" disabled="false" overflow="hidden" style="left:243px; top:445px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273047" ref="/root/main/repdetl/R0273047" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:445px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <textarea id="tar_R0273050" ref="/root/main/repdetl/R0273050" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:466px; width:158px; height:32px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273048" ref="/root/main/repdetl/R0273048" disabled="false" overflow="hidden" style="left:243px; top:466px; width:152px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0273051" ref="/root/main/repdetl/R0273052" disabled="false" overflow="hidden" style="left:243px; top:497px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273054" ref="/root/main/repdetl/R0273054" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:497px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="input1" ref="/root/main/repdetl/R0273055" disabled="false" overflow="hidden" style="left:243px; top:518px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273057" ref="/root/main/repdetl/R0273057" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:518px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0273058" ref="/root/main/repdetl/R0273058" disabled="false" overflow="hidden" style="left:243px; top:539px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273060" ref="/root/main/repdetl/R0273060" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:539px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="input2" ref="/root/main/repdetl/R0273061" disabled="true" overflow="hidden" style="left:243px; top:560px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273063" ref="/root/main/repdetl/R0273063" disabled="true" overflow="hidden" appearance="textarea" style="left:494px; top:560px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="input3" ref="/root/main/repdetl/R0273064" disabled="false" overflow="hidden" style="left:243px; top:581px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273066" ref="/root/main/repdetl/R0273066" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:581px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="input4" ref="/root/main/repdetl/R0273067" overflow="hidden" style="left:243px; top:602px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0273069" ref="/root/main/repdetl/R0273069" overflow="hidden" appearance="textarea" style="left:494px; top:602px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <textarea id="tar_R0273072" ref="/root/main/repdetl/R0273072" overflow="hidden" appearance="textarea" style="left:494px; top:623px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="input5" ref="/root/main/repdetl/R0273070" overflow="hidden" style="left:243px; top:623px; width:152px; height:22px; vertical-align:middle; "/>
- <input id="input6" ref="/root/main/repdetl/R0273051" disabled="false" overflow="hidden" style="left:142px; top:497px; width:102px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0273061" ref="/root/main/repdetl/R0273062" disabled="true" format="#,###" overflow="hidden" style="left:394px; top:560px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273040" ref="/root/main/repdetl/R0273040" format="#,###" overflow="hidden" style="left:394px; top:393px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273052" ref="/root/main/repdetl/R0273053" disabled="false" format="#,###" overflow="hidden" style="left:394px; top:497px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273064" ref="/root/main/repdetl/R0273065" disabled="false" format="#,###" overflow="hidden" style="left:394px; top:581px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273031" ref="/root/main/repdetl/R0273031" format="#,###" overflow="hidden" style="left:394px; top:295px; width:102px; height:47px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273043" ref="/root/main/repdetl/R0273043" format="#,###" overflow="hidden" style="left:394px; top:414px; width:102px; height:32px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273055" ref="/root/main/repdetl/R0273056" disabled="false" format="#,###" overflow="hidden" style="left:394px; top:518px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273022" ref="/root/main/repdetl/R0273022" format="#,###" overflow="hidden" style="left:394px; top:232px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273067" ref="/root/main/repdetl/R0273068" format="#,###" overflow="hidden" style="left:394px; top:602px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- <input id="tar_R0273034" ref="/root/main/repdetl/R0273034" format="#,###" overflow="hidden" style="left:394px; top:341px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273046" ref="/root/main/repdetl/R0273046" disabled="false" format="#,###" overflow="hidden" style="left:394px; top:445px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273013" ref="/root/main/repdetl/R0273013" disabled="false" editable="true" format="#,###" overflow="hidden" style="left:394px; top:169px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="input7" ref="/root/main/repdetl/R0273059" disabled="false" format="#,###" overflow="hidden" style="left:394px; top:539px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- <input id="tar_R0273025" ref="/root/main/repdetl/R0273025" disabled="false" format="#,###" overflow="hidden" style="left:394px; top:253px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273037" ref="/root/main/repdetl/R0273037" format="#,###" overflow="hidden" style="left:394px; top:362px; width:102px; height:32px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273049" ref="/root/main/repdetl/R0273049" disabled="false" format="#,###" overflow="hidden" style="left:394px; top:466px; width:102px; height:32px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273016" ref="/root/main/repdetl/R0273016" disabled="false" format="#,###" overflow="hidden" style="left:394px; top:190px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273028" ref="/root/main/repdetl/R0273028" format="#,###" overflow="hidden" style="left:394px; top:274px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273019" ref="/root/main/repdetl/R0273019" format="#,###" overflow="hidden" style="left:394px; top:211px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273009" ref="/root/main/repdetl/R0273009" format="#,###" overflow="hidden" style="left:394px; top:148px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAmtCalc();
- ]]>
- </script>
- </input>
- <input id="tar_R0273070" ref="/root/main/repdetl/R0273071" format="#,###" overflow="hidden" style="left:394px; top:623px; width:102px; height:22px; text-align:right; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- </xhtml:body>
- </xhtml:html>
|