SMARC02600_회신서진검결과상세보기.xrw 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>검사결과상세보기</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <ini>
  10. <reptrslt/>
  11. </ini>
  12. </root>
  13. </instance>
  14. <script type="javascript" ev:event="xforms-ready">
  15. <![CDATA[
  16. var reptrslt = opener.window.javascript.getParameter("SMARC02600_result");
  17. model.setValue("/root/ini/reptrslt",reptrslt);
  18. model.refresh();
  19. ]]>
  20. </script>
  21. </model>
  22. </xhtml:head>
  23. <script src="../../../com/commonweb/js/common.js" type="javascript"/>
  24. <script src="../../../com/commonweb/js/utilHelper.js" type="javascript"/>
  25. <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
  26. <script src="../../../com/commonweb/js/stringHelper.js" type="javascript"/>
  27. <script src="../../../com/commonweb/js/dateHelper.js" type="javascript"/>
  28. <script src="../../../com/basiccodeweb/js/ZBC001.js" type="javascript"/>
  29. <script src="../../../com/departmentcodeweb/js/common.js" type="javascript"/>
  30. <script src="../../../com/departmentcodeweb/js/ZSD001.js" type="javascript"/>
  31. <xhtml:body pagewidth="1000" pageheight="450" style="font-family:굴림체; ">
  32. <textarea id="textarea1" ref="/root/ini/reptrslt" editable="false" style="left:5px; top:25px; width:955px; height:400px; "/>
  33. <caption id="caption146" class="tit_2" style="left:5px; top:5px; width:220px; height:13px; ">상세 검사결과</caption>
  34. </xhtml:body>
  35. </xhtml:html>