123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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="">
- <concslipcalc>
- <seq>1</seq>
- <testitem>CBC1</testitem>
- <calc>+</calc>
- </concslipcalc>
- <concslipcalc>
- <seq>2</seq>
- <testitem>CBC2</testitem>
- <calc>-</calc>
- </concslipcalc>
- <concslipcalc>
- <seq>3</seq>
- <testitem>CBC3</testitem>
- <calc>*</calc>
- </concslipcalc>
- <concslipcalc>
- <seq>4</seq>
- <testitem>CBC4</testitem>
- <calc>/</calc>
- </concslipcalc>
- <concslipcalc>
- <seq>5</seq>
- <testitem>CBC5</testitem>
- <calc/>
- </concslipcalc>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="288" pageheight="477">
- <datagrid id="datagrid1" nodeset="/root/concslipcalc" caption="순서^검사항목^연산자" colsep="^" colwidth="50, 160, 50" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:3px; top:26px; width:283px; height:450px; ">
- <col ref="seq" style="text-align:center; "/>
- <col ref="testitem"/>
- <col ref="calc" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>+</label>
- <value>+</value>
- </item>
- <item>
- <label>-</label>
- <value>-</value>
- </item>
- <item>
- <label>*</label>
- <value>*</value>
- </item>
- <item>
- <label>/</label>
- <value>/</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </col>
- </datagrid>
- <caption id="caption22" class="tit_2" style="left:5px; top:6px; width:113px; height:13px; ">관심슬립계산</caption>
- <line id="line5" class="line_1" style="x1:3px; y1:22px; x2:286px; y2:23px; "/>
- <button id="button1" class="btn2_letter2" style="left:198px; top:0px; width:42px; height:19px; ">
- <caption>삭제</caption>
- </button>
- <button id="button2" class="btn2_letter2" style="left:242px; top:0px; width:42px; height:19px; ">
- <caption>저장</caption>
- </button>
- <button id="button10" class="btn2_letter2" style="left:154px; top:0px; width:42px; height:19px; ">
- <caption>신규</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|