12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <userlist/>
- </list>
- <item>
- <temp/>
- </item>
- </main>
- <send>
- <searchitem/>
- <flag/>
- <instcd/>
- <searchdd/>
- </send>
- <init>
- <searchitem/>
- <flag>
- <lable>»ç¿ëÀÚID</lable>
- <value>userid</value>
- </flag>
- <flag>
- <lable>»ç¿ëÀÚ¸í</lable>
- <value>usernm</value>
- </flag>
- </init>
- <popinfo>
- <refinfo>
- <serchitem/>
- </refinfo>
- </popinfo>
- <HideData>
- <searchdd/>
- </HideData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- window.close();
- ]]>
- </script>
- <submission id="TRMNZ00100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="0" pageheight="0" style="border-color:#c7a3cf; "/>
- </xhtml:html>
|