SPARC03000_전원소견서팝업.xrw 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  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. <main>
  10. </main>
  11. <send>
  12. </send>
  13. <temp>
  14. </temp>
  15. <init>
  16. </init>
  17. <hidden>
  18. </hidden>
  19. </root>
  20. </instance>
  21. <script type="javascript" ev:event="xforms-ready">
  22. <![CDATA[
  23. ivw_trns.src= "../../../emr/medirecweb/xrw/SSMMR01100_서식로더.xrw";
  24. ivw_trns.window.javascript.fInitPage(false, false, parseInt(ivw_trns.attribute("height")), parseInt(ivw_trns.attribute("width")));
  25. fLoadForm();
  26. ]]>
  27. </script>
  28. </model>
  29. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  30. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  31. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  34. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  35. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  36. <script type="javascript">
  37. <![CDATA[
  38. function fLoadForm() {
  39. var formrecseq = opener.window.javascript.getParameter("formrecseq");
  40. ivw_trns.window.javascript.fLoadRecForm(formrecseq, false);
  41. model.refresh();
  42. }
  43. ]]>
  44. </script>
  45. </xhtml:head>
  46. <xhtml:body pagewidth="750" pageheight="600" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  47. <iviewer id="ivw_trns" style="left:15px; top:20px; width:710px; height:567px; border-style:sunken; "/>
  48. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:140px; height:14px; ">전원소견서</caption>
  49. </xhtml:body>
  50. </xhtml:html>