SPLPP02700_이미지확대.xrw 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SPLPP02700.xfm
  4. * 설 명 : 이미지조회
  5. * 설 계 자 : 설계자가 별도로 존재시 작성
  6. * 작 성 자 : 유동철(ACK)
  7. * 작 성 일 : 2007.11.14
  8. * 수정이력 : 최종작성일 기준으로 변경사항 이력관리
  9. * 기 타 : 주석문에 반영되어야 할 사항 표기
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>이미지 조회</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <imginfo>
  20. <imginfolist>
  21. <pid/>
  22. <rsltimg/>
  23. <imgpath/>
  24. </imginfolist>
  25. </imginfo>
  26. <imgno>
  27. <imgnolist>
  28. <instcd/>
  29. <rgstdd/>
  30. <pid/>
  31. <bizflagcd/>
  32. <imgno/>
  33. <imgseqno/>
  34. </imgnolist>
  35. </imgno>
  36. </main>
  37. <send/>
  38. <init/>
  39. <hidden>
  40. </hidden>
  41. </root>
  42. </instance>
  43. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  46. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  47. <script type="javascript" ev:event="xforms-ready">
  48. <![CDATA[
  49. fExeInitialize();
  50. ]]>
  51. </script>
  52. </model>
  53. <script type="javascript">
  54. <![CDATA[
  55. /* @group : 이미지 조회 화면
  56. * @ver : 2007.11.14 (CMCDEV-0001)
  57. * @by : 유동철(ACK)
  58. * @-----------------------------------
  59. * @type : function
  60. * @access : public
  61. * @desc : 이미지 보여주기 처리 함수
  62. */
  63. function fExeInitialize() {
  64. var sNode = opener.javascript.getParameter("SPLPP02700_node");
  65. setImageRefInstance("/root/main/imginfo/imginfolist/rsltimg");
  66. //---------------------------------------
  67. if (opener.model.getValue(sNode) == "") {
  68. //fGetAppImg();
  69. } else {
  70. model.makeValue("/root/main/imginfo/imginfolist/rsltimg", opener.model.getValue(sNode));
  71. img_expand.refresh();
  72. }
  73. //--------------
  74. model.refresh();
  75. }
  76. /* @group : 이미지 조회 화면
  77. * @ver : 2007.11.15 (CMCDEV-0001)
  78. * @by : 유동철(ACK)
  79. * @-----------------------------------
  80. * @type : function
  81. * @access : public
  82. * @desc : 화면종료 처리 함수
  83. */
  84. function fExeClose() {
  85. window.close();
  86. }
  87. ]]>
  88. </script>
  89. </xhtml:head>
  90. <xhtml:body pagewidth="816" pageheight="920" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  91. <group id="grp_biz" style="left:0px; top:0px; width:800px; height:900px; ">
  92. <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>
  93. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:795px; y2:25px; "/>
  94. <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; ">
  95. <script type="javascript" ev:event="ondblclick">
  96. <![CDATA[
  97. fExeClose();
  98. ]]>
  99. </script>
  100. </img>
  101. <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; "/>
  102. </group>
  103. </xhtml:body>
  104. </xhtml:html>