dbms_primeidc/extdbms/header.php
2025-03-20 18:38:28 +09:00

52 lines
3.2 KiB
PHP

<!DOCTYPE HTML>
<!--
Author : <?=$code_author?>
Version : <?=$code_name?> <?=$code_version?>
Release Date: <?=$code_r_date?>
Patch Date : <?=$code_p_date?>
E-Mail : <?=$code_e_mail?>
Server Name : <?=$_SERVER['HTTP_HOST']?>
Page URL : <?=$_SERVER['REQUEST_URI']?>
<?//Script File : $_SERVER['SCRIPT_NAME']?>
User Agent : <?=$_SERVER['HTTP_USER_AGENT']?>
Remote IP : <?=$_SERVER['REMOTE_ADDR']?> : <?=$_SERVER['REMOTE_PORT']?>
-->
<html lang='<?=$lang?>'>
<head>
<meta charset='UTF-8' />
<title><?=$site_title?></title>
<meta name='keywords' content='<?=$meta_keywords?>' />
<meta name='description' content='<?=$meta_description?>' />
<script type='text/javascript' src='<?=$https?>://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<script type='text/javascript' src='<?=$setup_dir?>script/alerts.js'></script>
<link rel='stylesheet' href='<?=$setup_dir?>css/alerts.css' type='text/css' />
<link rel='stylesheet' href='<?=$setup_dir?>css/layout.css' type='text/css' />
<link rel='stylesheet' href='<?=$setup_dir?>css/default.css' type='text/css' />
<link rel='stylesheet' href='<?=$setup_dir?>css/button.css' type='text/css' />
<link rel='stylesheet' href='<?=$setup_dir?>style/<?=$module['style']?>/style.css' type='text/css' />
<style type='text/css'>body {font-size: <?=$fontsize?>pt;} div#base {width:<?=$basewidth?>;}</style>
</head>
<body>
<!--[if lt IE 8]>
<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 80px; position: relative;'>
<div style='position: absolute; right: 3px; top: 5px; font-family: courier new; font-weight: bold;'>
<a href='#' onclick='javascript:this.parentNode.parentNode.style.display="none"; return false;'>
<img src='<?=$default_img_url?>ie6nomore-cornerx.jpg' style='border: none;' alt='Close this notice'/></a></div>
<div style='width: 740px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>
<div style='width: 75px; float: left;'><img src='<?=$default_img_url?>ie6nomore-warning.jpg' alt='Warning!'/></div>
<div style='width: 350px; float: left; font-family: Arial, sans-serif;'>
<div style='font-size: 13px; font-weight: bold; margin-top: 5px;'><?=$lang_nomore_ie6_01?></div>
<div style='font-size: 12px; margin-top: 5px; line-height: 12px;'><?=$lang_nomore_ie6_02?></div></div>
<div style='width: 75px; float: left;'><a href='http://www.mozilla.or.kr/ko/' target='_blank'>
<img src='<?=$default_img_url?>ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/></a></div>
<div style='width: 75px; float: left;'><a href='http://windows.microsoft.com/ko-KR/internet-explorer/downloads/ie' target='_blank'>
<img src='<?=$default_img_url?>ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer 8'/></a></div>
<div style='width: 73px; float: left;'><a href='http://www.apple.com/kr/safari/' target='_blank'>
<img src='<?=$default_img_url?>ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/></a></div>
<div style='float: left;'><a href='http://www.google.com/chrome' target='_blank'>
<img src='<?=$default_img_url?>ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome'/></a></div>
</div>
</div>
<![endif]-->