최초등록
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
</div>
|
||||
<!-- //인쇄영역 -->
|
||||
</div>
|
||||
<!-- //컨텐츠영역 -->
|
||||
</div>
|
||||
<!-- //서브영역 -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,141 @@
|
||||
<!--#include virtual="/common/lib/dbcon.asp"-->
|
||||
<!--#include virtual="/common/lib/func.asp"-->
|
||||
<%
|
||||
member_login_chk("/index.asp")
|
||||
%>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>문자전송시스템</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="Stylesheet" type="text/css" href="/common/css/all.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/radios.min.css" />
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/ie8.css" />
|
||||
<![endif]-->
|
||||
<script type="text/javascript" src="/common/js/modernizr.js"></script>
|
||||
<%If Left(LCase(Request.ServerVariables("PATH_INFO")),10)="/index.asp" Then%>
|
||||
<link rel="Stylesheet" type="text/css" href="/common/css/main_layout.css" />
|
||||
<%else%>
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/sub_layout.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/sub_design.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/content.css" />
|
||||
<%End If %>
|
||||
<script type="text/javascript" src="/common/js/common_design.js"></script>
|
||||
<script type="text/javascript" src="/common/js/common_dev.js"></script>
|
||||
<script type="text/javascript" src="/common/js/jquery-1.4.3.min.js"></script>
|
||||
<script type="text/javascript" src="/common/js/pie-chart.js" ></script>
|
||||
<script type="text/javascript">
|
||||
//마스크팝업 설정
|
||||
$(document).ready(function(){
|
||||
|
||||
$(".popbox").css("display","none");
|
||||
$(".popcls").css("cursor","pointer");
|
||||
|
||||
$('#mask, .popcls').click(function () {
|
||||
closeArea();
|
||||
});
|
||||
});
|
||||
|
||||
function closeArea(){
|
||||
$("#mask").hide();
|
||||
$(".maskpopbox").css("display","none");
|
||||
$(".popbox").css("display","none");
|
||||
}
|
||||
|
||||
function clickArea(idx, num){
|
||||
var obj = document.getElementById(idx);
|
||||
|
||||
$(".popbox").css("display","none");
|
||||
$(idx).children("div.popbox").css("display","none");
|
||||
$(idx).children("div.popbox").eq(num).css("display","block");
|
||||
|
||||
var maskHeight = $(document).height();
|
||||
var maskWidth = $(window).width();
|
||||
|
||||
$('#mask').css({'width':maskWidth,'height':maskHeight});
|
||||
$('#mask').fadeTo("fast",0.8);
|
||||
|
||||
$(idx).show();
|
||||
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('#demo-pie-1').pieChart({
|
||||
barColor: '#fff',
|
||||
trackColor: '#87a8c7',
|
||||
lineCap: 'round',
|
||||
lineWidth: 4,
|
||||
size: 132,
|
||||
animate:{
|
||||
duration: 1000,
|
||||
enabled: true
|
||||
},
|
||||
onStep: function (from, to, percent) {
|
||||
//$(this.element).find('.pie-value').text(Math.round(percent) + '');
|
||||
var per = eval( Math.round(percent) );
|
||||
var value = eval( $('#span_pivalue').data("nowcount") )-eval( $('#span_pivalue').data("percent") );
|
||||
if(value < 0){value = 0;}
|
||||
value += per;
|
||||
|
||||
$(this.element).find('.pie-value').text( value+'' );
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
checkSkin();
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<%
|
||||
If session("a_level") <> "" Then
|
||||
%>
|
||||
<!-- <link rel="Stylesheet" type="text/css" href="/content/board/<%=session("a_level")%>/css/common.css" /> -->
|
||||
<%
|
||||
End if
|
||||
%>
|
||||
</head>
|
||||
|
||||
<body id="skin_c1">
|
||||
<!-- 스킵네비게이션 -->
|
||||
<div>
|
||||
<a href="#contents" class="sknavi">본문으로 바로가기</a>
|
||||
<a href="#menu_navi" class="sknavi">대메뉴로 바로가기</a>
|
||||
<a href="#contents" class="sknavi">본문으로 바로가기</a>
|
||||
</div>
|
||||
<!-- //스킵네비게이션 -->
|
||||
<div id="wrapper">
|
||||
<!-- 상단영역 -->
|
||||
<!--#include virtual="/common/file/menu.asp"-->
|
||||
<!-- //상단영역 -->
|
||||
<div id="mask" style="display:none;width:100%;height:100%;opacity:0.8;"></div>
|
||||
@@ -0,0 +1,29 @@
|
||||
<!--#include virtual="/common/file/head.asp"-->
|
||||
<!-- left menu 부분-->
|
||||
<tr>
|
||||
<td width="198" align="left" valign="top">
|
||||
<table width="226" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="background:url(/sms_img/common/lmenu_bg.gif) repeat-y">
|
||||
<table width="182" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="156" align="left" valign="top"><img src="/sms_img/common/lmenu_top01.gif" width="156" height="169" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/01message/index.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','/sms_img/common/lmenu_0101_on.gif',0)"><img src="/sms_img/common/lmenu_0101.gif" name="Image8" width="156" height="36" border="0" id="Image8" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/01message/index02.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','/sms_img/common/lmenu_0102_on.gif',1)"><img src="/sms_img/common/lmenu_0102.gif" name="Image9" width="156" height="36" border="0" id="Image9" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/01message/index03.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','/sms_img/common/lmenu_0103_on.gif',1)"><img src="/sms_img/common/lmenu_0103.gif" name="Image10" width="156" height="36" border="0" id="Image10" /></a></td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td><a href="/content/01message/index04.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','/sms_img/common/lmenu_0104_on.gif',1)"><img src="/sms_img/common/lmenu_0104.gif" name="Image10" width="156" height="36" border="0" id="Image11" alt="보낸문자함(장문)" /></a></td>
|
||||
</tr> -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!--#include virtual="/common/file/left_banner.asp"-->
|
||||
</table>
|
||||
</td>
|
||||
@@ -0,0 +1,20 @@
|
||||
<!--#include virtual="/common/file/head.asp"-->
|
||||
<!-- left menu 부분-->
|
||||
<tr>
|
||||
<td width="198" align="left" valign="top">
|
||||
<table width="226" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="background:url(/sms_img/common/lmenu_bg.gif) repeat-y">
|
||||
<table width="182" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="156" align="left" valign="top"><img src="/sms_img/common/lmenu_top02.gif" width="156" height="169" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/board/list.asp?a_num=72108979" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','/sms_img/common/lmenu_0201_on.gif',0)"><img src="/sms_img/common/lmenu_0201.gif" name="Image8" width="156" height="36" border="0" id="Image8" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!--#include virtual="/common/file/left_banner.asp"-->
|
||||
</table>
|
||||
</td>
|
||||
@@ -0,0 +1,23 @@
|
||||
<!--#include virtual="/common/file/head.asp"-->
|
||||
<!-- left menu 부분-->
|
||||
<tr>
|
||||
<td width="198" align="left" valign="top">
|
||||
<table width="226" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="background:url(/sms_img/common/lmenu_bg.gif) repeat-y">
|
||||
<table width="182" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="156" align="left" valign="top"><img src="/sms_img/common/lmenu_top03.gif" width="156" height="169" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/03address/index.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','/sms_img/common/lmenu_0301_on.gif',0)"><img src="/sms_img/common/lmenu_0301.gif" name="Image8" width="156" height="36" border="0" id="Image8" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/03address/addr_grp_write.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','/sms_img/common/lmenu_0302_on.gif',0)"><img src="/sms_img/common/lmenu_0302.gif" name="Image9" width="156" height="36" border="0" id="Image9" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!--#include virtual="/common/file/left_banner.asp"-->
|
||||
</table>
|
||||
</td>
|
||||
@@ -0,0 +1,20 @@
|
||||
<!--#include virtual="/common/file/head.asp"-->
|
||||
<!-- left menu 부분-->
|
||||
<tr>
|
||||
<td width="198" align="left" valign="top">
|
||||
<table width="226" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="background:url(/sms_img/common/lmenu_bg.gif) repeat-y">
|
||||
<table width="182" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="156" align="left" valign="top"><img src="/sms_img/common/lmenu_top04.gif" width="156" height="169" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/board/list.asp?a_num=93665193" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','/sms_img/common/lmenu_0401_on.gif',0)"><img src="/sms_img/common/lmenu_0401.gif" name="Image8" width="156" height="36" border="0" id="Image8" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!--#include virtual="/common/file/left_banner.asp"-->
|
||||
</table>
|
||||
</td>
|
||||
@@ -0,0 +1,20 @@
|
||||
<!--#include virtual="/common/file/head.asp"-->
|
||||
<!-- left menu ºÎºÐ-->
|
||||
<tr>
|
||||
<td width="198" align="left" valign="top">
|
||||
<table width="226" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="background:url(/sms_img/common/lmenu_bg.gif) repeat-y">
|
||||
<table width="182" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="156" align="left" valign="top"><img src="/sms_img/common/lmenu_top05.gif" width="156" height="169" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/05advice/index.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','/sms_img/common/lmenu_0501_on.gif',0)"><img src="/sms_img/common/lmenu_0501.gif" name="Image8" width="156" height="36" border="0" id="Image8" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!--#include virtual="/common/file/left_banner.asp"-->
|
||||
</table>
|
||||
</td>
|
||||
@@ -0,0 +1,26 @@
|
||||
<!--#include virtual="/common/file/head.asp"-->
|
||||
<!-- left menu 부분-->
|
||||
<tr>
|
||||
<td width="198" align="left" valign="top">
|
||||
<table width="226" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="background:url(/sms_img/common/lmenu_bg.gif) repeat-y">
|
||||
<table width="182" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="156" align="left" valign="top"><img src="/sms_img/common/lmenu_top04.gif" width="156" height="169" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./index.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','/sms_img/common/lmenu_0601_on.gif',0)"><img src="/sms_img/common/lmenu_0601.gif" name="Image8" width="156" height="36" border="0" id="Image8" alt= "일별발송현황" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./index02.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','/sms_img/common/lmenu_0602_on.gif',1)"><img src="/sms_img/common/lmenu_0602.gif" name="Image9" width="156" height="36" border="0" id="Image9" alt= "월별발송현황" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./index03.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','/sms_img/common/lmenu_0603_on.gif',1)"><img src="/sms_img/common/lmenu_0603.gif" name="Image10" width="156" height="36" border="0" id="Image10" alt= "개인정보수정" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!--#include virtual="/common/file/left_banner.asp"-->
|
||||
</table>
|
||||
</td>
|
||||
@@ -0,0 +1,198 @@
|
||||
<!--#include virtual="/common/lib/dbcon.asp"-->
|
||||
<!--#include virtual="/common/lib/func.asp"-->
|
||||
<%
|
||||
If session("ss_dsmc_m_num") = "" Then %>
|
||||
<script>
|
||||
alert("세션이 만료되어 로그아웃됩니다.");
|
||||
self.close();
|
||||
</script>
|
||||
<%
|
||||
Return
|
||||
End if
|
||||
%>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>문자전송시스템</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="Stylesheet" type="text/css" href="/common/css/all.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/radios.min.css" />
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/ie8.css" />
|
||||
<![endif]-->
|
||||
<script type="text/javascript" src="/common/js/modernizr.js"></script>
|
||||
<%If Left(LCase(Request.ServerVariables("PATH_INFO")),10)="/index.asp" Then%>
|
||||
<link rel="Stylesheet" type="text/css" href="/common/css/main_layout.css" />
|
||||
<%else%>
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/sub_layout.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/sub_design.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/content.css" />
|
||||
<%End If %>
|
||||
<script type="text/javascript" src="/common/js/common_design.js"></script>
|
||||
<script type="text/javascript" src="/common/js/common_dev.js"></script>
|
||||
<script type="text/javascript" src="/common/js/jquery-1.4.3.min.js"></script>
|
||||
<script type="text/javascript" src="/common/js/pie-chart.js" ></script>
|
||||
<script type="text/javascript">
|
||||
//마스크팝업 설정
|
||||
$(document).ready(function(){
|
||||
|
||||
$(".popbox").css("display","none");
|
||||
$(".popcls").css("cursor","pointer");
|
||||
|
||||
$('#mask, .popcls').click(function () {
|
||||
closeArea();
|
||||
});
|
||||
});
|
||||
|
||||
function closeArea(){
|
||||
$("#mask").hide();
|
||||
$(".maskpopbox").css("display","none");
|
||||
$(".popbox").css("display","none");
|
||||
}
|
||||
|
||||
function clickArea(idx, num){
|
||||
var obj = document.getElementById(idx);
|
||||
|
||||
$(".popbox").css("display","none");
|
||||
$(idx).children("div.popbox").css("display","none");
|
||||
$(idx).children("div.popbox").eq(num).css("display","block");
|
||||
|
||||
var maskHeight = $(document).height();
|
||||
var maskWidth = $(window).width();
|
||||
|
||||
$('#mask').css({'width':maskWidth,'height':maskHeight});
|
||||
$('#mask').fadeTo("fast",0.8);
|
||||
|
||||
$(idx).show();
|
||||
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('#demo-pie-1').pieChart({
|
||||
barColor: '#fff',
|
||||
trackColor: '#87a8c7',
|
||||
lineCap: 'round',
|
||||
lineWidth: 4,
|
||||
size: 132,
|
||||
animate:{
|
||||
duration: 1000,
|
||||
enabled: true
|
||||
},
|
||||
onStep: function (from, to, percent) {
|
||||
//$(this.element).find('.pie-value').text(Math.round(percent) + '');
|
||||
var per = eval( Math.round(percent) );
|
||||
var value = eval( $('#span_pivalue').data("nowcount") )-eval( $('#span_pivalue').data("percent") );
|
||||
if(value < 0){value = 0;}
|
||||
value += per;
|
||||
|
||||
$(this.element).find('.pie-value').text( value+'' );
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
checkSkin();
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<%
|
||||
If session("a_level") <> "" Then
|
||||
%>
|
||||
<!-- <link rel="Stylesheet" type="text/css" href="/content/board/<%=session("a_level")%>/css/common.css" /> -->
|
||||
<%
|
||||
End if
|
||||
%>
|
||||
</head>
|
||||
|
||||
<body id="skin_c1">
|
||||
<!-- 스킵네비게이션 -->
|
||||
<div>
|
||||
<a href="#contents" class="sknavi">본문으로 바로가기</a>
|
||||
<a href="#menu_navi" class="sknavi">대메뉴로 바로가기</a>
|
||||
<a href="#contents" class="sknavi">본문으로 바로가기</a>
|
||||
</div>
|
||||
<!-- //스킵네비게이션 -->
|
||||
<div id="wrapper">
|
||||
<!-- 상단영역 -->
|
||||
<%
|
||||
nowcount = smsSelect2(session("ss_dsmc_m_id"))
|
||||
maxcount = int( (nowcount + 999) / 1000 ) * 1000 '1000단위로 maxconut 생성
|
||||
nowpercent = int( ( nowcount / maxcount ) * 100 )
|
||||
%>
|
||||
<div id="head">
|
||||
<p class="company"><%=session("ss_dsmc_m_name")%></p>
|
||||
<div class="sms_count">
|
||||
<p class="tit_count">남은 문자수</p>
|
||||
<div id="demo-pie-1" class="pie-title-center" data-percent="<%=nowpercent%>">
|
||||
<span class="pie-value" id="span_pivalue" data-nowcount="<%=nowcount%>" data-percent="<%=nowpercent%>">0</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 메뉴 -->
|
||||
<div id="menu_navi">
|
||||
<ul>
|
||||
<li class="menu01">
|
||||
<a href="/content/01message/03_01_dsmc.asp" <% If menu_loc = "1" Then %>class="on"<%End if%>>보낸문자함</a>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- //메뉴 -->
|
||||
<script type="text/javascript">menuMouseOver('<?=$menu_loc?>');</script>
|
||||
<!-- 스킨선택 -->
|
||||
<div class="skin_color">
|
||||
<ul>
|
||||
<li><input type="radio" id="radio-1-1" name="skin_c" value="1" checked="checked" /><label for="radio-1-1"></label></li>
|
||||
<li><input type="radio" id="radio-1-2" name="skin_c" value="2" /><label for="radio-1-2"></label></li>
|
||||
<li><input type="radio" id="radio-1-3" name="skin_c" value="3" /><label for="radio-1-3"></label></li>
|
||||
<li><input type="radio" id="radio-1-4" name="skin_c" value="4" /><label for="radio-1-4"></label></li>
|
||||
<li><input type="radio" id="radio-1-5" name="skin_c" value="5" /><label for="radio-1-5"></label></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- //스킨선택 -->
|
||||
</div>
|
||||
<!-- //상단영역 -->
|
||||
<div id="mask" style="display:none;width:100%;height:100%;opacity:0.8;"></div>
|
||||
|
||||
<!-- 서브영역 -->
|
||||
<div id="container">
|
||||
<!-- 상단영역 -->
|
||||
<div id="sub_top">
|
||||
<div class="inner">
|
||||
<h1><strong>nanum</strong> sms service center</h1>
|
||||
<ul class="mem">
|
||||
<li><a href="/content/member/logout_dsmc.asp"><img src="/img/common/ico_logout.png" alt="로그아웃" title="로그아웃" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //상단영역 -->
|
||||
<!-- 컨텐츠영역 -->
|
||||
<div id="contents">
|
||||
<!-- 인쇄영역 -->
|
||||
<div id="print_wrap">
|
||||
@@ -0,0 +1,19 @@
|
||||
<!--#include virtual="/common/file/head.asp"-->
|
||||
<!-- 서브영역 -->
|
||||
<div id="container">
|
||||
<!-- 상단영역 -->
|
||||
<div id="sub_top">
|
||||
<div class="inner">
|
||||
<h1><strong>nanum</strong> sms service center</h1>
|
||||
<ul class="mem">
|
||||
<li><a href="/content/06mypage/index03.asp"><img src="/img/common/ico_mypage.png" alt="개인정보수정" title="개인정보수정" /></a></li>
|
||||
<li><a href="/content/member/logout.asp"><img src="/img/common/ico_logout.png" alt="로그아웃" title="로그아웃" /></a></li>
|
||||
<li><a href="/content/05advice/index.asp"><img src="/img/common/ico_help.png" alt="도움말" title="도움말" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //상단영역 -->
|
||||
<!-- 컨텐츠영역 -->
|
||||
<div id="contents">
|
||||
<!-- 인쇄영역 -->
|
||||
<div id="print_wrap">
|
||||
@@ -0,0 +1,17 @@
|
||||
<tr>
|
||||
<td style="padding-top:67px;">
|
||||
<table width="156" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><a href="/content/board/list.asp?a_num=93665193" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','/sms_img/common/lmenu_b01_on.gif',1)"><img src="/sms_img/common/lmenu_b01.gif" name="Image11" width="78" height="49" border="0" id="Image11" /></a></td>
|
||||
<td><a href="/content/01message/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','/sms_img/common/lmenu_b02_on.gif',1)"><img src="/sms_img/common/lmenu_b02.gif" name="Image12" width="78" height="49" border="0" id="Image12" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/content/board/list.asp?a_num=72108979" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image13','','/sms_img/common/lmenu_b03_on.gif',1)"><img src="/sms_img/common/lmenu_b03.gif" name="Image13" width="78" height="49" border="0" id="Image13" /></a></td>
|
||||
<td><a href="/content/03address/index.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image14','','/sms_img/common/lmenu_b04_on.gif',1)"><img src="/sms_img/common/lmenu_b04.gif" name="Image14" width="78" height="49" border="0" id="Image14" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-top:20px;"><a href="/content/05advice/index.asp"><img src="/sms_img/common/lmenu_ban01.jpg" width="156" height="63" border="0" /></a></td>
|
||||
</tr>
|
||||
@@ -0,0 +1,57 @@
|
||||
<%
|
||||
nowcount = smsSelect2(session("ss_m_id"))
|
||||
maxcount = int( (nowcount + 999) / 1000 ) * 1000 '1000단위로 maxconut 생성
|
||||
nowpercent = int( ( nowcount / maxcount ) * 100 )
|
||||
%>
|
||||
<div id="head">
|
||||
<p class="company"><%=session("ss_m_name")%></p>
|
||||
<div class="sms_count">
|
||||
<p class="tit_count">남은 문자수</p>
|
||||
<div id="demo-pie-1" class="pie-title-center" data-percent="<%=nowpercent%>">
|
||||
<span class="pie-value" id="span_pivalue" data-nowcount="<%=nowcount%>" data-percent="<%=nowpercent%>">0</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 메뉴 -->
|
||||
<div id="menu_navi">
|
||||
<ul>
|
||||
<li class="menu01">
|
||||
<a <%=menu01_0101%> <% If menu_loc = "1" Then %>class="on"<%End if%>>문자메세지</a>
|
||||
<div class="depth2 disnone" <% If menu_loc = "1" Then %>style="display:block;"<%End if%>>
|
||||
<span class="arr"></span>
|
||||
<ul>
|
||||
<li><a <%=menu01_0101%> <% If menu_chk_on = "1" Then %>class="on"<%End if%>>문자전송</a></li>
|
||||
<li><a <%=menu01_0201%> <% If menu_chk_on = "2" Then %>class="on"<%End if%>>예약문자 확인</a></li>
|
||||
<li><a <%=menu01_0301%> <% If menu_chk_on = "3" Then %>class="on"<%End if%>>보낸문자함</a></li>
|
||||
<!-- <li><a <%=menu01_0401%> <% If menu_chk_on = "4" Then %>class="on"<%End if%>>보낸문자함(장문)</a></li> -->
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li class="menu02">
|
||||
<a <%=menu02_0101%> <% If menu_loc = "2" Then %>class="on"<%End if%>>주소록</a>
|
||||
<div class="depth2 disnone" <% If menu_loc = "2" Then %>style="display:block;"<%End if%>>
|
||||
<span class="arr"></span>
|
||||
<ul>
|
||||
<li><a <%=menu02_0101%> <% If menu_chk_on = "1" Then %>class="on"<%End if%>>주소록</a></li>
|
||||
<li><a <%=menu02_0201%> <% If menu_chk_on = "2" Then %>class="on"<%End if%>>그룹관리</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li class="menu03">
|
||||
<a <%=menu03_0101%> <% If menu_loc = "3" Then %>class="on"<%End if%>>일정관리</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- //메뉴 -->
|
||||
<script type="text/javascript">menuMouseOver('<?=$menu_loc?>');</script>
|
||||
<!-- 스킨선택 -->
|
||||
<div class="skin_color">
|
||||
<ul>
|
||||
<li><input type="radio" id="radio-1-1" name="skin_c" value="1" checked="checked" /><label for="radio-1-1"></label></li>
|
||||
<li><input type="radio" id="radio-1-2" name="skin_c" value="2" /><label for="radio-1-2"></label></li>
|
||||
<li><input type="radio" id="radio-1-3" name="skin_c" value="3" /><label for="radio-1-3"></label></li>
|
||||
<li><input type="radio" id="radio-1-4" name="skin_c" value="4" /><label for="radio-1-4"></label></li>
|
||||
<li><input type="radio" id="radio-1-5" name="skin_c" value="5" /><label for="radio-1-5"></label></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- //스킨선택 -->
|
||||
</div>
|
||||
@@ -0,0 +1,91 @@
|
||||
<%
|
||||
sql = " SELECT b_main_img, b_l_url, b_l_subject, b_l_win "&_
|
||||
" FROM banner2 "&_
|
||||
" WHERE b_l_chk = 'Y' AND b_l_sdate <= '"&getDateFm(now,4)&"' AND b_l_edate >='"&getDateFm(now,4)&"' "&_
|
||||
" ORDER BY b_l_code desc "
|
||||
Set Rs = Dbcon.Execute (sql)
|
||||
If Not rs.eof Then
|
||||
vData = rs.getrows()
|
||||
vCnt = UBound(vData,2)
|
||||
Else
|
||||
vCnt = -1
|
||||
End If
|
||||
rs.close : Set rs = nothing
|
||||
|
||||
|
||||
If vCnt >-1 then
|
||||
|
||||
%>
|
||||
|
||||
|
||||
<div id="center_banner">
|
||||
<h3><div class="p_tit"><img src="/img/main/pop_tit.gif" alt="popup zone" /></div></h3>
|
||||
<div class="banner_num">
|
||||
<ul style="float:left;">
|
||||
<% For i=1 To vCnt+1%>
|
||||
<li><a href="#popup_zone" onmouseover="popupZoneMove(<%=i%>)" onfocus="this.onmouseover();" onmouseout="popupZoneStop(0);" onblur="this.onmouseout();"><img id="popnum<%=i%>" src="/img/main/pop_m<%=Right("0"&i,2)%>.gif" width="11" height="11" alt="<%=i%>번째 팝업" /></a></li>
|
||||
<% Next %>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="pop_bt">
|
||||
<ul style="float:left;">
|
||||
<li>
|
||||
<div id="popzone_startz" style="display:none;">
|
||||
<a href="#stoppopup" onclick="popupZoneStop2('s');" onkeypress="popupZoneStop2('s');" ><img src="/img/main/pop_play.gif " width="40" height="11" alt="시작"/></a>
|
||||
</div>
|
||||
|
||||
<div id="popzone_stopz" style="display:block;">
|
||||
<a href="#startpopup" onclick="popupZoneStop2('p');" onkeypress="popupZoneStop2('p');" ><img src="/img/main/pop_stop.gif " width="40" height="11" alt="정지"/></a>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="banner_roll">
|
||||
|
||||
<%
|
||||
For i=1 To vCnt+1
|
||||
|
||||
b_main_img = vData(0,i-1)
|
||||
b_l_url = vData(1,i-1)
|
||||
b_l_subject = vData(2,i-1)
|
||||
b_l_win = vData(3,i-1)
|
||||
|
||||
If i = 1 then
|
||||
mf_display = "disblock"
|
||||
else
|
||||
mf_display = "disnone"
|
||||
End if
|
||||
|
||||
strwin=""
|
||||
if b_l_win="1" then
|
||||
strwin = "target='_blank'"
|
||||
End if
|
||||
|
||||
%>
|
||||
|
||||
<div id="popBanner_<%=i%>" class="<%=mf_display%>"><a href="<%=b_l_url%>" <%=strwin%> ><img src="/data/banner2/<%=b_main_img%>" width="267" height="99" alt="<%=b_l_subject%>" /></a></div>
|
||||
|
||||
<% Next %>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
var popupItemCount = <%=vCnt+1%>
|
||||
var popupZoneVal = 0;
|
||||
var popupZoneTmpVal = 0;
|
||||
var autocontrolvar;
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript">popupZone();</script>
|
||||
|
||||
<%
|
||||
End if
|
||||
%>
|
||||
@@ -0,0 +1,61 @@
|
||||
//<![CDATA[
|
||||
function popupZone() {
|
||||
var id1, id2;
|
||||
for (var i=1;i<=popupItemCount;i++) {
|
||||
if (popupZoneTmpVal!=1) {
|
||||
popupZoneVal = popupZoneTmpVal;
|
||||
popupZoneTmpVal = 1;
|
||||
}
|
||||
if (popupZoneVal == popupItemCount+1) popupZoneVal = 1;
|
||||
id1 = "popNum"+i;
|
||||
id2 = "bannerZone_"+i;
|
||||
if (popupZoneVal==i) {
|
||||
document.getElementById(id1).setAttribute('src',"/open_content/main_page/main_0"+i+"_over.gif");
|
||||
document.getElementById(id2).style.top = "0px";
|
||||
} else {
|
||||
document.getElementById(id1).setAttribute('src',"/open_content/main_page/main_0"+i+"_off.gif");
|
||||
document.getElementById(id2).style.top = "-9000px";
|
||||
}
|
||||
}
|
||||
popupZoneVal = popupZoneVal + 1;
|
||||
if (popupZoneVal == 1) {
|
||||
autocontrolvar=setTimeout("popupZone()",0);
|
||||
} else {
|
||||
autocontrolvar=setTimeout("popupZone()",waitTime);
|
||||
}
|
||||
}
|
||||
|
||||
function popupZoneStop(chk) {
|
||||
if (chk) {
|
||||
clearTimeout(autocontrolvar);
|
||||
document.getElementById("bannerStop").setAttribute("src","/open_content/main_page/pz_btn_stop_h.gif");
|
||||
document.getElementById("bannerPlay").setAttribute("src","/open_content/main_page/pz_btn_play.gif");
|
||||
document.getElementById("popupText").innerHTML = "Stop";
|
||||
} else {
|
||||
clearTimeout(autocontrolvar);
|
||||
document.getElementById("bannerStop").setAttribute("src","/open_content/main_page/pz_btn_stop.gif");
|
||||
document.getElementById("bannerPlay").setAttribute("src","/open_content/main_page/pz_btn_play_h.gif");
|
||||
document.getElementById("popupText").innerHTML = "Play";
|
||||
popupZone();
|
||||
}
|
||||
}
|
||||
|
||||
function popupZoneMove(num) {
|
||||
var id1, id2;
|
||||
for (i=1;i<=popupItemCount;i++) {
|
||||
id1 = "popNum"+i;
|
||||
id2 = "bannerZone_"+i;
|
||||
if (num==i) {
|
||||
document.getElementById(id1).setAttribute('src',"/open_content/main_page/main_0"+i+"_over.gif");
|
||||
document.getElementById(id2).style.top = "0px";
|
||||
} else {
|
||||
document.getElementById(id1).setAttribute('src',"/open_content/main_page/main_0"+i+"_off.gif");
|
||||
document.getElementById(id2).style.top = "-9000px";
|
||||
}
|
||||
}
|
||||
popupZoneVal = num;
|
||||
popupZoneTmpVal = num;
|
||||
popupZoneStop(1);
|
||||
}
|
||||
popupZone();
|
||||
//]]>
|
||||
@@ -0,0 +1,68 @@
|
||||
<%
|
||||
qm_01 = "href=""/content/05intro/03_0101.asp"" "
|
||||
qm_02 = "href=""/content/01civil/01_02.asp"" "
|
||||
qm_03 = "href=""/content/board/list.asp?a_num=99825683"" "
|
||||
qm_04 = "href=""/content/01civil/04_01.asp"" "
|
||||
qm_05 = "href=""/content/board/list.asp?a_num=84298278"" "
|
||||
qm_06 = "href=""http://neis.kbe.go.kr/mw/index.html"" target=""_blank"" "
|
||||
qm_07 = "href=""/content/02place/05_01.asp"" "
|
||||
qm_08 = "href=""http://www.schoolinfo.go.kr/"" target=""_blank"" "
|
||||
qm_09 = "href=""http://neis.kbe.go.kr"" target=""_blank"" "
|
||||
qm_10 = "href=""http://sems.kbe.go.kr"" target=""_blank"" "
|
||||
qm_11 = "href=""http://lef.kbe.go.kr"" target=""_blank"" "
|
||||
qm_12 = "href=""http://edoc.kbe.go.kr"" target=""_blank"" "
|
||||
qm_13 = "href=""http://www.info.go.kr/board/list.do?manager_seq=39&menu_seq=245"" target=""_blank"" "
|
||||
qm_14 = "href=""http://www.info.go.kr/board/list.do?manager_seq=40&menu_seq=246"" target=""_blank"" "
|
||||
qm_15 = "href=""http://www.info.go.kr/board/list.do?manager_seq=41&menu_seq=247"" target=""_blank"" "
|
||||
qm_16 = "href=""http://elebook.info.go.kr/book/bookFriend/index.do"" target=""_blank"" "
|
||||
|
||||
%>
|
||||
|
||||
<!-- 스크롤 배너 -->
|
||||
<div id="quickmenuW">
|
||||
<h2 class="disnone">퀵메뉴</h2>
|
||||
<div id="quickmenu">
|
||||
<p><img src="/img/common/quick_tit.gif" width="75" height="28" alt="quickmenu"/></p>
|
||||
<!--[if IE]>
|
||||
<h3 class="disnone">글자크기조절</h3>
|
||||
<ul id="quickmenu2">
|
||||
<li><a href="#wrapper" onclick="javascript:wdSetFontSize(+1);"><img src="/img/common/plus.gif" alt="글자확대" /></a></li>
|
||||
<li><a href="#wrapper" onclick="javascript:wdSetFontSize(-1);"><img src="/img/common/minus.gif" alt="글자축소" /></a></li>
|
||||
</ul>
|
||||
<noscript>
|
||||
<p>브라우저 메뉴의 보기에서 텍스트 크기를 조절하세요</p>
|
||||
</noscript>
|
||||
<![endif]-->
|
||||
|
||||
<ul id="quickmenu1">
|
||||
<li><a <%=qm_01%> ><img src="/img/common/quick01.gif" alt="조직도"/></a></li>
|
||||
<li><a <%=qm_02%> ><img src="/img/common/quick02.gif" alt="민원상담"/></a></li>
|
||||
<li><a <%=qm_03%> ><img src="/img/common/quick03.gif" alt="인력풀"/></a></li>
|
||||
<li><a <%=qm_04%> ><img src="/img/common/quick04.gif" alt="Clean 신고센터"/></a></li>
|
||||
<li><a <%=qm_05%> ><img src="/img/common/quick05.gif" alt="김천교육소식지"/></a></li>
|
||||
<li><a <%=qm_06%> ><img src="/img/common/quick06.gif" alt="Home-edu 민원서비스"/></a></li>
|
||||
<li><a <%=qm_07%> ><img src="/img/common/quick07.gif" alt="학부모서비스"/></a></li>
|
||||
<li><a <%=qm_08%> ><img src="/img/common/quick08.gif" alt="학교알리미"/></a></li>
|
||||
<li><a <%=qm_09%> ><img src="/img/common/quick09.gif" alt="NEIS교육행정"/></a></li>
|
||||
<li><a <%=qm_10%> ><img src="/img/common/quick10.gif" alt="NEIS교육업무"/></a></li>
|
||||
<li><a <%=qm_11%> ><img src="/img/common/quick11.gif" alt="에듀파인시스템"/></a></li>
|
||||
<li><a <%=qm_12%> ><img src="/img/common/quick12.gif" alt="전자문서시스템"/></a></li>
|
||||
<li><a <%=qm_13%> ><img src="/img/common/quick13.gif" alt="아름다운 삶"/></a></li>
|
||||
<li class="mt1"><a <%=qm_14%> ><img src="/img/common/quick14.gif" alt="아침편지"/></a></li>
|
||||
<li class="mt1"><a <%=qm_15%> ><img src="/img/common/quick15.gif" alt="5분 장학통신"/></a></li>
|
||||
<li class="mt1"><a <%=qm_16%> ><img src="/img/common/quick16.gif" alt="e-독서친구"/></a></li>
|
||||
</ul>
|
||||
<ul id="quickmenu2">
|
||||
<li><a href="#wrapper" title="맨 위로"><img src="/img/common/quick_top.gif" width="75" height="21" alt="맨 위로" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
qMenu = new QuickMenu(document.getElementById("quickmenuW"), 240, 270);
|
||||
qMenu.InitializeStaticMenu();
|
||||
</script>
|
||||
<!-- //스크롤 배너 -->
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user