hismain.jsp 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. <%@page contentType="text/html; charset=euc-kr" %>
  2. <%@page import="kr.co.hit.live.util.StringHelper"%>
  3. <%@page import="kr.co.hit.live.vo.ValueObject"%>
  4. <%@page import="kr.co.hit.live.util.PropertyHelper"%>
  5. <%
  6. /*
  7. String domainName;
  8. if(request.getServerPort() == 443)
  9. domainName = "https://"+ request.getServerName();
  10. else
  11. domainName = "http://"+ request.getServerName() + ":" + request.getServerPort();
  12. */
  13. String domainName = "http://"+ request.getServerName() + ":" + request.getServerPort();
  14. String domainNameSSL = "https://"+ request.getServerName();
  15. String dutplceinstcd = StringHelper.null2void((String)request.getAttribute("dutplceinstcd"));
  16. String menuGrpList = StringHelper.null2void((String)request.getAttribute("menugrpinfo"));
  17. int menuGroupSize = menuGrpList.split("\\$").length;
  18. menuGroupSize = (menuGroupSize > 10) ? 200 : menuGroupSize * 20;
  19. ValueObject systemVO = (ValueObject)request.getAttribute("systeminfo");
  20. //ValueObject visionVO = (ValueObject)request.getAttribute("visioninfo");
  21. String awtList = StringHelper.null2void((String)request.getAttribute("awtinfo"));
  22. //String deptList = StringHelper.null2void((String)request.getAttribute("deptinfo"));
  23. //시스템 관련 정보
  24. String sessionFormat = systemVO.getString("sessionformat");
  25. String sessionCookie = systemVO.getString("sessioncookie");
  26. String sessionTimeout = systemVO.getString("sessiontimeout");
  27. String scnLocSave = systemVO.getString("scnlocsave"); // 화면 좌표 저장 여부
  28. String msgsvrIP = systemVO.getString("msgsvrip");
  29. String msgsvrPort = systemVO.getString("msgsvrport");
  30. String msgsvrConnect = systemVO.getString("msgsvrconnect");
  31. String msgsvrRetyr = systemVO.getString("msgsvrretyr");
  32. String msgsvrPing = systemVO.getString("msgsvrping");
  33. String systemcd = systemVO.getString("systemcd");
  34. String systemUrls = systemVO.getString("systemurls");
  35. String HISSystem = systemVO.getString("hissystem");
  36. String DEVSystem = systemVO.getString("devsystem");
  37. String basicCode = systemVO.getString("basiccode");
  38. // 국민건강보험 연계 URL
  39. String nhicUrl = systemVO.getString("nhicurl");
  40. // PACS 종류 설정
  41. String pacsType = systemVO.getString("pacstype", "");
  42. // PACS 프로그램 설정
  43. String pacsProgram = systemVO.getString("pacsprogram", "");
  44. // PACS URL 설정
  45. String pacsURL = systemVO.getString("pacsurl", "");
  46. // Title 설정
  47. String title = systemVO.getString("title", "");
  48. // WAS Name 설정
  49. String wasname = systemVO.getString("wasname", "");
  50. //메뉴관련
  51. //TFMenu Object Id
  52. String TFMenu = systemcd + "_TFMenu";
  53. //기관별 브랜드 이미지 처리
  54. //String brandImageCd = dutplceinstcd;
  55. //String vision = visionVO.getString("vision","");
  56. PropertyHelper ph = new PropertyHelper("live.himed.config");
  57. String brandlogo = ph.getString("images", "brandlogo", "brand_logo.gif");
  58. String leftimg = "";
  59. String rightimg = "";
  60. String menu_leftimg ="";
  61. String menu_rightimg ="";
  62. String fav_leftimg="";
  63. String service_leftimg="";
  64. String fav_rightimg="";
  65. String left_bgimg="";
  66. String right_bgimg="";
  67. String work_left_bottom="";
  68. String work_right_bottom="";
  69. String favorite_bg = "";
  70. String message_bg = "";
  71. String work_right_top="";
  72. String service_top="";
  73. String work_left_top="";
  74. String service_bottom = "";
  75. String message_left = "";
  76. String fav_left = "";
  77. String message_right="";
  78. String service_menu = "";
  79. String bgcolor = "";
  80. String message_bullet= "";
  81. String open_window="";
  82. String systemSymbol = "";
  83. String favicon = "";
  84. if(dutplceinstcd.equals("031")) {
  85. rightimg="right.gif";
  86. leftimg="left.gif";
  87. menu_leftimg = "menu_left.gif";
  88. menu_rightimg = "menu_right.gif";
  89. service_leftimg = "service_left.gif";
  90. fav_rightimg = "fav_right.gif";
  91. left_bgimg = "left_bg.gif";
  92. right_bgimg="right_bg.gif";
  93. work_left_bottom = "work_left_bottom.gif";
  94. work_right_bottom = "work_right_bottom.gif";
  95. favorite_bg = "favorite_bg.gif";
  96. message_bg = "message_bg.gif";
  97. work_right_top = "work_right_top.gif";
  98. service_top = "service_top.gif";
  99. work_left_top = "work_left_top.gif";
  100. service_bottom = "service_bottom.gif";
  101. message_left = "message_left.gif";
  102. fav_left= "fav_left.gif";
  103. message_right="message_right.gif";
  104. service_menu = "service_menu.gif";
  105. bgcolor = "#0054a6";
  106. message_bullet = "message_bullet.gif";
  107. open_window = "open_window.gif";
  108. }else if(dutplceinstcd.equals("032")) {
  109. rightimg="right2.gif";
  110. leftimg="left2.gif";
  111. menu_leftimg="menu_left.gif";
  112. menu_rightimg = "menu_right.gif";
  113. fav_rightimg = "fav_right.gif";
  114. fav_left= "fav_left.gif";
  115. favorite_bg = "favorite_bg.gif";
  116. service_top = "service_top.gif";
  117. service_bottom = "service_bottom.gif";
  118. service_leftimg = "service_left.gif";
  119. open_window = "open_window.gif";
  120. left_bgimg = "left_bg2.gif";
  121. right_bgimg = "right_bg2.gif";
  122. work_left_bottom = "work_left_bottom2.gif";
  123. work_right_bottom = "work_right_bottom2.gif";
  124. message_bg = "message_bg2.gif";
  125. work_right_top = "work_right_top2.gif";
  126. work_left_top = "work_left_top2.gif";
  127. message_left = "message_left2.gif";
  128. message_right = "message_right2.gif";
  129. service_menu = "service_menu.gif";
  130. bgcolor = "#0054a6";
  131. message_bullet = "message_bullet2.gif";
  132. } else if(dutplceinstcd.equals("033")) {
  133. rightimg="right.gif";
  134. leftimg="left.gif";
  135. menu_leftimg = "menu_left.gif";
  136. menu_rightimg = "menu_right.gif";
  137. service_leftimg = "service_left.gif";
  138. fav_rightimg = "fav_right.gif";
  139. left_bgimg = "left_bg.gif";
  140. right_bgimg="right_bg.gif";
  141. work_left_bottom = "work_left_bottom.gif";
  142. work_right_bottom = "work_right_bottom.gif";
  143. favorite_bg = "favorite_bg.gif";
  144. message_bg = "message_bg.gif";
  145. work_right_top = "work_right_top.gif";
  146. service_top = "service_top.gif";
  147. work_left_top = "work_left_top.gif";
  148. service_bottom = "service_bottom.gif";
  149. message_left = "message_left.gif";
  150. fav_left= "fav_left.gif";
  151. message_right="message_right.gif";
  152. service_menu = "service_menu.gif";
  153. bgcolor = "#0054a6";
  154. message_bullet = "message_bullet.gif";
  155. open_window = "open_window.gif";
  156. }
  157. // icon, system symbol 설정
  158. if (systemcd.equals("HIS031")) {
  159. systemSymbol = "◇";
  160. favicon = "favicon_031.ico";
  161. } else if (systemcd.equals("HIS032")) {
  162. systemSymbol = "◆";
  163. favicon = "favicon_032.ico";
  164. } else if (systemcd.equals("MIS030")) {
  165. systemSymbol = "▣";
  166. favicon = "favicon_mis.ico";
  167. } else if (systemcd.equals("CRM030")) {
  168. systemSymbol = "♣";
  169. favicon = "favicon_crm.ico";
  170. } else if (systemcd.equals("HIS033")) {
  171. systemSymbol = "◇";
  172. favicon = "favicon_033.ico";
  173. } else if (systemcd.equals("MIS033")) {
  174. systemSymbol = "▣";
  175. favicon = "favicon_mis.ico";
  176. } else if (systemcd.equals("CRM033")) {
  177. systemSymbol = "♣";
  178. favicon = "favicon_crm.ico";
  179. } else {
  180. systemSymbol = "◇";
  181. favicon = "favicon_031.ico";
  182. }
  183. %>
  184. <html>
  185. <head>
  186. <title><%=title%></title>
  187. <link href="../css/hismain.css" rel="stylesheet" type="text/css">
  188. <link href="<%=domainName%>/himed/<%=favicon%>?v=2" rel="shortcut icon" type="image/x-icon"/>
  189. <script language="javascript" src="/himed/rexpert/rexpert.js"></script>
  190. <script language="JavaScript" src="../js/ZUM001.js"></script>
  191. <script language="JavaScript" src="../js/ZUM002.js"></script>
  192. <script language="JavaScript" src="../js/ZUM004.js"></script>
  193. <script language="JavaScript" src="../js/ZUM005.js"></script>
  194. <script language="JavaScript" src="../js/ZUM006.js"></script>
  195. <!-- 2012.03.28 modified by CBJ -->
  196. <!-- Callback event head 태그로 이동 -->
  197. <Script language="javascript" for="<%=TFMenu%>" event="OnClickedMenuItem(idx)">
  198. openMenuItem(idx);
  199. </script>
  200. <Script language="javascript" for="<%=TFMenu%>" event="OnMenuReady">
  201. menuLoaded = true;
  202. </script>
  203. <script language="javascript" for="<%=systemcd%>_patientInfo" event="OnAfterLoad">
  204. patientInfoLoaded = true;
  205. </script>
  206. <script language="javascript" for="<%=systemcd%>_bizMain" event="OnAfterLoad">
  207. bizMainLoaded = true;
  208. </script>
  209. <script language="javascript" for="<%=systemcd%>_sysMessage" event="OnAfterLoad">
  210. sysMessageLoaded = true;
  211. </script>
  212. <Script language="javascript">
  213. // 세션 쿠키 파싱을 위한 포멧 문자열을 저장
  214. var sessionFormat = "<%=sessionFormat%>";
  215. var sessionCookie = "<%=sessionCookie%>";
  216. var sessionTimeout = "<%=sessionTimeout%>";
  217. // 접속한 시스템의 도메인 URL
  218. var domainName = "<%=domainName%>";
  219. var domainNameSSL = "<%=domainNameSSL%>";
  220. // 타시스템 연결 URL 리스트
  221. var systemUrls = "<%=systemUrls%>";
  222. // 화면 좌표 정보 저장 여부
  223. var screenLocSave = "<%=scnLocSave%>";
  224. // 시스템 코드
  225. var systemcd = "<%=systemcd%>";
  226. // HIS 시스템 여부
  227. var HISSystem = "<%=HISSystem%>";
  228. var DEVSystem = "<%=DEVSystem%>";
  229. // 공통코드 사전 로드 목록
  230. var basicCode = "<%=basicCode%>";
  231. // 국민건강보험 연계 URL
  232. var nhicUrl = "<%=nhicUrl%>";
  233. // 서버시간과 차이 계산
  234. var diffTime = <%=System.currentTimeMillis()%> - (new Date()).getTime();
  235. var currentTimeMillis = <%=System.currentTimeMillis()%>;
  236. // 메시지 서버 IP
  237. var msgsvrIP = "<%=msgsvrIP%>";
  238. //메시지 서버 port
  239. var msgsvrPort = "<%=msgsvrPort%>";
  240. //메시지 서버 접속 여부
  241. var msgsvrConnect = "<%=msgsvrConnect%>";
  242. //메시지 서버 재 접속 시간 설정
  243. var msgsvrRetyr = "<%=msgsvrRetyr%>";
  244. //메시지 서버 ping 시간 설정
  245. var msgsvrPing = "<%=msgsvrPing%>";
  246. // 메뉴그룹 정보 설정됨
  247. var menuGroupList = '<%=menuGrpList%>';
  248. var menuGroupInfo = menuGroupList.split("$")[0];
  249. var menuLoaded = false;
  250. var awtList = '<%= awtList %>';
  251. var awtInfo = awtList.split("$")[0];
  252. var vision = "<%=title%>";
  253. var wasname = "<%=wasname%>";
  254. // PACS 종류 설정
  255. var pacsType = "<%=pacsType%>";
  256. // PACS 프로그램 설정
  257. var pacsProgram = "<%=pacsProgram%>";
  258. // PACS URL 설정
  259. var pacsURL = "<%=pacsURL%>";
  260. // 시스템 기호설정
  261. var systemSymbol = "<%=systemSymbol%>";
  262. // 접속시스템 아이콘설정
  263. var faviconURL = "<%=domainName%>/himed/<%=favicon%>";
  264. function window::onLoad(){
  265. //스크롤 조정
  266. setBodyScroll();
  267. //메시지 아이콘표시 여부
  268. setMsgIconVisibility(msgsvrConnect);
  269. //바로가기 보이도록 설정
  270. setShortcutMenuItem();
  271. }
  272. function window::onBeforeUnload() {
  273. if (window.event.clientY < 0 && (window.event.clientX > (document.documentElement.clientWidth - 5) || window.event.clientX < 15) ) {
  274. //alert('window close');
  275. try {
  276. //로그아웃 시간 저장
  277. logout();
  278. //setLogOutTime();
  279. } catch(e) {
  280. //alert("error");
  281. }
  282. }
  283. }
  284. function window::onUnload(){
  285. //메인화면 상태
  286. setWindowClose('Y');
  287. }
  288. function window::onResize(){
  289. setWindowSize();
  290. }
  291. // 백스페이스키 block
  292. document.onkeydown=dsble_Back;
  293. function dsble_Back() {
  294. if( event.keyCode == 8 ){
  295. //alert('백스페이스 키를 사용할 수 없습니다.');
  296. return false;
  297. }
  298. }
  299. // F1 키 block -- add by parankiho 2008.02.12
  300. document.onhelp=dsble_F1;
  301. function dsble_F1() {
  302. return false;
  303. }
  304. function onBodyLoad() {
  305. var x = window.screen.width;
  306. var y = window.screen.height;
  307. if(x >= 1280 && y >= 1024){ // 표준 해상도
  308. document.body.style.overflow='hidden';
  309. }else{
  310. document.body.style.overflow='auto';
  311. }
  312. }
  313. function changeMenu(menugrupstr){
  314. menuGroupList = menugrupstr;
  315. menuGroupInfo = menuGroupList.split("$")[0];
  316. var menuGroupSize = menuGroupList.split("$").length;
  317. menuGroupSize = (menuGroupSize > 10) ? 200 : menuGroupSize * 20;
  318. var menu = getTrustFormMenu("<%=TFMenu%>","menu.live?menuGrpCd="+menuGroupInfo.split("^")[0].split("|")[0]+"&menuAuthCd="+menuGroupInfo.split("^")[0].split("|")[1], "yes", "yes", "no", "927", "21");
  319. document.getElementById("div_menu").innerHTML = menu;
  320. var IFRAME_MENU = document.getElementById("menuGroup");
  321. IFRAME_MENU.style.height = menuGroupSize;
  322. IFRAME_MENU.src = IFRAME_MENU.src;
  323. var IFRAME_SHORTCUT = document.getElementById("shortcutmenu");
  324. IFRAME_SHORTCUT.src = IFRAME_SHORTCUT.src;
  325. }
  326. function changeImage(instcd){
  327. var rightimg;
  328. var leftimg;
  329. var left_bgimg;
  330. var right_bgimg;
  331. var work_left_top;
  332. var work_right_top;
  333. var work_left_bottom;
  334. var work_right_bottom;
  335. var message_left;
  336. var message_right;
  337. var message_bullet;
  338. if(instcd == "031"){
  339. rightimg="right.gif";
  340. leftimg="left.gif";
  341. left_bgimg = "left_bg.gif";
  342. right_bgimg="right_bg.gif";
  343. work_left_top = "work_left_top.gif";
  344. work_right_top = "work_right_top.gif";
  345. work_left_bottom = "work_left_bottom.gif";
  346. work_right_bottom = "work_right_bottom.gif";
  347. message_left = "message_left.gif";
  348. message_right="message_right.gif";
  349. message_bullet = "message_bullet.gif";
  350. }else if(instcd == "032"){
  351. rightimg="right2.gif";
  352. leftimg="left2.gif";
  353. left_bgimg = "left_bg2.gif";
  354. right_bgimg = "right_bg2.gif";
  355. work_left_top = "work_left_top2.gif";
  356. work_right_top = "work_right_top2.gif";
  357. work_left_bottom = "work_left_bottom2.gif";
  358. work_right_bottom = "work_right_bottom2.gif";
  359. message_left = "message_left2.gif";
  360. message_right = "message_right2.gif";
  361. message_bullet = "message_bullet2.gif";
  362. } else if(instcd == "033"){
  363. rightimg="right.gif";
  364. leftimg="left.gif";
  365. left_bgimg = "left_bg.gif";
  366. right_bgimg="right_bg.gif";
  367. work_left_top = "work_left_top.gif";
  368. work_right_top = "work_right_top.gif";
  369. work_left_bottom = "work_left_bottom.gif";
  370. work_right_bottom = "work_right_bottom.gif";
  371. message_left = "message_left.gif";
  372. message_right="message_right.gif";
  373. message_bullet = "message_bullet.gif";
  374. }
  375. document.getElementById("rightimg").src = "../images/"+ rightimg;
  376. document.getElementById("leftimg").src = "../images/"+ leftimg;
  377. document.getElementById("left_bgimg").background = "../images/"+ left_bgimg;
  378. document.getElementById("right_bgimg").background = "../images/"+ right_bgimg;
  379. document.getElementById("work_left_top").src = "../images/"+ work_left_top;
  380. document.getElementById("work_right_top").src = "../images/"+ work_right_top;
  381. document.getElementById("work_left_bottom").src = "../images/"+ work_left_bottom;
  382. document.getElementById("work_right_bottom").src = "../images/"+ work_right_bottom;
  383. document.getElementById("message_left").src = "../images/"+ message_left;
  384. document.getElementById("message_right").src = "../images/"+ message_right;
  385. document.getElementById("message_bullet").src = "../images/"+ message_bullet;
  386. }
  387. //-->
  388. </script>
  389. </head>
  390. <body onload="onBodyLoad()" oncontextmenu="return false">
  391. <SCRIPT LANGUAGE="JavaScript">
  392. // TFViewer 또는 TFMenu 가 로딩이 되지 않았을 경우 포커스가 맞춰지도록 수정 (From 한철호)
  393. var menuLoaded = false;
  394. var patientInfoLoaded = false;
  395. var bizMainLoaded = false;
  396. var sysMessageLoaded = false;
  397. function window::onLoad() {
  398. if( !menuLoaded )
  399. {
  400. var e_TFMenu = document.getElementById("<%=TFMenu%>");
  401. if( e_TFMenu ) e_TFMenu.focus();
  402. }
  403. if( !patientInfoLoaded )
  404. {
  405. var e_patientInfo = document.getElementById("<%=systemcd%>_patientInfo");
  406. if( e_patientInfo ) e_patientInfo.focus();
  407. }
  408. if( !bizMainLoaded )
  409. {
  410. var e_bizMain = document.getElementById("<%=systemcd%>_bizMain");
  411. if( e_bizMain ) e_bizMain.focus();
  412. }
  413. if( !sysMessageLoaded )
  414. {
  415. var e_sysMessage = document.getElementById("<%=systemcd%>_sysMessage");
  416. if( e_sysMessage ) e_sysMessage.focus();
  417. }
  418. }
  419. </SCRIPT>
  420. <form METHOD="post" name="hismainForm">
  421. <table border="0" cellpadding="0" cellspacing="0" width="1272">
  422. <tr>
  423. <td>
  424. <SCRIPT LANGUAGE="JavaScript">
  425. TrustFormViewer("<%=systemcd%>"+"_patientInfo", "<%=domainName%>/himed/webapps/com/hismainweb/xrw/SMZUM00100_환자정보.xrw", "<%=systemcd%>"+"_patientInfo", "", "1217", "61", "false", "true");
  426. </SCRIPT>
  427. </td>
  428. <td valign="top"><img src="../images/logout_top.gif" width="55" height="8" alt="" border="0"><br>
  429. <a href="javascript:userLogout()"><img src="../images/lougout.gif" width="55" height="20" alt="" border="0"></a><br>
  430. <img src="../images/logout_middle.gif" width="55" height="3" alt="" border="0"><br>
  431. <a href="javascript:passwordUpdate()"><img src="../images/info.gif" width="55" height="20" alt="" border="0"></a><br>
  432. <img src="../images/logout_bottom.gif" width="55" height="10" alt="" border="0"></td>
  433. </tr>
  434. </table>
  435. <table border="0" cellpadding="0" cellspacing="0" width="1272">
  436. <tr>
  437. <td><img src="../images/<%=brandlogo%>" width="215" height="35" alt="" border="0"></td>
  438. <td><img src="../images/<%=menu_leftimg%>" width="38" height="35" alt="" border="0"></td>
  439. <!-- 20110830_KNUH_Start td width="927" bgcolor="#0054a6"-->
  440. <td width="927" bgcolor="<%=bgcolor%>">
  441. <table border="0" cellpadding="0" cellspacing="0" width="927">
  442. <tr>
  443. <td height="7"></td>
  444. </tr>
  445. <tr>
  446. <td>
  447. <div id="div_menu">
  448. <SCRIPT LANGUAGE="JavaScript">
  449. <!--
  450. TrustFormMenu("<%=TFMenu%>","menu.live?menuGrpCd="+menuGroupInfo.split("^")[0].split("|")[0]+"&menuAuthCd="+menuGroupInfo.split("^")[0].split("|")[1], "yes", "yes", "no", "927", "21");
  451. //-->
  452. </SCRIPT>
  453. </div>
  454. </td>
  455. </tr>
  456. <tr>
  457. <td height="7"></td>
  458. </tr>
  459. </table>
  460. </td>
  461. <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>
  462. <td><img src="../images/<%=menu_rightimg%>" width="21" height="35" alt="" border="0"></td>
  463. </tr>
  464. </table>
  465. <table border="0" cellpadding="0" cellspacing="0" width="1272">
  466. <tr>
  467. <td><img src="../images/<%=service_leftimg%>" width="21" height="30" alt="" border="0"></td>
  468. <td>
  469. <table border="0" cellpadding="0" cellspacing="0" width="194">
  470. <tr>
  471. <td><img src="../images/<%=service_top%>" width="194" height="6" alt="" border="0"></td>
  472. </tr>
  473. <tr>
  474. <td>
  475. <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>
  476. <img src="../images/<%=service_menu%>" width="194" height="20" alt="" border="0" onClick="openMenuGroup();"></td>
  477. </tr>
  478. <tr>
  479. <td><img src="../images/<%=service_bottom%>" width="194" height="4" alt="" border="0"></td>
  480. </tr>
  481. </table>
  482. </td>
  483. <td><img src="../images/fav_left.jpg" width="38" height="30" alt="" border="0"></td>
  484. <td width="899" background="../images/favorite_bg.gif">
  485. <table border="0" cellpadding="0" cellspacing="0">
  486. <tr height="26">
  487. <td><img src="../images/favorite.gif" width="54" height="19" alt="" border="0" align="absmiddle" onClick="javascript:insShortcutMenu();">&nbsp;&nbsp;</td>
  488. <td width="5"></td>
  489. <td id="td_shortcutmenu">
  490. <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>
  491. <!--
  492. <div id="div_shortcutmenu">
  493. <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>
  494. </div>
  495. -->
  496. </td>
  497. </tr>
  498. </table>
  499. </td>
  500. </td>
  501. <td width="30" align="center" background="../images/<%=favorite_bg%>" align="center" disabled>
  502. <div id="iconHidden">
  503. <a href="javascript:openPhoneInfoPopup()">
  504. <img src="../images/phoneinfo.gif" name="instant_phoneinfo" alt="" border="0" disabled>
  505. </a>
  506. </div>
  507. </td>
  508. <td width="30" align="center" background="../images/<%=favorite_bg%>" align="right">
  509. <div id="iconHidden">
  510. <a href="javascript:openInstantMsgPopup()">
  511. <img src="../images/msg_disconnected.gif" name="instant_msg" alt="" border="0" disabled>
  512. </a>
  513. </div>
  514. </td>
  515. <td width="60" align="center" background="../images/<%=favorite_bg%>" align="left">
  516. <div id="iconHidden">
  517. <a href="javascript:openDeptInfoPopup()">
  518. <img src="../images/cngdept.jpg" name="instant_deptinfo" alt="" border="0" >
  519. </a>
  520. </div>
  521. <td><img src="../images/<%=fav_rightimg%>" width="30" height="30" alt="" border="0"></td>
  522. </tr>
  523. </table>
  524. <table border="0" cellpadding="0" cellspacing="0" width="1272">
  525. <tr>
  526. <td><img id="work_left_top" src="../images/<%=work_left_top%>" width="30" height="9" alt="" border="0"></td>
  527. <td width="1212"></td>
  528. <td><img id="work_right_top" src="../images/<%=work_right_top%>" width="30" height="9" alt="" border="0"></td>
  529. </tr>
  530. </table>
  531. <table border="0" cellpadding="0" cellspacing="0" width="1272">
  532. <tr>
  533. <td id="left_bgimg" background="../images/<%=left_bgimg%>" valign="top"><img id="leftimg" src="../images/<%=leftimg%>" width="21" height="225" alt="" border="0"></td>
  534. <td align="center">
  535. <SCRIPT LANGUAGE="JavaScript">
  536. <!--
  537. TrustFormViewer("<%=systemcd%>"+"_bizMain", "<%=domainName%>/himed/webapps/com/hismainweb/xrw/SMZUM00200_메인화면.xrw", "<%=systemcd%>"+"_bizMain", "", "1212", "784", "true", "true");
  538. //-->
  539. </SCRIPT>
  540. </td>
  541. <td id="right_bgimg" background="../images/<%=right_bgimg%>" valign="top"><img id="rightimg" src="../images/<%=rightimg%>" width="21" height="225" alt="" border="0"></td>
  542. </tr>
  543. </table>
  544. <table border="0" cellpadding="0" cellspacing="0" width="1272">
  545. <tr>
  546. <td><img id="work_left_bottom" src="../images/<%=work_left_bottom%>" width="30" height="9" alt="" border="0"></td>
  547. <td width="1212"></td>
  548. <td><img id="work_right_bottom" src="../images/<%=work_right_bottom%>" width="30" height="9" alt="" border="0"></td>
  549. </tr>
  550. </table>
  551. <table border="0" cellpadding="0" cellspacing="0" width="1272">
  552. <tr>
  553. <td><img id="message_left" src="../images/<%=message_left%>" width="21" height="23" alt="" border="0"></td>
  554. <td><img id="message_bullet" src="../images/<%=message_bullet%>" width="18" height="23" alt="" border="0"></td>
  555. <td>
  556. <SCRIPT LANGUAGE="JavaScript">
  557. <!--
  558. TrustFormViewer("<%=systemcd%>"+"_sysMessage", "<%=domainName%>/himed/webapps/com/hismainweb/xrw/SMZUM00300_상태메시지.xrw", "<%=systemcd%>"+"_sysMessage", "", "1203", "23", "false", "true");
  559. //-->
  560. </SCRIPT>
  561. </td>
  562. <td><img id="message_right" src="../images/<%=message_right%>" width="30" height="23" alt="" border="0"></td>
  563. </tr>
  564. </table>
  565. <table border="0" cellpadding="0" cellspacing="0" width="1272">
  566. <tr>
  567. <td bgcolor="#dfdddd" height="4"> </td>
  568. </tr>
  569. </table>
  570. </form>
  571. </body>
  572. </html>