SPZSN00500_공지사항확인.xrw 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>°øÁö»çÇ×</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <userinfo>
  11. <systemkind/>
  12. <userinstcd/>
  13. <jobkindcd/>
  14. </userinfo>
  15. </send>
  16. <main>
  17. <noticeinfo>
  18. <ds_noticeList>
  19. <genrno/>
  20. <genrdd/>
  21. <seqno/>
  22. <histstat/>
  23. <delyn/>
  24. <systemkind/>
  25. <userinstcd/>
  26. <jobkindcd/>
  27. <ntcsubject/>
  28. <ntccnts/>
  29. <ntccnttype/>
  30. <fromdd/>
  31. <todd/>
  32. <hitcount/>
  33. <bottomflag/>
  34. <bottomcolor/>
  35. <bottomsize/>
  36. <fstrgstdt/>
  37. </ds_noticeList>
  38. </noticeinfo>
  39. </main>
  40. </root>
  41. </instance>
  42. <script type="javascript" ev:event="xforms-ready">
  43. <![CDATA[
  44. var width = model.getValue("/root/main/noticeinfo/ds_noticeList/width");
  45. var height = model.getValue("/root/main/noticeinfo/ds_noticeList/height");
  46. width = parseInt(width);
  47. height = parseInt(height);
  48. var width1 = width - 60;
  49. var height1 = height - 90;
  50. object1.Width = width1;
  51. object1.Height = height1;
  52. btn_close.attribute("left") = width - 110;
  53. btn_close.attribute("top") = height - 80;
  54. window.setSize(width - 10, height);
  55. object1.Navigate("about:blank","" ,"_self", "", "");
  56. ]]>
  57. </script>
  58. </model>
  59. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  60. <script type="javascript">
  61. <![CDATA[
  62. var chk;
  63. ]]>
  64. </script>
  65. </xhtml:head>
  66. <xhtml:body scroll="none" pagewidth="710" pageheight="900" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  67. <object id="object1" clsid="{8856f961-340a-11d0-a96b-00c04fd705a2}" AddressBar="false" Height="400" MenuBar="false" StatusBar="false" Resizable="true" style="left:8px; top:8px; width:710px; height:867px; ">
  68. <script type="javascript" ev:event="TitleChange(Text)">
  69. <![CDATA[
  70. if( chk != Text ) {
  71. chk = Text;
  72. if( Text == "about:blank" ) {
  73. var doc = object1.Document;
  74. var objDom = doc.body;
  75. objDom.innerHTML = model.getValue("/root/main/noticeinfo/ds_noticeList/ntccnts");
  76. window.activate();
  77. }
  78. }
  79. ]]>
  80. </script>
  81. </object>
  82. <button id="btn_close" class="btn3_letter2" style="left:654px; top:878px; width:56px; height:22px; ">
  83. <caption>´Ý±â</caption>
  84. <script type="javascript" ev:event="DOMActivate">
  85. <![CDATA[
  86. window.close();
  87. ]]>
  88. </script>
  89. </button>
  90. </xhtml:body>
  91. </xhtml:html>