123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLOR90200_이미지결과상세조회.xrw
- * 설 명 : 이미지결과상세조회
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 - 박정은
- * 작 성 일 : 2010.02.03
- * 수정이력 :
- * 기 타 :
- -->
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <getDescrslt>
- <readrslt/>
- </getDescrslt>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden>
- <imgrslt>
- <imgrslt/>
- <imght/>
- <imgwidt/>
- </imgrslt>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <submission id="TXLRR90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/rtnval/rtnvalinfo"/>
- <submission id="TRLRR90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/reqfrm"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 초기화
- function fExeInitialize(){
- //var img = document.controls.item(img);
-
- //if(model.getValue("/root/hidden/imgrslt/imgrslt")==""){
- //fChangeImage("../../../com/commonweb/images/no_image.gif");
-
- //}else{
-
- setImageRefInstance("/root/hidden/imgrslt/imgrslt");//이미지 셋팅
-
- var imgwidth = model.getValue("/root/hidden/imgrslt/imgwidt");
- var imgheight = model.getValue("/root/hidden/imgrslt/imght");
- //alert("1 imgwidth= " + imgwidth + " imgheight= " + imgheight);
- if( imgwidth > 780){
- imgwidth = imgwidth * 0.7;
- }
-
- if( imgheight > 780) {
- imgheight = imgheight * 0.7;
- }
- // alert("2 imgwidth= " + imgwidth + " imgheight= " + imgheight);
- img1.attribute("width") = imgwidth;
- img1.attribute("height") = imgheight;
-
- // group2.attribute("width") = imgwidth;
- // group2.attribute("height") = imgheight;
- //alert( group2.attribute("height") );
- // }
-
- model.refresh();
-
- }
-
-
-
- // 닫기
- function fSetClose(){
- window.close();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="880" pageheight="740" guideline="1,1194;" style="border-color:#000000; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:860px; height:675px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:855px; y2:26px; "/>
- <caption id="caption3" class="tit_2" style="left:5px; top:11px; width:169px; height:13px; ">이미지 결과 상세보기</caption>
- <line id="line5" class="line_3" style="x1:0px; y1:671px; x2:850px; y2:671px; "/>
- <group id="group2" visibility="visible" overflow="scroll" scroll="auto" style="left:0px; top:30px; width:850px; height:640px; ">
- <img id="img1" ref="/root/hidden/imgrslt/imgrslt" src="../images/결과이미지.gif" style="left:0px; top:0px; width:845px; height:635px; background-image:../../../com/commonweb/images/no_image.gif; background-stretch:stretch; "/>
- </group>
- </group>
- <group id="group3" style="left:0px; top:682px; width:855px; height:27px; ">
- <line id="line8" class="line_6" style="x1:0px; y1:0px; x2:850px; y2:0px; "/>
- <button id="btn_close" class="btn4_letter2" style="left:790px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetClose();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|