12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?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>출력오류</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <properties>
- <error>
- <code/>
- <msg/>
- <description/>
- </error>
- </properties>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ]]>
- </script>
- <submission id="TRADB62401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" replace="instance" resultref="/root/main/prcp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="850" pageheight="390" style="font-size:11pt; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <button id="button23" class="btn4_letter2" style="left:780px; top:365px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <datagrid id="datagrid1" nodeset="/root/properties/error" caption="코드^메시지^내용" colsep="^" colwidth="100, 100, 604" mergecellsfixedrows="bycolrec" rowsep="|" style="left:15px; top:15px; width:830px; height:340px; ">
- <col ref="code"/>
- <col ref="msg"/>
- <col ref="description"/>
- </datagrid>
- <line id="line5" class="line_1" style="x1:15px; y1:10px; x2:845px; y2:10px; "/>
- </xhtml:body>
- </xhtml:html>
|