SPZCR00501_심사지침변경내역.xrw 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. <list>
  11. <resultKHIRAUPHISLookup>
  12. <htmlcontents/>
  13. <!--심사내용-->
  14. </resultKHIRAUPHISLookup>
  15. </list>
  16. </main>
  17. <send>
  18. <reqKHIRAUPHISLookup>
  19. <pGcode/>
  20. <!--약제비고시번호※약제비심사정보-->
  21. <pIdx/>
  22. <!--약제비일련번호-->
  23. </reqKHIRAUPHISLookup>
  24. </send>
  25. <init/>
  26. <hidden/>
  27. <temp/>
  28. </root>
  29. </instance>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. /*
  33. 화면을 초기화 합니다.
  34. */
  35. fInitialize();
  36. /*
  37. 조회 메서드를 호출합니다
  38. */
  39. // browser 연동
  40. var pGcode = model.getValue("/root/send/reqKHIRAUPHISLookup/pGcode");
  41. var pIdx= model.getValue("/root/send/reqKHIRAUPHISLookup/pIdx");
  42. objBrower.Navigate2(getActionURL("TRZCR02701")+ "&pGcode=" + pGcode+ "&pIdx=" + pIdx);
  43. ]]>
  44. </script>
  45. <submission id="TRZCR02701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqKHIRAUPHISLookup" resultref="/root/main/list"/>
  46. </model>
  47. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  48. <script type="javascript" src="../../../com/referenceweb/js/ZCR001.js"/>
  49. <script type="javascript">
  50. <![CDATA[
  51. /*
  52. 초기화 작업을 합니다.
  53. */
  54. function fInitialize(){
  55. model.removeNodeset("/root/main/list/resultList");
  56. }
  57. /*
  58. model.getValue(); 를 함수로 만들었습니다.
  59. param1 : node는 grid의 xPath입니다.
  60. param2 : row는 grid에서 선택한 row값입니다.
  61. param3 : element는 getvalue할 해당 element 명입니다.
  62. 해당 getvalue값을 return 해줍니다.
  63. return 하지 않으면 해당값을 가져올 수 없습니다.
  64. */
  65. function fGetValue(node, row, element) {
  66. var rtnValue = model.getValue(node + "[" + row + "]/" + element);
  67. return rtnValue;
  68. }
  69. ]]>
  70. </script>
  71. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  72. </xhtml:head>
  73. <xhtml:body pagewidth="665" pageheight="700" guideline="2,299;1,1200;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  74. <line id="line8" class="line_1" style="x1:15px; y1:14px; x2:652px; y2:14px; text-align:left; "/>
  75. <object id="objBrower" clsid="{8856f961-340a-11d0-a96b-00c04fd705a2}" style="left:15px; top:20px; width:637px; height:666px; font-family:굴림; font-size:7pt; padding-left:0; padding-top:0; padding-right:0; padding-bottom:0; background-image:../../../com/commonweb/images/grid_bg.gif; "/>
  76. </xhtml:body>
  77. </xhtml:html>