SPMMR04400_서식부제목관리.xrw 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. <main>
  10. <formsubtitle>
  11. <formsubtitlelist/>
  12. </formsubtitle>
  13. </main>
  14. <send>
  15. <formsublist/>
  16. <userid/>
  17. </send>
  18. </root>
  19. </instance>
  20. <script type="javascript" ev:event="xforms-ready">
  21. <![CDATA[
  22. fInitialize();
  23. ]]>
  24. </script>
  25. <submission id="TRMMR04401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/formsubtitle/formsubtitlelist"/>
  26. <submission id="TXMMR04401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/formsubtitle/formsubtitlelist"/>
  27. </model>
  28. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  30. <script type="javascript" src="../../../emr/medirecweb/js/MMR04400.js"/>
  31. </xhtml:head>
  32. <xhtml:body pagewidth="240" pageheight="350">
  33. <button id="button1" class="btn2_letter2" style="left:63px; top:3px; width:42px; height:19px; ">
  34. <caption>추가</caption>
  35. <script type="javascript" ev:event="onclick">
  36. <![CDATA[
  37. fAddRow();
  38. ]]>
  39. </script>
  40. </button>
  41. <button id="button2" class="btn2_letter2" style="left:107px; top:3px; width:42px; height:19px; ">
  42. <caption>삭제</caption>
  43. <script type="javascript" ev:event="onclick">
  44. <![CDATA[
  45. fDelRow();
  46. ]]>
  47. </script>
  48. </button>
  49. <button id="button3" class="btn2_letter2" style="left:151px; top:3px; width:42px; height:19px; ">
  50. <caption>저장</caption>
  51. <script type="javascript" ev:event="onclick">
  52. <![CDATA[
  53. fSave();
  54. ]]>
  55. </script>
  56. </button>
  57. <datagrid id="grd_formsubtitle" nodeset="/root/main/formsubtitle/formsubtitlelist" caption="부제목명^^순번" colwidth="145, 0, 36" explorerbar="sort" extendlastcol="scroll" rowheader="update" style="left:0px; top:25px; width:240px; height:325px; ">
  58. <col ref="formsubtitle" type="input"/>
  59. <col ref="formsubtitleseq" visibility="hidden"/>
  60. <col ref="seq" type="input" visibility="hidden" format="999" style="text-align:center; "/>
  61. <script type="javascript" ev:event="onaftersort">
  62. <![CDATA[
  63. grd_formsubtitle.gridToInstance();
  64. ]]>
  65. </script>
  66. </datagrid>
  67. <button id="button104" class="icon_top" style="left:4px; top:3px; width:26px; height:19px; ">
  68. <caption/>
  69. <script type="javascript" ev:event="onclick">
  70. <![CDATA[
  71. fMoveUp();
  72. ]]>
  73. </script>
  74. </button>
  75. <button id="button105" class="icon_bottom" style="left:33px; top:3px; width:26px; height:19px; ">
  76. <caption/>
  77. <script type="javascript" ev:event="onclick">
  78. <![CDATA[
  79. fMoveDown();
  80. ]]>
  81. </script>
  82. </button>
  83. <button id="button4" class="btn2_letter2" style="left:195px; top:3px; width:42px; height:19px; ">
  84. <caption>닫기</caption>
  85. <script type="javascript" ev:event="onclick">
  86. <![CDATA[
  87. fClose();
  88. ]]>
  89. </script>
  90. </button>
  91. </xhtml:body>
  92. </xhtml:html>