SPLPD00800_처방명팝업.xrw 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SPLPD00800_처방명팝업.xrw
  4. * 설 명 : 대출에 관련한 처방목록 화면
  5. * 설 계 자 : 평화IS - 한음미
  6. * 작 성 자 : 평화IS - 한음미
  7. * 작 성 일 : 2008.06.23
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title/>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <prcpcd>
  20. <prcpcdlist>
  21. <instcd/>
  22. <prcpcd/>
  23. <prcpnm/>
  24. </prcpcdlist>
  25. </prcpcd>
  26. </main>
  27. <send>
  28. </send>
  29. <init>
  30. </init>
  31. <hidden>
  32. </hidden>
  33. </root>
  34. </instance>
  35. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  37. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  38. <script type="javascript" ev:event="xforms-ready">
  39. <![CDATA[
  40. fExeInitialize();
  41. ]]>
  42. </script>
  43. <script type="javascript">
  44. <![CDATA[
  45. /* @group : 처방목록 조회
  46. * @ver : 2008.06.23
  47. * @by : 한음미(평화IS)
  48. * @-----------------------------------
  49. * @type : function
  50. * @access : public
  51. * @desc : 화면초기화 함수
  52. */
  53. function fExeInitialize(){
  54. model.resetInstanceNode("/root/main/prcpcd/prcpcdlist");
  55. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  56. fGetPrcpList();
  57. }
  58. function fGetPrcpList(){
  59. model.removeNodeset("/root/send");
  60. submit("TRLPD00702",false);
  61. }
  62. /* @group : 처방목록 조회
  63. * @ver : 2008.06.23
  64. * @by : 한음미(평화IS)
  65. * @-----------------------------------
  66. * @type : function
  67. * @access : public
  68. * @desc : 화면 닫기 함수
  69. */
  70. function fExeClsScrn(){
  71. model.close();
  72. }
  73. ]]>
  74. </script>
  75. <submission id="TRLPD00702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/prcpcd/prcpcdlist"/>
  76. </model>
  77. </xhtml:head>
  78. <xhtml:body pagewidth="345" pageheight="410" guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  79. <group id="group3" style="left:0px; top:380px; width:325px; height:27px; ">
  80. <line id="line2" class="line_6" style="x1:0px; y1:0px; x2:325px; y2:0px; "/>
  81. <button id="btn_cls" class="btn4_letter2" style="left:269px; top:5px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  82. <caption>닫기</caption>
  83. <script type="javascript" ev:event="onclick">
  84. <![CDATA[
  85. fExeClsScrn();
  86. ]]>
  87. </script>
  88. </button>
  89. <button id="btn_cfm" class="btn4_letter2" style="left:210px; top:5px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  90. <caption>확인</caption>
  91. <script type="javascript" ev:event="onclick">
  92. <![CDATA[
  93. fExeChoitestcode();
  94. ]]>
  95. </script>
  96. </button>
  97. </group>
  98. <group id="grp_popup" style="left:0px; top:0px; width:325px; height:380px; ">
  99. <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:121px; height:14px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">처방목록</caption>
  100. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:325px; y2:25px; "/>
  101. <datagrid id="grd_prcpcdlist" nodeset="/root/main/prcpcd/prcpcdlist" caption="기관코드^처방코드^처방명" colsep="^" colwidth="0,100, 200" dataheight="23" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:30px; width:325px; height:347px; border-color:#c0c0c0; ">
  102. <col ref="instcd"/>
  103. <col ref="prcpcd"/>
  104. <col ref="prcpnm"/>
  105. </datagrid>
  106. </group>
  107. </xhtml:body>
  108. </xhtml:html>