1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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="">
- <ini>
- <reptrslt/>
- </ini>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var reptrslt = opener.window.javascript.getParameter("SMARC02600_result");
-
- model.setValue("/root/ini/reptrslt",reptrslt);
-
- model.refresh();
-
- ]]>
- </script>
- </model>
- </xhtml:head>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- <script src="../../../com/commonweb/js/utilHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/stringHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/dateHelper.js" type="javascript"/>
- <script src="../../../com/basiccodeweb/js/ZBC001.js" type="javascript"/>
- <script src="../../../com/departmentcodeweb/js/common.js" type="javascript"/>
- <script src="../../../com/departmentcodeweb/js/ZSD001.js" type="javascript"/>
- <xhtml:body pagewidth="1000" pageheight="450" style="font-family:굴림체; ">
- <textarea id="textarea1" ref="/root/ini/reptrslt" editable="false" style="left:5px; top:25px; width:955px; height:400px; "/>
- <caption id="caption146" class="tit_2" style="left:5px; top:5px; width:220px; height:13px; ">상세 검사결과</caption>
- </xhtml:body>
- </xhtml:html>
|