12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="C:/CMCProject/application/webapps/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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body>
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:120px; height:14px; ">진행중인 과제목록</caption>
- </group>
- <group id="group2" style="left:0px; top:20px; width:1194px; height:280px; ">
- <datagrid id="datagrid1" caption="순번^과제번호^과제명^품목명^의뢰자^연구기간^총연구비^책정금액^기타^기타" colsep="^" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:5px; width:1055px; height:160px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </group>
- <group id="group3" style="left:0px; top:310px; width:1194px; height:300px; ">
- <datagrid id="datagrid2" caption="청구차수^과제번호^청구액^청구일자^청구기간^청구기간^진료비자동청구^진료비자동청구^진료비내역" colsep="^" mergecellsfixedrows="bycolrec" rowsep="|" style="left:10px; top:10px; width:1070px; height:145px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|