123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLPP02700.xfm
- * 설 명 : 이미지조회
- * 설 계 자 : 설계자가 별도로 존재시 작성
- * 작 성 자 : 유동철(ACK)
- * 작 성 일 : 2007.11.14
- * 수정이력 : 최종작성일 기준으로 변경사항 이력관리
- * 기 타 : 주석문에 반영되어야 할 사항 표기
- -->
- <?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>
- <imginfo>
- <imginfolist>
- <pid/>
- <rsltimg/>
- <imgpath/>
- </imginfolist>
- </imginfo>
- <imgno>
- <imgnolist>
- <instcd/>
- <rgstdd/>
- <pid/>
- <bizflagcd/>
- <imgno/>
- <imgseqno/>
- </imgnolist>
- </imgno>
- </main>
- <send/>
- <init/>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- /* @group : 이미지 조회 화면
- * @ver : 2007.11.14 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 이미지 보여주기 처리 함수
- */
- function fExeInitialize() {
-
- var sNode = opener.javascript.getParameter("SPLPP02700_node");
- setImageRefInstance("/root/main/imginfo/imginfolist/rsltimg");
-
- //---------------------------------------
- if (opener.model.getValue(sNode) == "") {
- //fGetAppImg();
- } else {
- model.makeValue("/root/main/imginfo/imginfolist/rsltimg", opener.model.getValue(sNode));
- img_expand.refresh();
- }
-
- //--------------
- model.refresh();
- }
-
- /* @group : 이미지 조회 화면
- * @ver : 2007.11.15 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 화면종료 처리 함수
- */
- function fExeClose() {
- window.close();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="816" pageheight="920" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_biz" style="left:0px; top:0px; width:800px; height:900px; ">
- <caption id="caption2" class="tit_2" autoresize="true" style="left:5; top:10px; width:161px; height:14px; font-family:굴림체; font-size:9pt; vertical-align:middle; ">확대 이미지</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:795px; y2:25px; "/>
- <img id="img_expand" ref="/root/main/imginfo/imginfolist/rsltimg" style="left:0px; top:30px; width:795px; height:865px; background-stretch:stretch; border-style:sunken; ">
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- fExeClose();
- ]]>
- </script>
- </img>
- <img id="img_source" visibility="hidden" style="left:255px; top:10px; width:80px; height:10px; background-stretch:stretch; border-color:#993300; border-width:1px; border-style:solid; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|