1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLLP01100_미생물누적결과조회.xrw
- * 설 명 : 미생물누적결과조회
- * 설 계 자 : (주)에이씨케이 - 송요셉
- * 작 성 자 : (주)에이씨케이 - 송요셉
- * 작 성 일 : 2007.09.17
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <main>
- <getResultDetail>
- <reptrslt/>
- </getResultDetail>
- </main>
- <send>
- <level/>
- <bcno/>
- <pid/>
- <notmdlcd/>
- </send>
- <init>
- </init>
- <hidden>
- <ref>
- <list>
- </list>
- </ref>
- </hidden>
- </root>
- </instance>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- <script src="../../../com/commonweb/js/dateHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
- <script ev:event="xforms-ready" type="javascript">
- <![CDATA[
- fClickResultList();
- ]]>
- </script>
- <submission id="TRLLP00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/getResultDetail"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fClickResultList(){
-
- datagrid1.rebuildStyle();
-
- model.removeNodeset("/root/main/getResultDetail");
-
- model.setValue("/root/send/level" , "3");
- model.setValue("/root/send/bcno" , model.getValue("/root/hidden/ref/list/bcno"));
- model.setValue("/root/send/pid" , model.getValue("/root/hidden/ref/list/pid"));
- model.setValue("/root/send/notmdlcd" , "not");
-
- submit("TRLLP00902");
-
-
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="900" pageheight="700" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:885px; height:675px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:15px; x2:874px; y2:15px; "/>
- <caption id="caption3" class="tit_2" style="left:5px; top:0px; width:134px; height:14px; ">미생물결과상세보기</caption>
- <datagrid id="datagrid1" nodeset="/root/main/getResultDetail" class="datagrid_noborder" caption="결 과 내 역" colsep="^" colwidth="1500" dataheight="23" defaultrows="1" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:20px; width:875px; height:650px; font-family:굴림체; ">
- <col ref="reptrslt" format="yyyy-mm-dd" style="font-family:굴림체; "/>
- <col ref="judgmark2" visibility="hidden" style="font-family:굴림체; "/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|