123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>센터관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main/>
- <hidden/>
- <send/>
- <init/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </model>
- </xhtml:head>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- <script src="../../../com/basiccodeweb/js/ZBC001.js" type="javascript"/>
- <script src="../../../com/commonweb/js/utilHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/stringHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/dateHelper.js" type="javascript"/>
- <script src="../../../com/zipcodeweb/js/ZBP001.js" type="javascript"/>
- <script src="../../../com/departmentcodeweb/js/common.js" type="javascript"/>
- <script src="../../../com/departmentcodeweb/js/ZSD001.js" type="javascript"/>
- <script src="../../../emr/prcpmngtweb/js/MMO001.js" type="javascript"/>
- <script src="../../../emr/hartbranbldweb/js/MRH00100.js" type="javascript"/>
- <xhtml:body scroll="none" pagewidth="1211" pageheight="790">
- <switch id="switch1" style="left:5px; top:20px; width:1190px; height:760px; ">
- <case id="case1" overflow="hidden" scroll="none">
- <iviewer id="iviewer1" style="left:0px; top:0px; width:1188px; height:760px; "/>
- </case>
- <case id="case2" overflow="hidden" scroll="none">
- <iviewer id="iviewer2" style="left:0px; top:0px; width:1188px; height:760px; "/>
- </case>
- <case id="case3" overflow="hidden" scroll="none">
- <iviewer id="iviewer3" style="left:0px; top:0px; width:1188px; height:760px; "/>
- </case>
- </switch>
- <button id="btn_sw1" class="btn_sw" group="tab" selected="true" style="left:5px; top:0px; width:103px; height:22px; ">
- <caption>환자등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case1");
- ]]>
- </script>
- </button>
- <button id="btn_sw2" class="btn_sw" group="tab" style="left:108px; top:0px; width:103px; height:22px; ">
- <caption>지표관리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case2");
- ]]>
- </script>
- </button>
- <button id="btn_sw3" class="btn_sw" group="tab" style="left:211px; top:0px; width:103px; height:22px; ">
- <caption>교육관리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case3");
- ]]>
- </script>
- </button>
- <caption id="cap_savetitle" style="left:640px; top:0px; width:555px; height:20px; text-align:right; "/>
- </xhtml:body>
- </xhtml:html>
|