123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643 |
- <%@page contentType="text/html; charset=euc-kr" %>
- <%@page import="kr.co.hit.live.util.StringHelper"%>
- <%@page import="kr.co.hit.live.vo.ValueObject"%>
- <%@page import="kr.co.hit.live.util.PropertyHelper"%>
- <%
- /*
- String domainName;
- if(request.getServerPort() == 443)
- domainName = "https://"+ request.getServerName();
- else
- domainName = "http://"+ request.getServerName() + ":" + request.getServerPort();
- */
- String domainName = "http://"+ request.getServerName() + ":" + request.getServerPort();
- String domainNameSSL = "https://"+ request.getServerName();
-
- String dutplceinstcd = StringHelper.null2void((String)request.getAttribute("dutplceinstcd"));
- String menuGrpList = StringHelper.null2void((String)request.getAttribute("menugrpinfo"));
-
- int menuGroupSize = menuGrpList.split("\\$").length;
- menuGroupSize = (menuGroupSize > 10) ? 200 : menuGroupSize * 20;
-
- ValueObject systemVO = (ValueObject)request.getAttribute("systeminfo");
- //ValueObject visionVO = (ValueObject)request.getAttribute("visioninfo");
- String awtList = StringHelper.null2void((String)request.getAttribute("awtinfo"));
- //String deptList = StringHelper.null2void((String)request.getAttribute("deptinfo"));
-
- //시스템 관련 정보
- String sessionFormat = systemVO.getString("sessionformat");
- String sessionCookie = systemVO.getString("sessioncookie");
- String sessionTimeout = systemVO.getString("sessiontimeout");
- String scnLocSave = systemVO.getString("scnlocsave"); // 화면 좌표 저장 여부
-
- String msgsvrIP = systemVO.getString("msgsvrip");
- String msgsvrPort = systemVO.getString("msgsvrport");
- String msgsvrConnect = systemVO.getString("msgsvrconnect");
- String msgsvrRetyr = systemVO.getString("msgsvrretyr");
- String msgsvrPing = systemVO.getString("msgsvrping");
-
- String systemcd = systemVO.getString("systemcd");
- String systemUrls = systemVO.getString("systemurls");
-
- String HISSystem = systemVO.getString("hissystem");
- String DEVSystem = systemVO.getString("devsystem");
- String basicCode = systemVO.getString("basiccode");
-
- // 국민건강보험 연계 URL
- String nhicUrl = systemVO.getString("nhicurl");
-
- // PACS 종류 설정
- String pacsType = systemVO.getString("pacstype", "");
- // PACS 프로그램 설정
- String pacsProgram = systemVO.getString("pacsprogram", "");
- // PACS URL 설정
- String pacsURL = systemVO.getString("pacsurl", "");
- // Title 설정
- String title = systemVO.getString("title", "");
- // WAS Name 설정
- String wasname = systemVO.getString("wasname", "");
- //메뉴관련
- //TFMenu Object Id
- String TFMenu = systemcd + "_TFMenu";
-
- //기관별 브랜드 이미지 처리
- //String brandImageCd = dutplceinstcd;
- //String vision = visionVO.getString("vision","");
-
- PropertyHelper ph = new PropertyHelper("live.himed.config");
- String brandlogo = ph.getString("images", "brandlogo", "brand_logo.gif");
-
- String leftimg = "";
- String rightimg = "";
- String menu_leftimg ="";
- String menu_rightimg ="";
- String fav_leftimg="";
- String service_leftimg="";
- String fav_rightimg="";
- String left_bgimg="";
- String right_bgimg="";
- String work_left_bottom="";
- String work_right_bottom="";
- String favorite_bg = "";
- String message_bg = "";
- String work_right_top="";
- String service_top="";
- String work_left_top="";
- String service_bottom = "";
- String message_left = "";
- String fav_left = "";
- String message_right="";
- String service_menu = "";
- String bgcolor = "";
- String message_bullet= "";
- String open_window="";
- String systemSymbol = "";
- String favicon = "";
-
- if(dutplceinstcd.equals("031")) {
-
- rightimg="right.gif";
- leftimg="left.gif";
- menu_leftimg = "menu_left.gif";
- menu_rightimg = "menu_right.gif";
- service_leftimg = "service_left.gif";
- fav_rightimg = "fav_right.gif";
- left_bgimg = "left_bg.gif";
- right_bgimg="right_bg.gif";
- work_left_bottom = "work_left_bottom.gif";
- work_right_bottom = "work_right_bottom.gif";
- favorite_bg = "favorite_bg.gif";
- message_bg = "message_bg.gif";
- work_right_top = "work_right_top.gif";
- service_top = "service_top.gif";
- work_left_top = "work_left_top.gif";
- service_bottom = "service_bottom.gif";
- message_left = "message_left.gif";
- fav_left= "fav_left.gif";
- message_right="message_right.gif";
- service_menu = "service_menu.gif";
- bgcolor = "#0054a6";
- message_bullet = "message_bullet.gif";
- open_window = "open_window.gif";
-
- }else if(dutplceinstcd.equals("032")) {
- rightimg="right2.gif";
- leftimg="left2.gif";
-
- menu_leftimg="menu_left.gif";
- menu_rightimg = "menu_right.gif";
- fav_rightimg = "fav_right.gif";
- fav_left= "fav_left.gif";
- favorite_bg = "favorite_bg.gif";
- service_top = "service_top.gif";
- service_bottom = "service_bottom.gif";
- service_leftimg = "service_left.gif";
- open_window = "open_window.gif";
-
- left_bgimg = "left_bg2.gif";
- right_bgimg = "right_bg2.gif";
- work_left_bottom = "work_left_bottom2.gif";
- work_right_bottom = "work_right_bottom2.gif";
-
- message_bg = "message_bg2.gif";
- work_right_top = "work_right_top2.gif";
- work_left_top = "work_left_top2.gif";
- message_left = "message_left2.gif";
-
- message_right = "message_right2.gif";
- service_menu = "service_menu.gif";
- bgcolor = "#0054a6";
- message_bullet = "message_bullet2.gif";
- } else if(dutplceinstcd.equals("033")) {
-
- rightimg="right.gif";
- leftimg="left.gif";
- menu_leftimg = "menu_left.gif";
- menu_rightimg = "menu_right.gif";
- service_leftimg = "service_left.gif";
- fav_rightimg = "fav_right.gif";
- left_bgimg = "left_bg.gif";
- right_bgimg="right_bg.gif";
- work_left_bottom = "work_left_bottom.gif";
- work_right_bottom = "work_right_bottom.gif";
- favorite_bg = "favorite_bg.gif";
- message_bg = "message_bg.gif";
- work_right_top = "work_right_top.gif";
- service_top = "service_top.gif";
- work_left_top = "work_left_top.gif";
- service_bottom = "service_bottom.gif";
- message_left = "message_left.gif";
- fav_left= "fav_left.gif";
- message_right="message_right.gif";
- service_menu = "service_menu.gif";
- bgcolor = "#0054a6";
- message_bullet = "message_bullet.gif";
- open_window = "open_window.gif";
-
- }
-
- // icon, system symbol 설정
- if (systemcd.equals("HIS031")) {
- systemSymbol = "◇";
- favicon = "favicon_031.ico";
- } else if (systemcd.equals("HIS032")) {
- systemSymbol = "◆";
- favicon = "favicon_032.ico";
- } else if (systemcd.equals("MIS030")) {
- systemSymbol = "▣";
- favicon = "favicon_mis.ico";
- } else if (systemcd.equals("CRM030")) {
- systemSymbol = "♣";
- favicon = "favicon_crm.ico";
- } else if (systemcd.equals("HIS033")) {
- systemSymbol = "◇";
- favicon = "favicon_033.ico";
- } else if (systemcd.equals("MIS033")) {
- systemSymbol = "▣";
- favicon = "favicon_mis.ico";
- } else if (systemcd.equals("CRM033")) {
- systemSymbol = "♣";
- favicon = "favicon_crm.ico";
- } else {
- systemSymbol = "◇";
- favicon = "favicon_031.ico";
- }
-
- %>
- <html>
- <head>
- <title><%=title%></title>
- <link href="../css/hismain.css" rel="stylesheet" type="text/css">
- <link href="<%=domainName%>/himed/<%=favicon%>?v=2" rel="shortcut icon" type="image/x-icon"/>
- <script language="javascript" src="/himed/rexpert/rexpert.js"></script>
- <script language="JavaScript" src="../js/ZUM001.js"></script>
- <script language="JavaScript" src="../js/ZUM002.js"></script>
- <script language="JavaScript" src="../js/ZUM004.js"></script>
- <script language="JavaScript" src="../js/ZUM005.js"></script>
- <script language="JavaScript" src="../js/ZUM006.js"></script>
- <!-- 2012.03.28 modified by CBJ -->
- <!-- Callback event head 태그로 이동 -->
- <Script language="javascript" for="<%=TFMenu%>" event="OnClickedMenuItem(idx)">
- openMenuItem(idx);
- </script>
- <Script language="javascript" for="<%=TFMenu%>" event="OnMenuReady">
- menuLoaded = true;
- </script>
- <script language="javascript" for="<%=systemcd%>_patientInfo" event="OnAfterLoad">
- patientInfoLoaded = true;
- </script>
- <script language="javascript" for="<%=systemcd%>_bizMain" event="OnAfterLoad">
- bizMainLoaded = true;
- </script>
- <script language="javascript" for="<%=systemcd%>_sysMessage" event="OnAfterLoad">
- sysMessageLoaded = true;
- </script>
- <Script language="javascript">
- // 세션 쿠키 파싱을 위한 포멧 문자열을 저장
- var sessionFormat = "<%=sessionFormat%>";
- var sessionCookie = "<%=sessionCookie%>";
- var sessionTimeout = "<%=sessionTimeout%>";
- // 접속한 시스템의 도메인 URL
- var domainName = "<%=domainName%>";
- var domainNameSSL = "<%=domainNameSSL%>";
- // 타시스템 연결 URL 리스트
- var systemUrls = "<%=systemUrls%>";
- // 화면 좌표 정보 저장 여부
- var screenLocSave = "<%=scnLocSave%>";
- // 시스템 코드
- var systemcd = "<%=systemcd%>";
- // HIS 시스템 여부
- var HISSystem = "<%=HISSystem%>";
- var DEVSystem = "<%=DEVSystem%>";
- // 공통코드 사전 로드 목록
- var basicCode = "<%=basicCode%>";
- // 국민건강보험 연계 URL
- var nhicUrl = "<%=nhicUrl%>";
- // 서버시간과 차이 계산
- var diffTime = <%=System.currentTimeMillis()%> - (new Date()).getTime();
- var currentTimeMillis = <%=System.currentTimeMillis()%>;
- // 메시지 서버 IP
- var msgsvrIP = "<%=msgsvrIP%>";
- //메시지 서버 port
- var msgsvrPort = "<%=msgsvrPort%>";
- //메시지 서버 접속 여부
- var msgsvrConnect = "<%=msgsvrConnect%>";
- //메시지 서버 재 접속 시간 설정
- var msgsvrRetyr = "<%=msgsvrRetyr%>";
- //메시지 서버 ping 시간 설정
- var msgsvrPing = "<%=msgsvrPing%>";
- // 메뉴그룹 정보 설정됨
- var menuGroupList = '<%=menuGrpList%>';
- var menuGroupInfo = menuGroupList.split("$")[0];
- var menuLoaded = false;
- var awtList = '<%= awtList %>';
- var awtInfo = awtList.split("$")[0];
- var vision = "<%=title%>";
- var wasname = "<%=wasname%>";
- // PACS 종류 설정
- var pacsType = "<%=pacsType%>";
- // PACS 프로그램 설정
- var pacsProgram = "<%=pacsProgram%>";
- // PACS URL 설정
- var pacsURL = "<%=pacsURL%>";
- // 시스템 기호설정
- var systemSymbol = "<%=systemSymbol%>";
- // 접속시스템 아이콘설정
- var faviconURL = "<%=domainName%>/himed/<%=favicon%>";
- function window::onLoad(){
- //스크롤 조정
- setBodyScroll();
- //메시지 아이콘표시 여부
- setMsgIconVisibility(msgsvrConnect);
- //바로가기 보이도록 설정
- setShortcutMenuItem();
- }
- function window::onBeforeUnload() {
- if (window.event.clientY < 0 && (window.event.clientX > (document.documentElement.clientWidth - 5) || window.event.clientX < 15) ) {
- //alert('window close');
-
- try {
- //로그아웃 시간 저장
- logout();
- //setLogOutTime();
- } catch(e) {
- //alert("error");
- }
- }
- }
- function window::onUnload(){
- //메인화면 상태
- setWindowClose('Y');
- }
- function window::onResize(){
- setWindowSize();
- }
- // 백스페이스키 block
- document.onkeydown=dsble_Back;
- function dsble_Back() {
- if( event.keyCode == 8 ){
- //alert('백스페이스 키를 사용할 수 없습니다.');
- return false;
- }
- }
- // F1 키 block -- add by parankiho 2008.02.12
- document.onhelp=dsble_F1;
- function dsble_F1() {
- return false;
- }
- function onBodyLoad() {
- var x = window.screen.width;
- var y = window.screen.height;
- if(x >= 1280 && y >= 1024){ // 표준 해상도
- document.body.style.overflow='hidden';
- }else{
- document.body.style.overflow='auto';
- }
- }
- function changeMenu(menugrupstr){
- menuGroupList = menugrupstr;
- menuGroupInfo = menuGroupList.split("$")[0];
- var menuGroupSize = menuGroupList.split("$").length;
- menuGroupSize = (menuGroupSize > 10) ? 200 : menuGroupSize * 20;
-
- var menu = getTrustFormMenu("<%=TFMenu%>","menu.live?menuGrpCd="+menuGroupInfo.split("^")[0].split("|")[0]+"&menuAuthCd="+menuGroupInfo.split("^")[0].split("|")[1], "yes", "yes", "no", "927", "21");
- document.getElementById("div_menu").innerHTML = menu;
-
- var IFRAME_MENU = document.getElementById("menuGroup");
- IFRAME_MENU.style.height = menuGroupSize;
- IFRAME_MENU.src = IFRAME_MENU.src;
-
- var IFRAME_SHORTCUT = document.getElementById("shortcutmenu");
- IFRAME_SHORTCUT.src = IFRAME_SHORTCUT.src;
-
- }
- function changeImage(instcd){
- var rightimg;
- var leftimg;
- var left_bgimg;
- var right_bgimg;
- var work_left_top;
- var work_right_top;
- var work_left_bottom;
- var work_right_bottom;
- var message_left;
- var message_right;
- var message_bullet;
-
- if(instcd == "031"){
- rightimg="right.gif";
- leftimg="left.gif";
- left_bgimg = "left_bg.gif";
- right_bgimg="right_bg.gif";
- work_left_top = "work_left_top.gif";
- work_right_top = "work_right_top.gif";
- work_left_bottom = "work_left_bottom.gif";
- work_right_bottom = "work_right_bottom.gif";
- message_left = "message_left.gif";
- message_right="message_right.gif";
- message_bullet = "message_bullet.gif";
-
- }else if(instcd == "032"){
- rightimg="right2.gif";
- leftimg="left2.gif";
- left_bgimg = "left_bg2.gif";
- right_bgimg = "right_bg2.gif";
- work_left_top = "work_left_top2.gif";
- work_right_top = "work_right_top2.gif";
- work_left_bottom = "work_left_bottom2.gif";
- work_right_bottom = "work_right_bottom2.gif";
- message_left = "message_left2.gif";
- message_right = "message_right2.gif";
- message_bullet = "message_bullet2.gif";
- } else if(instcd == "033"){
- rightimg="right.gif";
- leftimg="left.gif";
- left_bgimg = "left_bg.gif";
- right_bgimg="right_bg.gif";
- work_left_top = "work_left_top.gif";
- work_right_top = "work_right_top.gif";
- work_left_bottom = "work_left_bottom.gif";
- work_right_bottom = "work_right_bottom.gif";
- message_left = "message_left.gif";
- message_right="message_right.gif";
- message_bullet = "message_bullet.gif";
- }
-
- document.getElementById("rightimg").src = "../images/"+ rightimg;
- document.getElementById("leftimg").src = "../images/"+ leftimg;
- document.getElementById("left_bgimg").background = "../images/"+ left_bgimg;
- document.getElementById("right_bgimg").background = "../images/"+ right_bgimg;
- document.getElementById("work_left_top").src = "../images/"+ work_left_top;
- document.getElementById("work_right_top").src = "../images/"+ work_right_top;
- document.getElementById("work_left_bottom").src = "../images/"+ work_left_bottom;
- document.getElementById("work_right_bottom").src = "../images/"+ work_right_bottom;
- document.getElementById("message_left").src = "../images/"+ message_left;
- document.getElementById("message_right").src = "../images/"+ message_right;
- document.getElementById("message_bullet").src = "../images/"+ message_bullet;
-
-
- }
- //-->
- </script>
- </head>
- <body onload="onBodyLoad()" oncontextmenu="return false">
- <SCRIPT LANGUAGE="JavaScript">
- // TFViewer 또는 TFMenu 가 로딩이 되지 않았을 경우 포커스가 맞춰지도록 수정 (From 한철호)
- var menuLoaded = false;
- var patientInfoLoaded = false;
- var bizMainLoaded = false;
- var sysMessageLoaded = false;
- function window::onLoad() {
- if( !menuLoaded )
- {
- var e_TFMenu = document.getElementById("<%=TFMenu%>");
- if( e_TFMenu ) e_TFMenu.focus();
- }
- if( !patientInfoLoaded )
- {
- var e_patientInfo = document.getElementById("<%=systemcd%>_patientInfo");
- if( e_patientInfo ) e_patientInfo.focus();
- }
- if( !bizMainLoaded )
- {
- var e_bizMain = document.getElementById("<%=systemcd%>_bizMain");
- if( e_bizMain ) e_bizMain.focus();
- }
- if( !sysMessageLoaded )
- {
- var e_sysMessage = document.getElementById("<%=systemcd%>_sysMessage");
- if( e_sysMessage ) e_sysMessage.focus();
- }
- }
- </SCRIPT>
- <form METHOD="post" name="hismainForm">
- <table border="0" cellpadding="0" cellspacing="0" width="1272">
- <tr>
- <td>
- <SCRIPT LANGUAGE="JavaScript">
- TrustFormViewer("<%=systemcd%>"+"_patientInfo", "<%=domainName%>/himed/webapps/com/hismainweb/xrw/SMZUM00100_환자정보.xrw", "<%=systemcd%>"+"_patientInfo", "", "1217", "61", "false", "true");
- </SCRIPT>
- </td>
- <td valign="top"><img src="../images/logout_top.gif" width="55" height="8" alt="" border="0"><br>
- <a href="javascript:userLogout()"><img src="../images/lougout.gif" width="55" height="20" alt="" border="0"></a><br>
- <img src="../images/logout_middle.gif" width="55" height="3" alt="" border="0"><br>
- <a href="javascript:passwordUpdate()"><img src="../images/info.gif" width="55" height="20" alt="" border="0"></a><br>
- <img src="../images/logout_bottom.gif" width="55" height="10" alt="" border="0"></td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="1272">
- <tr>
- <td><img src="../images/<%=brandlogo%>" width="215" height="35" alt="" border="0"></td>
- <td><img src="../images/<%=menu_leftimg%>" width="38" height="35" alt="" border="0"></td>
-
- <!-- 20110830_KNUH_Start td width="927" bgcolor="#0054a6"-->
- <td width="927" bgcolor="<%=bgcolor%>">
- <table border="0" cellpadding="0" cellspacing="0" width="927">
- <tr>
- <td height="7"></td>
- </tr>
- <tr>
- <td>
- <div id="div_menu">
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- TrustFormMenu("<%=TFMenu%>","menu.live?menuGrpCd="+menuGroupInfo.split("^")[0].split("|")[0]+"&menuAuthCd="+menuGroupInfo.split("^")[0].split("|")[1], "yes", "yes", "no", "927", "21");
- //-->
- </SCRIPT>
- </div>
- </td>
- </tr>
- <tr>
- <td height="7"></td>
- </tr>
- </table>
- </td>
- <td class="open_text" align="right" width="71" bgcolor="<%=bgcolor%>"><img src="../images/<%=open_window%>" name="openwindow" width="71" height="15" border="0" align="absmiddle" onClick="javascript:openScreenList();"></td>
- <td><img src="../images/<%=menu_rightimg%>" width="21" height="35" alt="" border="0"></td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="1272">
- <tr>
- <td><img src="../images/<%=service_leftimg%>" width="21" height="30" alt="" border="0"></td>
- <td>
- <table border="0" cellpadding="0" cellspacing="0" width="194">
- <tr>
- <td><img src="../images/<%=service_top%>" width="194" height="6" alt="" border="0"></td>
- </tr>
- <tr>
- <td>
- <IFRAME id="menuGroup" name="menuGroup" marginheight="0" marginwidth="0" frameborder="1" style="visibility:hidden; position:absolute; width:194; height:<%=menuGroupSize%>; left:20; top:122;" src="menugroup.jsp" onMouseOut="closeMenuGroup();"></IFRAME>
- <img src="../images/<%=service_menu%>" width="194" height="20" alt="" border="0" onClick="openMenuGroup();"></td>
- </tr>
- <tr>
- <td><img src="../images/<%=service_bottom%>" width="194" height="4" alt="" border="0"></td>
- </tr>
- </table>
- </td>
- <td><img src="../images/fav_left.jpg" width="38" height="30" alt="" border="0"></td>
- <td width="899" background="../images/favorite_bg.gif">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr height="26">
- <td><img src="../images/favorite.gif" width="54" height="19" alt="" border="0" align="absmiddle" onClick="javascript:insShortcutMenu();"> </td>
- <td width="5"></td>
- <td id="td_shortcutmenu">
- <IFRAME id="shortcutmenu" name="shortcutmenu" marginheight="0" marginwidth="0" scrolling="no" frameborder="0" style="visibility:visible; position:absolute; width:810; height:28; left:309; top:98;" src="shortcutmenu.live" onMouseOut="closeMenuGroup();"></IFRAME>
-
- <!--
- <div id="div_shortcutmenu">
- <object width="100%" data="shortcutmenu.jsp" type="text/html" name="shortcutmenu" id="shortcutmenu" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="visibility: visible; position: absolute; width:810; height:28; left:309; top:98; onMouseOut="closeMenuGroup();"></object>
- </div>
- -->
- </td>
- </tr>
- </table>
- </td>
- </td>
- <td width="30" align="center" background="../images/<%=favorite_bg%>" align="center" disabled>
- <div id="iconHidden">
- <a href="javascript:openPhoneInfoPopup()">
- <img src="../images/phoneinfo.gif" name="instant_phoneinfo" alt="" border="0" disabled>
- </a>
- </div>
- </td>
- <td width="30" align="center" background="../images/<%=favorite_bg%>" align="right">
- <div id="iconHidden">
- <a href="javascript:openInstantMsgPopup()">
- <img src="../images/msg_disconnected.gif" name="instant_msg" alt="" border="0" disabled>
- </a>
- </div>
- </td>
- <td width="60" align="center" background="../images/<%=favorite_bg%>" align="left">
- <div id="iconHidden">
- <a href="javascript:openDeptInfoPopup()">
- <img src="../images/cngdept.jpg" name="instant_deptinfo" alt="" border="0" >
- </a>
- </div>
- <td><img src="../images/<%=fav_rightimg%>" width="30" height="30" alt="" border="0"></td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="1272">
- <tr>
- <td><img id="work_left_top" src="../images/<%=work_left_top%>" width="30" height="9" alt="" border="0"></td>
- <td width="1212"></td>
- <td><img id="work_right_top" src="../images/<%=work_right_top%>" width="30" height="9" alt="" border="0"></td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="1272">
- <tr>
- <td id="left_bgimg" background="../images/<%=left_bgimg%>" valign="top"><img id="leftimg" src="../images/<%=leftimg%>" width="21" height="225" alt="" border="0"></td>
- <td align="center">
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- TrustFormViewer("<%=systemcd%>"+"_bizMain", "<%=domainName%>/himed/webapps/com/hismainweb/xrw/SMZUM00200_메인화면.xrw", "<%=systemcd%>"+"_bizMain", "", "1212", "784", "true", "true");
- //-->
- </SCRIPT>
- </td>
- <td id="right_bgimg" background="../images/<%=right_bgimg%>" valign="top"><img id="rightimg" src="../images/<%=rightimg%>" width="21" height="225" alt="" border="0"></td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="1272">
- <tr>
- <td><img id="work_left_bottom" src="../images/<%=work_left_bottom%>" width="30" height="9" alt="" border="0"></td>
- <td width="1212"></td>
- <td><img id="work_right_bottom" src="../images/<%=work_right_bottom%>" width="30" height="9" alt="" border="0"></td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="1272">
- <tr>
- <td><img id="message_left" src="../images/<%=message_left%>" width="21" height="23" alt="" border="0"></td>
- <td><img id="message_bullet" src="../images/<%=message_bullet%>" width="18" height="23" alt="" border="0"></td>
- <td>
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- TrustFormViewer("<%=systemcd%>"+"_sysMessage", "<%=domainName%>/himed/webapps/com/hismainweb/xrw/SMZUM00300_상태메시지.xrw", "<%=systemcd%>"+"_sysMessage", "", "1203", "23", "false", "true");
- //-->
- </SCRIPT>
- </td>
- <td><img id="message_right" src="../images/<%=message_right%>" width="30" height="23" alt="" border="0"></td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="1272">
- <tr>
- <td bgcolor="#dfdddd" height="4"> </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
|