123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?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>계약이력 입력 및 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <ddflag/>
- <status/>
- <kind/>
- <ddfrom/>
- <ddto/>
- </cond>
- </main>
- <send>
- <reqdata>
- </reqdata>
- <savedata/>
- </send>
- <hidden>
- </hidden>
- <init>
- <baseinfo>
- <instinfo>
- <instcd/>
- <hospnm/>
- </instinfo>
- </baseinfo>
- <stage/>
- <newElement/>
- <projcd/>
- </init>
- <temp/>
- <result>
- <cnrtlist>
- <instcd/>
- <projcd/>
- <cntrdd/>
- <cntrid/>
- <cntramt/>
- </cnrtlist>
- </result>
- <newprojcd/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fIni();
- ]]>
- </script>
- <submission id="TRRIS00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/result/cnrtlist"/>
- <submission id="TXRIS00210" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/hidden/cntrcnt"/>
- </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" src="../../../mis/ctmsweb/js/SPRIS00210.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="500" pageheight="530">
- <group id="group3" style="left:5px; top:50px; width:465px; height:460px; vertical-align:top; border-width:1px; ">
- <datagrid id="datagrid1" nodeset="/root/result/cnrtlist" caption="instcd^과제코드^계약일^계약금^비고" colsep="^" colwidth="0, 72, 90, 97, 189" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:0px; width:455px; height:450px; ">
- <col ref="instcd" visibility="hidden"/>
- <col ref="projcd"/>
- <col ref="cntrdd" type="inputdate" style="text-align:center; "/>
- <col ref="cntramt" type="input" format="#,###" style="text-align:right; "/>
- <col ref="bigo" type="input"/>
- </datagrid>
- </group>
- <button id="button2" class="btn2_letter3" style="left:310px; top:25px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAddRow();
- ]]>
- </script>
- </button>
- <caption id="cap_title" class="tit_1" style="left:5px; top:0px; width:147px; height:13px; ">계약이력</caption>
- <button id="button1" class="btn2_letter3" style="left:365px; top:25px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fDelRow();
- ]]>
- </script>
- </button>
- <button id="button3" class="btn2_letter2" style="left:420px; top:25px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave();
- ]]>
- </script>
- </button>
- <button id="button4" class="btn2_letter2" style="left:266px; top:25px; width:42px; height:19px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line4" class="line_1" style="x1:5px; y1:45px; x2:461px; y2:45px; "/>
- <caption id="caption14" class="tit_2" style="left:5px; top:30px; width:118px; height:13px; ">입력/조회</caption>
- </xhtml:body>
- </xhtml:html>
|