SPZCN00401_복합성분상세.xrw 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>복합성분상세</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list4>
  11. <resultDrugIngredient>
  12. <iengnm/>
  13. <hamryangnm/>
  14. </resultDrugIngredient>
  15. </list4>
  16. </main>
  17. <send>
  18. </send>
  19. </root>
  20. </instance>
  21. <script type="javascript" ev:event="xforms-ready">
  22. <![CDATA[
  23. model.refresh();
  24. ]]>
  25. </script>
  26. </model>
  27. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  28. </xhtml:head>
  29. <xhtml:body pagewidth="500" pageheight="180" idprefix="pop_">
  30. <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; ">
  31. <col ref="iengnm"/>
  32. <col ref="hamryangnm"/>
  33. </datagrid>
  34. </xhtml:body>
  35. </xhtml:html>