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