1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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>93033456</d>
- <e>홍길동</e>
- <f>1</f>
- <g>강남성모병원</g>
- <h/>
- <i>2007-03-20</i>
- </grid>
- </infolist>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1190;2,565;">
- <datagrid id="datagrid2" nodeset="/root/infolist/grid" caption="No^과제번호^과제명^사번^성명^신청차수^해당병원^지급여부^지급예정일" colsep="^" colwidth="27, 123, 123, 87, 126, 116, 166, 100, 100" defaultrows="50" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:2px; width:1180px; height:553px; ">
- <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"/>
- </datagrid>
- <select1 id="combo63" class="combo_search" appearance="minimal" style="left:784px; 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:790px; top:30px; width:50px; height:30px; color:#808080; ">
- <![CDATA[지급
- 미지급]]>
- </caption>
- </xhtml:body>
- </xhtml:html>
|