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:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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>
- <R0278001/>
- <R0278002/>
- <R0278003/>
- <R0278004/>
- <R0278005/>
- <R0278006/>
- <R0278007/>
- <R0278008/>
- <R0278009/>
- <R0278010/>
- <R0278011/>
- <R0278012/>
- <R0278013/>
- <R0278014/>
- <R0278015/>
- <R0278016/>
- <R0278017/>
- <R0278018/>
- <R0278019/>
- <R0278020/>
- <R0278021/>
- <R0278022/>
- <R0278023/>
- <R0278024/>
- <R0278025/>
- <R0278026/>
- <R0278027/>
- <R0278028/>
- <R0278029/>
- <R0278030/>
- <R0278031/>
- <R0278032/>
- <R0278033/>
- <R0278034/>
- <R0278035/>
- <R0278036/>
- <R0278037/>
- <R0278038/>
- <R0278039/>
- <R0278040/>
- <R0278041/>
- <R0278042/>
- <R0278043/>
- <R0278044/>
- <R0278045/>
- <R0278046/>
- <R0278047/>
- <R0278048/>
- <R0278049/>
- <R0278050/>
- <R0278051/>
- <R0278052/>
- <R0278053/>
- <R0278054/>
- <R0278055/>
- <R0278056/>
- <R0278057/>
- <R0278058/>
- <R0278059/>
- <R0278060/>
- <R0278061/>
- <R0278062/>
- <R0278063/>
- <R0278064/>
- <R0278065/>
- <R0278066/>
- <R0278067/>
- <R0278068/>
- <R0278069/>
- <R0278070/>
- <R0278071/>
- <R0278072/>
- </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/R0278014", "해당사항 없음");
- model.setValue("/root/main/repdetl/R0278017", "해당연구에 사용하는 기기, 장비");
- model.setValue("/root/main/repdetl/R0278020", "시약, 재료 구입비, 전산처리비, 관리비");
- model.setValue("/root/main/repdetl/R0278023", "시제품, 시작품, 시험설비 제작경비");
- model.setValue("/root/main/repdetl/R0278026", "연구원의 해외 출장비");
- model.setValue("/root/main/repdetl/R0278029", "인쇄, 복사, 인화, 슬라이드 제작비, 공공요금, 제세공과금, 수수료");
- model.setValue("/root/main/repdetl/R0278032", "전문가활용비(회의수당포함), 국내외 교육 훈련비, 도서등 문헌구입비, 회의장사용료, 세미나개최비, 학회, 세미나 참가비, 원고료, 통역료, 속기료, 기술도입비");
- model.setValue("/root/main/repdetl/R0278035", "회의식비");
- model.setValue("/root/main/repdetl/R0278038", "교통비, 검사비, 연구참여비");
- model.setValue("/root/main/repdetl/R0278041", "연구원 국내출창여비, 시내교통비");
- model.setValue("/root/main/repdetl/R0278044", "사무용품비, 연구환경 유지위한 비품구입, 유지비용");
- model.setValue("/root/main/repdetl/R0278047", "회의비(회의장 사용료, 전문자 활용비)");
- model.setValue("/root/main/repdetl/R0278050", "야근, 특근식대");
- model.setValue("/root/main/repdetl/R0278054", "연구비(직접비)의 30%이내");
- model.setValue("/root/main/repdetl/R0278057", "연구일부를 외부기관에 용역을 주어 수행하는데 드는 경비");
-
- model.setValue("/root/main/repdetl/R0278001", model.getValue("/root/main/repmain/projnm"));
- model.setValue("/root/main/repdetl/R0278002", model.getValue("/root/main/repmain/empldeptnm"));
- model.setValue("/root/main/repdetl/R0278004", model.getValue("/root/main/repmain/rshnm"));
- model.setValue("/root/main/repdetl/R0278005", model.getValue("/root/main/repmain/reqfirm"));
- model.setValue("/root/main/repdetl/R0278006", model.getValue("/root/main/repmain/projamt"));
-
- model.refresh();
- }
-
- function fAmtCalc(){
-
- var amt1 = model.getValue("/root/main/repdetl/R0278009");
- var amt2 = model.getValue("/root/main/repdetl/R0278013");
- var amt3 = model.getValue("/root/main/repdetl/R0278016");
- var amt4 = model.getValue("/root/main/repdetl/R0278019");
- var amt5 = model.getValue("/root/main/repdetl/R0278022");
- var amt6 = model.getValue("/root/main/repdetl/R0278025");
- var amt7 = model.getValue("/root/main/repdetl/R0278028");
- var amt8 = model.getValue("/root/main/repdetl/R0278031");
- var amt9 = model.getValue("/root/main/repdetl/R0278034");
- var amt10 = model.getValue("/root/main/repdetl/R0278037");
- var amt11 = model.getValue("/root/main/repdetl/R0278040");
- var amt12 = model.getValue("/root/main/repdetl/R0278043");
- var amt13 = model.getValue("/root/main/repdetl/R0278046");
- var amt14 = model.getValue("/root/main/repdetl/R0278049");
- var amt15 = model.getValue("/root/main/repdetl/R0278053");
- var amt16 = model.getValue("/root/main/repdetl/R0278056");
- var amt17 = model.getValue("/root/main/repdetl/R0278062");
- var amt18 = model.getValue("/root/main/repdetl/R0278065");
- 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/R0278059", (amt1+amt2+amt3+amt4+amt5+amt6+amt7+amt8+amt9+amt10+amt11+amt12+amt13+amt14+amt15+amt16) );
- model.setValue("/root/main/repdetl/R0278068", (amt17+amt18) );
- model.setValue("/root/main/repdetl/R0278071", (amt1+amt2+amt3+amt4+amt5+amt6+amt7+amt8+amt9+amt10+amt11
- +amt12+amt13+amt14+amt15+amt16+amt17+amt18) );
- model.setValue("/root/main/repdetl/R0278006", (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_R0278001" ref="/root/main/repdetl/R0278001" overflow="hidden" style="left:121px; top:6px; width:529px; height:31px; vertical-align:middle; "/>
- <input id="tar_R0278002" ref="/root/main/repdetl/R0278002" overflow="hidden" style="left:181px; top:36px; width:153px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0278003" ref="/root/main/repdetl/R0278003" overflow="hidden" style="left:394px; top:36px; width:94px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0278004" ref="/root/main/repdetl/R0278004" overflow="hidden" style="left:548px; top:36px; width:102px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0278005" ref="/root/main/repdetl/R0278005" overflow="hidden" style="left:121px; top:67px; width:274px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0278006" ref="/root/main/repdetl/R0278006" 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_R0278010" ref="/root/main/repdetl/R0278010" overflow="hidden" appearance="textarea" style="left:494px; top:148px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278007" ref="/root/main/repdetl/R0278007" overflow="hidden" style="left:142px; top:148px; width:102px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0278008" ref="/root/main/repdetl/R0278008" overflow="hidden" style="left:243px; top:148px; width:152px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0278011" ref="/root/main/repdetl/R0278011" disabled="false" editable="true" overflow="hidden" style="left:142px; top:169px; width:102px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0278012" ref="/root/main/repdetl/R0278012" disabled="false" editable="true" overflow="hidden" style="left:243px; top:169px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278014" ref="/root/main/repdetl/R0278014" 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_R0278015" ref="/root/main/repdetl/R0278015" disabled="false" overflow="hidden" style="left:243px; top:190px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278017" ref="/root/main/repdetl/R0278017" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:190px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <textarea id="tar_R0278020" ref="/root/main/repdetl/R0278020" overflow="hidden" appearance="textarea" style="left:494px; top:211px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278018" ref="/root/main/repdetl/R0278018" overflow="hidden" style="left:243px; top:211px; width:152px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0278021" ref="/root/main/repdetl/R0278021" overflow="hidden" style="left:243px; top:232px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278023" ref="/root/main/repdetl/R0278023" overflow="hidden" appearance="textarea" style="left:494px; top:232px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278024" ref="/root/main/repdetl/R0278024" disabled="false" overflow="hidden" style="left:243px; top:253px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278026" ref="/root/main/repdetl/R0278026" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:253px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278027" ref="/root/main/repdetl/R0278027" overflow="hidden" style="left:243px; top:274px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278029" ref="/root/main/repdetl/R0278029" overflow="hidden" appearance="textarea" style="left:494px; top:274px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278030" ref="/root/main/repdetl/R0278030" overflow="hidden" style="left:243px; top:295px; width:152px; height:47px; vertical-align:middle; "/>
- <textarea id="tar_R0278032" ref="/root/main/repdetl/R0278032" overflow="hidden" appearance="textarea" style="left:494px; top:295px; width:158px; height:47px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278033" ref="/root/main/repdetl/R0278033" overflow="hidden" style="left:243px; top:341px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278035" ref="/root/main/repdetl/R0278035" overflow="hidden" appearance="textarea" style="left:494px; top:341px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278036" ref="/root/main/repdetl/R0278036" overflow="hidden" style="left:243px; top:362px; width:152px; height:32px; vertical-align:middle; "/>
- <textarea id="tar_R0278038" ref="/root/main/repdetl/R0278038" overflow="hidden" appearance="textarea" style="left:494px; top:362px; width:158px; height:32px; font-size:9pt; vertical-align:middle; "/>
- <textarea id="tar_R0278041" ref="/root/main/repdetl/R0278041" overflow="hidden" appearance="textarea" style="left:494px; top:393px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278039" ref="/root/main/repdetl/R0278039" overflow="hidden" style="left:243px; top:393px; width:152px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0278042" ref="/root/main/repdetl/R0278042" overflow="hidden" style="left:243px; top:414px; width:152px; height:32px; vertical-align:middle; "/>
- <textarea id="tar_R0278044" ref="/root/main/repdetl/R0278044" overflow="hidden" appearance="textarea" style="left:494px; top:414px; width:158px; height:32px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278045" ref="/root/main/repdetl/R0278045" disabled="false" overflow="hidden" style="left:243px; top:445px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278047" ref="/root/main/repdetl/R0278047" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:445px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <textarea id="tar_R0278050" ref="/root/main/repdetl/R0278050" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:466px; width:158px; height:32px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278048" ref="/root/main/repdetl/R0278048" disabled="false" overflow="hidden" style="left:243px; top:466px; width:152px; height:32px; vertical-align:middle; "/>
- <input id="tar_R0278051" ref="/root/main/repdetl/R0278052" disabled="false" overflow="hidden" style="left:243px; top:497px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278054" ref="/root/main/repdetl/R0278054" 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/R0278055" disabled="false" overflow="hidden" style="left:243px; top:518px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278057" ref="/root/main/repdetl/R0278057" disabled="false" overflow="hidden" appearance="textarea" style="left:494px; top:518px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <input id="tar_R0278058" ref="/root/main/repdetl/R0278058" disabled="false" overflow="hidden" style="left:243px; top:539px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278060" ref="/root/main/repdetl/R0278060" 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/R0278061" disabled="true" overflow="hidden" style="left:243px; top:560px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278063" ref="/root/main/repdetl/R0278063" 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/R0278064" disabled="false" overflow="hidden" style="left:243px; top:581px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278066" ref="/root/main/repdetl/R0278066" 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/R0278067" overflow="hidden" style="left:243px; top:602px; width:152px; height:22px; vertical-align:middle; "/>
- <textarea id="tar_R0278069" ref="/root/main/repdetl/R0278069" overflow="hidden" appearance="textarea" style="left:494px; top:602px; width:158px; height:22px; font-size:9pt; vertical-align:middle; "/>
- <textarea id="tar_R0278072" ref="/root/main/repdetl/R0278072" 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/R0278070" overflow="hidden" style="left:243px; top:623px; width:152px; height:22px; vertical-align:middle; "/>
- <input id="input6" ref="/root/main/repdetl/R0278051" disabled="false" overflow="hidden" style="left:142px; top:497px; width:102px; height:22px; vertical-align:middle; "/>
- <input id="tar_R0278061" ref="/root/main/repdetl/R0278062" 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_R0278040" ref="/root/main/repdetl/R0278040" 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_R0278052" ref="/root/main/repdetl/R0278053" 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_R0278064" ref="/root/main/repdetl/R0278065" 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_R0278031" ref="/root/main/repdetl/R0278031" 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_R0278043" ref="/root/main/repdetl/R0278043" 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_R0278055" ref="/root/main/repdetl/R0278056" 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_R0278022" ref="/root/main/repdetl/R0278022" 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_R0278067" ref="/root/main/repdetl/R0278068" 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_R0278034" ref="/root/main/repdetl/R0278034" 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_R0278046" ref="/root/main/repdetl/R0278046" 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_R0278013" ref="/root/main/repdetl/R0278013" 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/R0278059" 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_R0278025" ref="/root/main/repdetl/R0278025" 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_R0278037" ref="/root/main/repdetl/R0278037" 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_R0278049" ref="/root/main/repdetl/R0278049" 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_R0278016" ref="/root/main/repdetl/R0278016" 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_R0278028" ref="/root/main/repdetl/R0278028" 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_R0278019" ref="/root/main/repdetl/R0278019" 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_R0278009" ref="/root/main/repdetl/R0278009" 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_R0278070" ref="/root/main/repdetl/R0278071" 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>
|