123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../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>DTI HOME</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send/>
- <init/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../mis/acntcommonweb/js/RAD001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- radfGetDTIPassword();
- window.close();
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body visibility="hidden" guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; "/>
- </xhtml:html>
|