SPZZZ00400_로딩중화면.xrw 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. </main>
  12. </root>
  13. </instance>
  14. <script type="javascript" ev:event="xforms-ready">
  15. <![CDATA[
  16. if(checkOpener()){
  17. model.setValue("/root/main/msg", opener.javascript.getParameter("msg")+" ·ÎµùÁß.....");
  18. model.refresh();
  19. }
  20. ]]>
  21. </script>
  22. </model>
  23. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  24. </xhtml:head>
  25. <xhtml:body pagewidth="327" pageheight="75" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  26. <img id="img1" src="../../../com/commonweb/images/loadingBar.gif" style="left:0px; top:0px; width:311px; height:102px; "/>
  27. <output id="opt_msg" ref="/root/main/msg" style="left:110px; top:30px; width:175px; height:19px; "/>
  28. </xhtml:body>
  29. </xhtml:html>