123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <R0264001/>
- <R0264002/>
- <R0264003/>
- <R0264004/>
- <R0264005/>
- <R0264006/>
- </repdetl>
- <repmain/>
- </main>
- <send/>
- <init/>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ]]>
- </script>
- </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"/>
- <script type="javascript">
- <![CDATA[
-
- function fSetInitData(){
- var REPDETL_PATH = "/root/main/repdetl";
- var REPMAIN_PATH = "/root/main/repmain";
-
- model.setValue(REPDETL_PATH+"/R0264001",model.getValue(REPMAIN_PATH +"/projnm"));
- model.setValue(REPDETL_PATH+"/R0264002",model.getValue(REPMAIN_PATH +"/rshnm"));
- model.setValue(REPDETL_PATH+"/R0264003",model.getValue(REPMAIN_PATH +"/projamt"));
-
- model.refresh();
- }
-
- // 최종저장시 한번더 계산
- function fLastAmtSave(){
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="650" pageheight="655">
- <script type="javascript" ev:event="onloadcomplete">
- <![CDATA[
- fSetInitData();
- ]]>
- </script>
- <caption id="caption1" style="left:120px; top:5px; width:430px; height:30px; font-size:18pt; text-align:center; ">연구과제 포기 사유서</caption>
- <table id="table1" cellspacing="-1" style="left:0px; top:45px; width:650px; height:266px; padding:5; border-color:#999999; ">
- <tr>
- <td class="cell_1" style="width:100px; height:52px; text-align:center; vertical-align:middle; ">연구과제명</td>
- <td colspan="4" style="width:550px; height:52px; ">
- <textarea id="textarea1" ref="/root/main/repdetl/R0264001" scroll="autovscroll" style="left:0px; top:0px; width:550px; height:52px; vertical-align:middle; padding:5; border-style:none; "/>
- </td>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:52px; text-align:center; vertical-align:middle; ">연구책임자</td>
- <td colspan="4" style="width:550px; height:52px; ">
- <textarea id="textarea2" ref="/root/main/repdetl/R0264002" scroll="autovscroll" style="left:0px; top:0px; width:550px; height:52px; vertical-align:middle; padding:5; border-style:none; "/>
- </td>
- </tr>
- <tr>
- <td class="cell_1" style="width:100px; height:52px; text-align:center; vertical-align:middle; ">지원결정액</td>
- <td style="width:120px; height:52px; ">
- <input id="input1" ref="/root/main/repdetl/R0264003" format="#,###" style="left:0px; top:15px; width:120px; height:19px; text-align:center; border-style:none; "/>
- </td>
- <td class="cell_1" style="width:100px; height:52px; text-align:center; vertical-align:middle; ">수령액</td>
- <td style="width:120px; height:52px; ">
- <input id="input2" ref="/root/main/repdetl/R0264004" format="#,###" style="left:0px; top:15px; width:120px; height:19px; text-align:center; border-style:none; "/>
- </td>
- <td class="cell_1" style="width:90px; height:52px; text-align:center; vertical-align:middle; ">반환액</td>
- <td style="width:120px; height:52px; ">
- <input id="input3" ref="/root/main/repdetl/R0264005" format="#,###" style="left:0px; top:15px; width:120px; height:19px; text-align:center; border-style:none; "/>
- </td>
- </tr>
- <tr>
- <td class="cell_1" colspan="6" style="width:650px; height:52px; text-align:center; vertical-align:middle; ">사 유 (구체적으로)</td>
- </tr>
- <tr>
- <td colspan="6" style="width:650px; height:392px; ">
- <textarea id="textarea3" ref="/root/main/repdetl/R0264006" scroll="autovscroll" style="left:0px; top:0px; width:650px; height:392px; padding:5; border-style:none; "/>
- </td>
- </tr>
- </table>
- </xhtml:body>
- </xhtml:html>
|