123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <menuitems>
- <gnrlmenu>
- <item>
- <name>종료</name>
- <func>fCloseBoard</func>
- </item>
- </gnrlmenu>
- </menuitems>
- </main>
- <send>
- <reqdata/>
- </send>
- <init>
- </init>
- <hidden>
- <title>수술 및 분만 진행현황 안내</title>
- <time/>
- <callmsg/>
- <patlist/>
- </hidden>
- </root>
- </instance>
- <submission id="TRMNV06301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/hidden/patlist"/>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- var submitIntervalTime = 11 * 1000 ; // 25초
- var getlListInterval = ""
- var count = 0;
- function fInitialize(){
- getlListInterval = window.setInterval("fGetNextOpPatList()", submitIntervalTime); //5초
- // fGetNextOpPatList
- }
-
- function fGetNextOpPatList() {
- if (count >= 1 ) {
- if(!isNull(getlListInterval)) {
- window.clearInterval(getlListInterval);
- opener.window.javaScript.fOpInit();
- }
- } else {
- count++
- }
- model.refresh()
- }
-
- function fCloseBoard(){
- if (getlListInterval != "") window.clearInterval(getlListInterval);
- opener.window.close();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <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; ">
- <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>
- <img id="img1" src="../../../emr/waitguideweb/images/his013pic.jpg" style="left:0px; top:70px; width:1001px; height:560px; background-stretch:stretch; "/>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if(event.button == 3) {
- window.setPopupMenu(true, "/root/main/menuitems/gnrlmenu/item", "name", "func", false);
- }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- window.setPopupMenu(false);
- ]]>
- </script>
- </xhtml:body>
- </xhtml:html>
|