123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?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>
- <date>
- <tdate/>
- <ttime/>
- </date>
- </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 = 15 * 1000 ; // 15초
- var getlListInterval = ""
- var count = 0;
- function fInitialize(){
- clockID = window.setInterval("clock();" , 1000); //1초
- getlListInterval = window.setInterval("fGetNextOpPatList()", submitIntervalTime); //15초
-
- // 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();
- }
- function clock() {
- var tdate = getCurrentDateTime().substring(0, 4) + "년 "
- + getCurrentDateTime().substring(4, 6) + "월 "
- + getCurrentDateTime().substring(6, 8) + "일 "
- // + getCurrentDate().toDate("YYYYMMDD").getDayOfWeek("K") + "요일 "
-
- var ttime = getCurrentDateTime().substring(8, 11) + ":"
- + getCurrentDateTime().substring(11, 13) + ":"
- + getCurrentDateTime().substring(13, 15)
-
- model.setValue("/root/main/date/tdate", tdate) ;
- model.setValue("/root/main/date/ttime", ttime) ;
- model.refresh();
- }
-
- ]]>
- </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/his014pic.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>
- <img id="img2" src="../../../emr/waitguideweb/images/his014logo.jpg" style="left:0px; top:0px; width:166; height:68; background-stretch:stretch; "/>
- <caption id="caption3" ref="/root/main/date/tdate" style="left:685px; top:5px; width:310px; height:30px; font-family:HY각헤드라인M; font-size:18pt; text-align:right; "/>
- <caption id="caption6" ref="/root/main/date/ttime" style="left:770px; top:35px; width:215px; height:30px; font-family:HY각헤드라인M; font-size:18pt; text-align:right; "/>
- </xhtml:body>
- </xhtml:html>
|