12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="D:/KNUProject/application/webapps/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: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>연구비 세목관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <resrchdept>
- <acntlist>
- <deptlist>
- <acntnm/>
- <acntcd/>
- </deptlist>
- </acntlist>
- <deptdetl>
- <deptlist>
- <acntnm/>
- <acnttitle/>
- <acntdetail/>
- </deptlist>
- </deptdetl>
- </resrchdept>
- <hidden>
- <rtnlist>
- <deptlist/>
- </rtnlist>
- </hidden>
- <send>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removenode("root/send");
- model.makeValue("root/send/acntcd", "ALL");
-
- model.removenode("/root/hidden/rtnlist");
- submit("TRRIM00110");
-
- model.copyNode("/root/resrchdept/acntlist", "/root/hidden/rtnlist");
- grd_acntlist.refresh();
- ]]>
- </script>
- <submission id="TRRIM00110" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/acntcd" resultref="/root/hidden/rtnlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.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/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption10" class="tit_1" style="left:0px; top:0px; width:160px; height:14px; ">연구비 세목관리</caption>
- <caption id="caption_cdgrup_list" class="tit_2" style="left:0px; top:35px; width:118px; height:14px; ">계정과목</caption>
- <caption id="caption1" class="tit_2" style="left:330px; top:35px; width:118px; height:13px; ">계정과목별 세목</caption>
- <datagrid id="grd_acntlist" nodeset="/root/resrchdept/acntlist/deptlist" visibility="visible" caption="계정과목^acntcd" colsep="^" colwidth="255, 0" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:55px; width:305px; height:705px; ">
- <col ref="acntnm"/>
- <col ref="acntcd" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var cRow = grd_acntlist.row;
- model.removenode("root/send");
- model.makeValue("root/send/acntcd",model.getValue("/root/resrchdept/acntlist/deptlist["+ cRow +"]/acntcd") );
-
- model.removenode("/root/hidden/rtnlist");
- submit("TRRIM00110");
-
- model.copyNode("/root/resrchdept/deptdetl", "/root/hidden/rtnlist");
- grd_detl.refresh();
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_detl" nodeset="/root/resrchdept/deptdetl/deptlist" caption="계정과목^목^세목" colsep="^" colwidth="255, 100, 189" mergecells="bycol" mergecellsfixedrows="bycolrec" rowsep="|" style="left:330px; top:55px; width:870px; height:545px; ">
- <col ref="acntnm" style="text-align:center; "/>
- <col ref="acnttitle"/>
- <col ref="acntdetail"/>
- </datagrid>
- <line id="line4" class="line_1" style="x1:0px; y1:50px; x2:305px; y2:50px; "/>
- <line id="line1" class="line_1" style="x1:330px; y1:50px; x2:900px; y2:50px; "/>
- </xhtml:body>
- </xhtml:html>
|