SPZZZ00100_시스템에러.xrw 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>시스템 메시지</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <msg/>
  11. <description/>
  12. <code/>
  13. </main>
  14. </root>
  15. </instance>
  16. <script type="javascript" ev:event="xforms-model-construct">
  17. <![CDATA[
  18. document.title= opener.javascript.getTitle();
  19. ]]>
  20. </script>
  21. </model>
  22. <script type="javascript">
  23. <![CDATA[
  24. function fSetWindowSize(max) {
  25. var width, height;
  26. if (max) {
  27. width = 514;
  28. height = 273;
  29. } else {
  30. width = 514;
  31. height = 198;
  32. }
  33. window.setSize(width,height);
  34. }
  35. ]]>
  36. </script>
  37. </xhtml:head>
  38. <xhtml:body scroll="autohscroll" guideline="1,489;2,224;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  39. <group id="group1" style="left:0px; top:0px; width:490px; height:225px; ">
  40. <shape id="roundrect1" class="roundrect_error" appearance="roundrect" style="left:0px; top:0px; width:490px; height:147px; "/>
  41. <img id="img1" src="../../../com/commonweb/images/error.gif" style="left:5px; top:5px; width:75px; height:70px; "/>
  42. <line id="line1" class="line_6" style="x1:5px; y1:94px; x2:485px; y2:94px; "/>
  43. <button id="btn_desc" class="btn2_letter4" navindex="2" style="left:421px; top:90px; width:64px; height:19px; ">
  44. <caption>세부정보</caption>
  45. <script type="javascript" ev:event="DOMActivate">
  46. <![CDATA[
  47. //alert(btn_ok.attribute("top"));
  48. if (tar_desc.visible){ // 현재 상세정보가 보이므로 상세정보를 보이지지 않게 한다.
  49. tar_desc.visible = false;
  50. btn_ok.attribute("top") = "115px";
  51. roundrect1.attribute("height") = "147px";
  52. fSetWindowSize(false);
  53. } else {
  54. btn_ok.attribute("top") = "190px";
  55. roundrect1.attribute("height") = "222px";
  56. tar_desc.visible = true;
  57. fSetWindowSize(true);
  58. }
  59. model.refresh();
  60. ]]>
  61. </script>
  62. </button>
  63. <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; "/>
  64. <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; "/>
  65. <output id="opt_code" ref="/root/main/code" style="left:85px; top:5px; width:215px; height:19px; "/>
  66. <button id="btn_ok" class="btn4_letter2" navindex="1" style="left:429px; top:115px; width:56px; height:22px; ">
  67. <caption>확인</caption>
  68. <close ev:event="DOMActivate"/>
  69. </button>
  70. </group>
  71. </xhtml:body>
  72. </xhtml:html>