12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>심사지침 변경내역</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <resultKHIRAUPHISLookup>
- <htmlcontents/>
- <!--심사내용-->
- </resultKHIRAUPHISLookup>
- </list>
- </main>
- <send>
- <reqKHIRAUPHISLookup>
- <pGcode/>
- <!--약제비고시번호※약제비심사정보-->
- <pIdx/>
- <!--약제비일련번호-->
- </reqKHIRAUPHISLookup>
- </send>
- <init/>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- /*
- 화면을 초기화 합니다.
- */
- fInitialize();
- /*
- 조회 메서드를 호출합니다
- */
- // browser 연동
- var pGcode = model.getValue("/root/send/reqKHIRAUPHISLookup/pGcode");
- var pIdx= model.getValue("/root/send/reqKHIRAUPHISLookup/pIdx");
-
- objBrower.Navigate2(getActionURL("TRZCR02701")+ "&pGcode=" + pGcode+ "&pIdx=" + pIdx);
- ]]>
- </script>
- <submission id="TRZCR02701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqKHIRAUPHISLookup" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/referenceweb/js/ZCR001.js"/>
- <script type="javascript">
- <![CDATA[
- /*
- 초기화 작업을 합니다.
- */
- function fInitialize(){
- model.removeNodeset("/root/main/list/resultList");
- }
- /*
- model.getValue(); 를 함수로 만들었습니다.
- param1 : node는 grid의 xPath입니다.
- param2 : row는 grid에서 선택한 row값입니다.
- param3 : element는 getvalue할 해당 element 명입니다.
- 해당 getvalue값을 return 해줍니다.
- return 하지 않으면 해당값을 가져올 수 없습니다.
- */
- function fGetValue(node, row, element) {
- var rtnValue = model.getValue(node + "[" + row + "]/" + element);
- return rtnValue;
- }
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="665" pageheight="700" guideline="2,299;1,1200;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
- <line id="line8" class="line_1" style="x1:15px; y1:14px; x2:652px; y2:14px; text-align:left; "/>
- <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; "/>
- </xhtml:body>
- </xhtml:html>
|