SPMNR06000_Item확장명설정.xrw 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="EUC-KR"?>
  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>ITEM확장명/부위 입력</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <cond>
  10. </cond>
  11. <main>
  12. <iteminfo>
  13. <itemlist>
  14. <itemnm/>
  15. <chngitemnm/>
  16. </itemlist>
  17. </iteminfo>
  18. <chngitemnm/>
  19. </main>
  20. <stay>
  21. <itemnm/>
  22. </stay>
  23. <send/>
  24. <hidden>
  25. <refinfo/>
  26. <stmtinfo/>
  27. <stmtmngt/>
  28. </hidden>
  29. </root>
  30. </instance>
  31. <script type="javascript" ev:event="xforms-ready">
  32. <![CDATA[
  33. finit();
  34. ]]>
  35. </script>
  36. </model>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  41. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  42. <script type="javascript" src="../../../emr/carerecweb/js/SPMNR06000.js"/>
  43. </xhtml:head>
  44. <xhtml:body pagewidth="265" pageheight="320" guideline="1,1190;1,240;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  45. <group id="group2" style="left:0px; top:0px; width:245px; height:315px; ">
  46. <button id="btn_close" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:185px; top:288px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  47. <caption>닫기</caption>
  48. <script type="javascript" ev:event="DOMActivate">
  49. <![CDATA[
  50. window.close();
  51. ]]>
  52. </script>
  53. </button>
  54. <button id="btn_save" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:125px; top:288px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  55. <caption>확인</caption>
  56. <script type="javascript" ev:event="DOMActivate">
  57. <![CDATA[
  58. fSaveExtNm();
  59. ]]>
  60. </script>
  61. </button>
  62. <shape id="roundrect3" class="roundrect_btnset" appearance="roundrect" style="left:0px; top:190px; width:241px; height:90px; background-color:#f2fafe; border-color:#7cbbdd; "/>
  63. <caption id="caption1" style="left:10px; top:196px; width:218px; height:50px; "/>
  64. <caption id="caption2" style="left:14px; top:249px; width:40px; height:20px; text-align:right; ">확장명</caption>
  65. <input id="ipt_chngitemnm" ref="/root/main/chngitemnm" style="left:57px; top:250px; width:155px; height:19px; ">
  66. <script type="javascript" ev:event="onkeyup">
  67. <![CDATA[
  68. if(event.keyCode == "13"){
  69. setInputNodeCurText();
  70. btn_save.dispatch("DOMActivate");
  71. }
  72. ]]>
  73. </script>
  74. </input>
  75. <caption id="caption4" class="tit_2" style="left:5px; top:0px; width:112px; height:13px; ">ITEM 설정 내역</caption>
  76. <line id="line17" class="line_1" style="x1:0px; y1:15px; x2:241px; y2:15px; "/>
  77. <datagrid id="grd_itemlist" nodeset="/root/main/iteminfo/itemlist" caption="Item^확장명/부위^caption3" colsep="^" colwidth="156, 83" ellipsis="true" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:0px; top:18px; width:241px; height:160px; ">
  78. <col ref="itemnm" style="left:0px; top:23px; width:110px; height:23px; "/>
  79. <col ref="chngitemnm" style="left:100px; top:23px; width:110px; height:23px; "/>
  80. </datagrid>
  81. </group>
  82. </xhtml:body>
  83. </xhtml:html>