notallowed.xrw 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../../webapps/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. <url/>
  11. </main>
  12. </root>
  13. </instance>
  14. <script type="javascript" ev:event="xforms-model-construct-done">
  15. <![CDATA[
  16. //model.setValue("/root/main/url",document.url);
  17. model.makeValue("/root/main/url",getScreenID());
  18. ]]>
  19. </script>
  20. <script type="javascript" ev:event="xforms-ready">
  21. <![CDATA[
  22. img_logo.src = "../../../../webapps/com/commonweb/images/error_logo"+getLogoImageKey()+".gif";
  23. model.refresh();
  24. ]]>
  25. </script>
  26. </model>
  27. <script type="javascript" src="../../../../webapps/com/commonweb/js/common.js"/>
  28. </xhtml:head>
  29. <xhtml:body pagewidth="618" pageheight="340" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  30. <group id="grp_biz" style="left:10px; top:10px; width:580px; height:320px; background-image:../../../../webapps/com/commonweb/images/notallowed.gif; ">
  31. <caption id="caption3" style="left:58px; top:176px; width:70px; height:20px; ">요청 화면 :</caption>
  32. <img id="img_logo" src="../../../../webapps/com/commonweb/images/error_logo030.gif" style="left:310px; top:272px; width:250px; height:35px; "/>
  33. <output id="opt_url" ref="/root/main/url" style="left:66px; top:202px; width:490px; height:20px; "/>
  34. </group>
  35. </xhtml:body>
  36. </xhtml:html>