SPANC00300_INS기준표.xrw 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>INS기준표</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <data>
  11. <cddiv>1</cddiv>
  12. <alb>≥3.5</alb>
  13. <trf>≥200</trf>
  14. <tlc>≥1,500</tlc>
  15. </data>
  16. <data>
  17. <cddiv>2</cddiv>
  18. <alb>≥3.5</alb>
  19. <trf>≥200</trf>
  20. <tlc>&lt; 1,500</tlc>
  21. </data>
  22. <data>
  23. <cddiv>2</cddiv>
  24. <alb>≥3.5</alb>
  25. <trf>&lt; 200</trf>
  26. <tlc>≥1,500</tlc>
  27. </data>
  28. <data>
  29. <cddiv>3</cddiv>
  30. <alb>≥3.5</alb>
  31. <trf>&lt; 200</trf>
  32. <tlc>&lt; 1,500</tlc>
  33. </data>
  34. <data>
  35. <cddiv>3</cddiv>
  36. <alb>&lt; 3.5</alb>
  37. <trf>≥200</trf>
  38. <tlc>≥1,500</tlc>
  39. </data>
  40. <data>
  41. <cddiv>4</cddiv>
  42. <alb>&lt; 3.5</alb>
  43. <trf>&lt; 200</trf>
  44. <tlc>≥1,500</tlc>
  45. </data>
  46. <data>
  47. <cddiv>4</cddiv>
  48. <alb>&lt; 3.5</alb>
  49. <trf>≥200</trf>
  50. <tlc>&lt; 1,500</tlc>
  51. </data>
  52. <data>
  53. <cddiv>5</cddiv>
  54. <alb>&lt; 3.5</alb>
  55. <trf>&lt; 200</trf>
  56. <tlc>&lt; 1,500</tlc>
  57. </data>
  58. </main>
  59. </root>
  60. </instance>
  61. </model>
  62. </xhtml:head>
  63. <xhtml:body pagewidth="600" pageheight="343" guideline="2,13;1,1194;2,784;2,757;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  64. <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:501px; height:250px; ">
  65. <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:95px; height:14px; ">INS기준표</caption>
  66. <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:500px; y2:26px; "/>
  67. <datagrid id="grd_data" nodeset="/root/main/data" caption="INS^Alb(g/dl)^TRF(mg/dl)^TLC(cells/mm3)" colwidth="90, 136, 136, 136" fixedcols="1" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:31px; width:500px; height:209px; text-align:center; ">
  68. <col ref="cddiv"/>
  69. <col ref="alb"/>
  70. <col ref="trf"/>
  71. <col ref="tlc"/>
  72. </datagrid>
  73. </group>
  74. <group id="grp_btn" scroll="auto" style="left:5px; top:251px; width:495px; height:27px; ">
  75. <button id="btn_close" class="btn4_letter2" style="left:439px; top:5px; width:56px; height:22px; ">
  76. <caption>닫기</caption>
  77. <script type="javascript" ev:event="DOMActivate">
  78. <![CDATA[
  79. window.close();
  80. ]]>
  81. </script>
  82. </button>
  83. </group>
  84. </xhtml:body>
  85. </xhtml:html>