1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../../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>복합성분상세</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list4>
- <resultDrugIngredient>
- <iengnm/>
- <hamryangnm/>
- </resultDrugIngredient>
- </list4>
- </main>
- <send>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="500" pageheight="180" idprefix="pop_">
- <datagrid id="grd_resultDrugIngredient" nodeset="/root/main/list4/resultDrugIngredient" caption="성분명^함량" colsep="^" colwidth="308, 150" dataheight="25" ellipsis="true" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:5px; top:1px; width:490px; height:175px; ">
- <col ref="iengnm"/>
- <col ref="hamryangnm"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|