1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="C:/CMCProject/application/webapps/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>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body>
- <group id="group1" style="left:0px; top:0px; width:950px; height:610px; ">
- <datagrid id="datagrid1" nodeset="/root/과제" caption="순번^과제번호^과제명^품목명^해당병원^접수일^의뢰자^연구자^일자" colsep="^" colwidth="42, 106, 172, 84, 111, 91, 90, 89, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:2px; top:7px; width:909px; height:493px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|