123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- </main>
- <send>
- </send>
- </root>
- </instance>
- <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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var systemcd = getSystemCd();
- var systeminstcd = systemcd.substring(3,6);
-
- if(systeminstcd == "030")
- btn_mis.visible = true;
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="245" pageheight="140" style="vertical-align:middle; ">
- <button id="btn_close" class="icon_close" style="left:190px; top:134px; width:42px; height:15px; ">
- <caption/>
- <close ev:event="DOMActivate"/>
- </button>
- <caption id="caption1" style="left:5px; top:0px; width:240px; height:20px; font-weight:bold; ">* 의료정보센터 담당자별 전화번호 안내</caption>
- <caption id="caption2" style="left:25px; top:20px; width:72px; height:20px; ">⊙ 진료 :</caption>
- <caption id="caption3" style="left:25px; top:114px; width:94px; height:20px; ">⊙ 야간 및 휴일 :</caption>
- <caption id="caption4" style="left:25px; top:39px; width:70px; height:20px; ">⊙ 원무 :</caption>
- <caption id="caption7" style="left:25px; top:58px; width:96px; height:20px; ">⊙ 검사 :</caption>
- <caption id="caption12" style="left:130px; top:20px; width:62px; height:20px; ">T. 6598</caption>
- <caption id="caption13" style="left:130px; top:114px; width:62px; height:20px; ">T. 2200</caption>
- <caption id="caption15" style="left:130px; top:39px; width:62px; height:20px; ">T. 6596</caption>
- <caption id="caption17" style="left:130px; top:58px; width:78px; height:20px; ">T. 5165 , 5154</caption>
- <caption id="caption5" style="left:25px; top:77px; width:70px; height:20px; ">⊙ PC :</caption>
- <caption id="caption6" style="left:130px; top:77px; width:62px; height:20px; ">T. 5158</caption>
- <caption id="caption8" style="left:25px; top:95px; width:70px; height:20px; ">⊙ 통신 :</caption>
- <caption id="caption9" style="left:130px; top:95px; width:74px; height:20px; ">T. 5101, 5102</caption>
- <button id="btn_mis" class="btn5_letter5" visibility="hidden" style="left:30px; top:135px; width:75px; height:19px; ">
- <caption>Ku2.0 MIS</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- openHtml("https://misx030.knuh.kr/himed");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|