SPMMO08700_관심슬립계산.xrw 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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>관심슬립계산</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <concslipcalc>
  10. <seq>1</seq>
  11. <testitem>CBC1</testitem>
  12. <calc>+</calc>
  13. </concslipcalc>
  14. <concslipcalc>
  15. <seq>2</seq>
  16. <testitem>CBC2</testitem>
  17. <calc>-</calc>
  18. </concslipcalc>
  19. <concslipcalc>
  20. <seq>3</seq>
  21. <testitem>CBC3</testitem>
  22. <calc>*</calc>
  23. </concslipcalc>
  24. <concslipcalc>
  25. <seq>4</seq>
  26. <testitem>CBC4</testitem>
  27. <calc>/</calc>
  28. </concslipcalc>
  29. <concslipcalc>
  30. <seq>5</seq>
  31. <testitem>CBC5</testitem>
  32. <calc/>
  33. </concslipcalc>
  34. </root>
  35. </instance>
  36. </model>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  39. </xhtml:head>
  40. <xhtml:body pagewidth="288" pageheight="477">
  41. <datagrid id="datagrid1" nodeset="/root/concslipcalc" caption="순서^검사항목^연산자" colsep="^" colwidth="50, 160, 50" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:3px; top:26px; width:283px; height:450px; ">
  42. <col ref="seq" style="text-align:center; "/>
  43. <col ref="testitem"/>
  44. <col ref="calc" type="combo" style="text-align:center; ">
  45. <choices>
  46. <item>
  47. <label>+</label>
  48. <value>+</value>
  49. </item>
  50. <item>
  51. <label>-</label>
  52. <value>-</value>
  53. </item>
  54. <item>
  55. <label>*</label>
  56. <value>*</value>
  57. </item>
  58. <item>
  59. <label>/</label>
  60. <value>/</value>
  61. </item>
  62. <item>
  63. <label/>
  64. <value/>
  65. </item>
  66. </choices>
  67. </col>
  68. </datagrid>
  69. <caption id="caption22" class="tit_2" style="left:5px; top:6px; width:113px; height:13px; ">관심슬립계산</caption>
  70. <line id="line5" class="line_1" style="x1:3px; y1:22px; x2:286px; y2:23px; "/>
  71. <button id="button1" class="btn2_letter2" style="left:198px; top:0px; width:42px; height:19px; ">
  72. <caption>삭제</caption>
  73. </button>
  74. <button id="button2" class="btn2_letter2" style="left:242px; top:0px; width:42px; height:19px; ">
  75. <caption>저장</caption>
  76. </button>
  77. <button id="button10" class="btn2_letter2" style="left:154px; top:0px; width:42px; height:19px; ">
  78. <caption>신규</caption>
  79. </button>
  80. </xhtml:body>
  81. </xhtml:html>