12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- <infolist>
- <grid>
- <a>28</a>
- <b>KCMC06MM10</b>
- <c>탁소텔 주의 시...</c>
- <d>강남성모병원</d>
- <e>300,000</e>
- <f>홍길동</f>
- <g/>
- <h>2007-03-20</h>
- <i/>
- <j/>
- <k>서울시 강남구 역삼동823번지 와이어스</k>
- </grid>
- </infolist>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body>
- <datagrid id="datagrid2" nodeset="/root/infolist/grid" caption="No^과제번호^과제명^의뢰자명^금액^시험책임자^입금확인^입금일^계산서발행^계산서발행^비고" colsep="^" colwidth="27, 123, 123, 87, 126, 72, 93, 100, 70, 52, 286" defaultrows="50" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:2px; width:1170px; height:588px; ">
- <col ref="a"/>
- <col ref="b"/>
- <col ref="c"/>
- <col ref="d"/>
- <col ref="e"/>
- <col ref="f"/>
- <col ref="g"/>
- <col ref="h"/>
- <col ref="i"/>
- <col ref="j"/>
- <col ref="k"/>
- </datagrid>
- <select1 id="combo63" class="combo_search" appearance="minimal" style="left:564px; top:27px; width:70px; height:19px; ">
- <choices>
- <item>
- <label>유</label>
- <value>1</value>
- </item>
- <item>
- <label>성모병원</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" style="left:570px; top:30px; width:50px; height:30px; color:#808080; ">
- <![CDATA[확인
- 미확인]]>
- </caption>
- <button id="button10" class="btn2_letter2" style="left:826px; top:28px; width:42px; height:19px; ">
- <caption>출력</caption>
- </button>
- <select1 id="combo1" class="combo_search" appearance="minimal" style="left:744px; top:22px; width:70px; height:19px; ">
- <choices>
- <item>
- <label>유</label>
- <value>1</value>
- </item>
- <item>
- <label>성모병원</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption2" style="left:750px; top:25px; width:50px; height:30px; color:#808080; ">
- <![CDATA[발행
- 미발행]]>
- </caption>
- </xhtml:body>
- </xhtml:html>
|