SMMNV03300_의정부그림.xrw 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <menuitems>
  11. <gnrlmenu>
  12. <item>
  13. <name>종료</name>
  14. <func>fCloseBoard</func>
  15. </item>
  16. </gnrlmenu>
  17. </menuitems>
  18. </main>
  19. <send>
  20. <reqdata/>
  21. </send>
  22. <init>
  23. </init>
  24. <hidden>
  25. <title>수술 및 분만 진행현황 안내</title>
  26. <time/>
  27. <callmsg/>
  28. <patlist/>
  29. </hidden>
  30. </root>
  31. </instance>
  32. <submission id="TRMNV06301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/hidden/patlist"/>
  33. <script type="javascript" ev:event="xforms-model-construct-done">
  34. <![CDATA[
  35. fInitialize();
  36. ]]>
  37. </script>
  38. </model>
  39. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  42. <script type="javascript">
  43. <![CDATA[
  44. var submitIntervalTime = 11 * 1000 ; // 25초
  45. var getlListInterval = ""
  46. var count = 0;
  47. function fInitialize(){
  48. getlListInterval = window.setInterval("fGetNextOpPatList()", submitIntervalTime); //5초
  49. // fGetNextOpPatList
  50. }
  51. function fGetNextOpPatList() {
  52. if (count >= 1 ) {
  53. if(!isNull(getlListInterval)) {
  54. window.clearInterval(getlListInterval);
  55. opener.window.javaScript.fOpInit();
  56. }
  57. } else {
  58. count++
  59. }
  60. model.refresh()
  61. }
  62. function fCloseBoard(){
  63. if (getlListInterval != "") window.clearInterval(getlListInterval);
  64. opener.window.close();
  65. }
  66. ]]>
  67. </script>
  68. </xhtml:head>
  69. <xhtml:body pagewidth="1024" pageheight="634" guideline="1,1001;2,640;2,100;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  70. <caption id="caption1" style="left:0px; top:0px; width:1001px; height:75px; font-family:HY헤드라인M; font-size:36pt; font-weight:bold; color:#000080; text-align:center; vertical-align:middle; ">수술/분만 현황 안내</caption>
  71. <img id="img1" src="../../../emr/waitguideweb/images/his013pic.jpg" style="left:0px; top:70px; width:1001px; height:560px; background-stretch:stretch; "/>
  72. <script type="javascript" ev:event="onmousedown">
  73. <![CDATA[
  74. if(event.button == 3) {
  75. window.setPopupMenu(true, "/root/main/menuitems/gnrlmenu/item", "name", "func", false);
  76. }
  77. ]]>
  78. </script>
  79. <script type="javascript" ev:event="DOMFocusOut">
  80. <![CDATA[
  81. window.setPopupMenu(false);
  82. ]]>
  83. </script>
  84. </xhtml:body>
  85. </xhtml:html>