123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <msg/>
- <description/>
- <code/>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct">
- <![CDATA[
- document.title= opener.javascript.getTitle();
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- function fSetWindowSize(max) {
- var width, height;
- if (max) {
- width = 514;
- height = 273;
- } else {
- width = 514;
- height = 198;
- }
- window.setSize(width,height);
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body scroll="autohscroll" guideline="1,489;2,224;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:490px; height:225px; ">
- <shape id="roundrect1" class="roundrect_error" appearance="roundrect" style="left:0px; top:0px; width:490px; height:147px; "/>
- <img id="img1" src="../../../com/commonweb/images/error.gif" style="left:5px; top:5px; width:75px; height:70px; "/>
- <line id="line1" class="line_6" style="x1:5px; y1:94px; x2:485px; y2:94px; "/>
- <button id="btn_desc" class="btn2_letter4" navindex="2" style="left:421px; top:90px; width:64px; height:19px; ">
- <caption>세부정보</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //alert(btn_ok.attribute("top"));
- if (tar_desc.visible){ // 현재 상세정보가 보이므로 상세정보를 보이지지 않게 한다.
- tar_desc.visible = false;
- btn_ok.attribute("top") = "115px";
- roundrect1.attribute("height") = "147px";
- fSetWindowSize(false);
- } else {
- btn_ok.attribute("top") = "190px";
- roundrect1.attribute("height") = "222px";
- tar_desc.visible = true;
- fSetWindowSize(true);
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <textarea id="tar_desc" ref="/root/main/description" navindex="4" visibility="hidden" scroll="autovscroll" style="left:5px; top:115px; width:479px; height:70px; padding-left:2; padding-top:2; padding-right:2; padding-bottom:2; "/>
- <textarea id="tar_msg" ref="/root/main/msg" navindex="3" visibility="visible" scroll="autovscroll" style="left:89px; top:25px; width:395px; height:62px; padding-left:2; padding-top:2; padding-right:2; padding-bottom:2; "/>
- <output id="opt_code" ref="/root/main/code" style="left:85px; top:5px; width:215px; height:19px; "/>
- <button id="btn_ok" class="btn4_letter2" navindex="1" style="left:429px; top:115px; width:56px; height:22px; ">
- <caption>확인</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|