1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" 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">
- <xhtml:head>
- <xhtml:title>항목 상세조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <itemlist>
- <itemseq/>
- <itemnm/>
- <itemlblnm/>
- <itemdefine/>
- <recgendbasespec/>
- </itemlist>
- </list>
- </main>
- <send>
- <divvarcd/>
- </send>
- <hidden>
- <session/>
- <divvarcd/>
- <divvarnm/>
- <divvardefine/>
- <prevdata/>
- </hidden>
- </root>
- </instance>
- <submission id="TRSMV00301" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setvalue("/root/hidden/divvarcd", model.getValue("/root/hidden/prevdata/divvarcd") );
- model.setvalue("/root/hidden/divvarnm", model.getValue("/root/hidden/prevdata/divvarnm") );
- model.setvalue("/root/hidden/divvardefine", model.getValue("/root/hidden/prevdata/divvardefine") );
- model.setValue("/root/send/divvarcd", model.getValue("/root/hidden/prevdata/divvarcd") );
- submit("TRSMV00301");
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="718" pageheight="485" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:700px; height:450px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:9px; width:131px; height:14px; ">세분변수 항목 조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:700px; y2:25px; "/>
- <caption id="caption5" class="cell_1" style="left:0px; top:29px; width:130px; height:23px; text-align:left; vertical-align:middle; ">세분변수 명칭</caption>
- <output id="opt_title" ref="/root/hidden/divvarnm" style="left:132px; top:31px; width:460px; height:19px; text-align:left; "/>
- <caption id="caption4" class="cell_1" style="left:0px; top:53px; width:130px; height:50px; ">세분변수 정의</caption>
- <textarea id="tar_define" ref="/root/hidden/divvardefine" disabled="true" scroll="vertical" maxlength="240" style="left:132px; top:54px; width:565px; height:48px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/list/itemlist" caption="순번^항목명^항목약어명^항목정의^인식/마감 기준" colwidth="40, 150, 100, 305, 100" dataheight="23" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" colsep="^" tooltip="true" style="left:0px; top:134px; width:700px; height:315px; ">
- <col ref="itemseq"/>
- <col ref="itemnm"/>
- <col ref="itemlblnm"/>
- <col ref="itemdefine"/>
- <col ref="recgendbasespec"/>
- </datagrid>
- <output id="output1" ref="/root/hidden/divvarcd" style="left:597px; top:31px; width:100px; height:19px; text-align:left; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:450px; width:700px; height:27px; ">
- <button id="button9" class="btn4_letter2" style="left:642px; top:2px; width:56px; height:22px; ">
- <script type="javascript" ev:event="xforms-activate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- <caption>닫기</caption>
- </button>
- </group>
- <caption id="caption2" class="tit_2" style="left:5px; top:115px; width:100px; height:14px; ">항목 리스트</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:130px; x2:700px; y2:130px; "/>
- <line id="line6" class="line_3" style="x1:0px; y1:103px; x2:700px; y2:103px; "/>
- </xhtml:body>
- </xhtml:html>
|