33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
<!-- #include virtual = "/common/lib/dbcon.asp" -->
|
|
<!-- #include virtual = "/common/lib/func.asp" -->
|
|
<%
|
|
Dim location_page
|
|
location_page = "/manager/index.asp"
|
|
|
|
%>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<title><%=site_name%></title>
|
|
<link rel="Stylesheet" type="text/css" href="/manager/common/css/sub_layout.css" />
|
|
|
|
<link rel="Stylesheet" type="text/css" href="/manager/common/css/all.css" />
|
|
<script type="text/javascript" src="/common/js/common_design.js"></script>
|
|
<script type="text/javascript" src="/common/js/fusioncharts.js"></script>
|
|
<script type="text/javascript" src="/common/js/common_dev.js"></script>
|
|
<script type="text/javascript" src="/manager/content/01info/site_info_client.asp"></script>
|
|
|
|
<%
|
|
security_ad_cms() '관리자 페이지 체크
|
|
%>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<!-- 내용영역 -->
|
|
<div id="contents" style="margin:0px;padding:15px 0 0 0;">
|