텝메뉴우우루 최신글리스트 정보
텝메뉴우우루 최신글리스트본문
안녕하세요
엑박님이 올려주신
http://www.sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=62201&sca=&sfl=mb_id%2C1&stx=reapier
적용시켜 볼라 했는데요
<?=tab_list("basic","TAB MENU","공지사항/가맹통신/체험담/인재채용","gooji/commun01/a2/commun19","1","600*101",5,40);?>
이렇게 적용을 했었는데요
메뉴는 뜨는반면에
리스트는 안뜨더라구요ㅡㅡ;
메뉴클릭시 게시판으로 넘어가는거보아
연결이 된거 같은데;
마우스 오버두 안돼구요
정작 리스트가 안뜨니 대략난감합니다--_-
제가 그누보드 저한지 얼마 안되다보니 무지 버벅 됩니다
혹시나 소스상에
뭐 빠져서 그런거 아닌가요?
소스 올려 봅니다
<?
include_once("_common.php");
include_once("$g4[path]/head.sub.php");
$JS_HOME = "http://www.yjmath.com/js/";
$css_HOME = "http://www.yjmath.com/css/";
?>
<html>
<html>
<head>
<title>영재마당_1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
width:267px;
height:23px;
z-index:1;
left: 678px;
top: 7px;
}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: underline;
color: #666666;
}
a:active {
text-decoration: none;
color: #666666;
}
.style11 {
font-size: 12px
}
#apDiv2 {
position:absolute;
width:200px;
height:19px;
z-index:2;
left: 464px;
top: 14px;
}
#apDiv3 {
position:absolute;
width:200px;
height:12px;
z-index:1;
left: 736px;
top: 10px;
}
#apDiv4 {
position:absolute;
width:477px;
height:21px;
z-index:2;
left: 271px;
top: 4px;
}
#apDiv5 {
position:absolute;
width:197px;
height:115px;
z-index:3;
left: -4px;
top: 224px;
}
img, a{border:0;selector-dummy:expression(this.hideFocus=true);}
}
.style12 {
color: #666666;
font-weight: bold;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="__01" width="951" height="919" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="17" colspan="4" valign="bottom"><div id="apDiv3"><span class="style11"><a href="/info/">고객센터</a> | <a href="/info/?mode=member_sitemap">사이트맵</a> | <a href="/mall/">교재몰</a></span></div>
<div id="apDiv4">
<?
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo outlogin("outlogin_top"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
</div></td>
<td width="46" height="17" valign="bottom"> </td>
<td width="1" rowspan="3"><img src="images/스페이서.gif" width="1" height="101" alt=""></td>
</tr>
<tr>
<td height="30" colspan="5" valign="bottom"><img src="images/maru.jpg" alt="" width="951" height="56" border="0" usemap="#Map2">
<map name="Map2">
<area shape="rect" coords="9,2,154,50" href="index.php">
<area shape="rect" coords="211,29,274,50" href="sc01.php">
<area shape="rect" coords="384,30,432,50" href="woo.php">
<area shape="rect" coords="534,29,586,51" href="boomoo01.php">
<area shape="rect" coords="673,29,742,50" href="ed01.php">
<area shape="rect" coords="834,29,899,51" href="ge1.php">
</map></td>
</tr>
<tr>
<td height="101" colspan="5" valign="top"><script>
nowImg = 1;
</script>
<script src="<?=$JS_HOME?>/common.js"></script>
<LINK HREF="<?=$CSS_HOME?>/common.css" REL="stylesheet" TYPE="text/css">
<script language="javascript">
<!--
function movieChange() {
var kind, obj, movieList = new Array(), topImg = new Array();
movieList[0] = "";
movieList[1] = "http://www.yjhomeschool.com/contents/media/yjmath_01.wmv";
movieList[2] = "http://www.yjhomeschool.com/contents/media/yjmath_02.wmv";
movieList[3] = "http://www.yjhomeschool.com/contents/media/yjmath_03.wmv";
movieList[4] = "http://www.yjhomeschool.com/contents/media/yjmath_04.wmv";
topImg[0] = "";
topImg[1] = "images/main_1.jpg";
topImg[2] = "images/main_2.jpg";
topImg[3] = "images/main_3.jpg";
topImg[4] = "images/main_4.jpg";
kind = arguments[0];
// obj = document.getElementById(arguments[1]);
// obj.src = "images/" + arguments[1] + "_on.gif";
document.getElementById("Player_top_img").src = topImg[kind];
document.getElementById("Player").FileName = movieList[kind];
document.getElementById("Player").play();
nowImg = kind;
for (var i = 1; i <= 4; i++) {
ImgObj = document.getElementById("Image" + i);
if (i == kind) {
ImgObj.src = "images/main_b_" + i + "_ani.gif";
} else {
ImgObj.src = "images/main_b_" + i + ".jpg";
}
}
}
/*
function getCookie( name ) {
var nameOfCookie = name + "=";
var x = 0;
while ( x <= document.cookie.length ) {
var y = (x+nameOfCookie.length);
if ( document.cookie.substring( x, y ) == nameOfCookie ) {
if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
endOfCookie = document.cookie.length;
return unescape( document.cookie.substring( y, endOfCookie ) );
}
x = document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 )
break;
}
return "";
}
window.onload = function () {
var open = false;
var cval = "popup"; // 쿠키 변수 명 popup.html 에서 만든 쿠키 변수와 동일
var winName = "";
// open 변수 값이 true 면 오픈 (쿠키값이 없을 경우) false 이면 팝업을 안띄움
open = true;
//open = false; // 팝업 사용을 안하시면 앞의 주석을 풀어 주십시요
if (getCookie(cval) != 1 && open == true) {
winName = window.open('about:blank', '', 'width=0, height=0');
if (winName) {
winName.location.href = "/popup.html";
} else {
alert('팝업 차단을 해제해 주십시요');
}
}
}
//-->
*/
</script>
<table width="925" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="925" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="images/main_1.jpg" id="Player_top_img"></td>
</tr>
<tr>
<td width="289"><a href="javascript:movieChange('1', 'Image1');" onMouseOut="MM_swapImgRestore('1')" onMouseOver="MM_swapImage('Image1','','images/main_b_1_on.jpg',1)"><img src="images/main_b_1_ani.gif" id="Image1" name="Image1" width="289" height="165" border="0"></a></td>
<td width="348" rowspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="323"><!-- 동영상 플레이어 --><div id=Player_div><script src="<?=$JS_HOME?>/player.js"></script></div></td>
</tr>
</table></td>
<td><a href="javascript:movieChange('3', 'Image3');" onMouseOut="MM_swapImgRestore('3')" onMouseOver="MM_swapImage('Image3','','images/main_b_3_on.jpg',3)"><img src="images/main_b_3.jpg" name="Image3" id="Image3" width="288" height="165" border="0"></a></td>
</tr>
<tr>
<td><a href="javascript:movieChange('2', 'Image2');" onMouseOut="MM_swapImgRestore('2')" onMouseOver="MM_swapImage('Image2','','images/main_b_2_on.jpg',2)"><img src="images/main_b_2.jpg" name="Image2" id="Image2" width="289" height="158" border="0"></a></td>
<td><a href="javascript:movieChange('4', 'Image4');" onMouseOut="MM_swapImgRestore('4')" onMouseOver="MM_swapImage('Image4','','images/main_b_4_on.jpg',4)"><img src="images/main_b_4.jpg" name="Image4" id="Image4" width="288" height="158" border="0"></a></td>
</tr>
<tr>
<td colspan="3"><img src="images/main_down.jpg" width="925" height="219"></td>
</tr>
<tr>
<td colspan="3"><img src="images/main_bottom.jpg" width="925" height="116" usemap="#main_bt_link_1" border="0"></td>
</tr>
</table>
<map name="main_bt_link_1">
<area shape="rect" coords="41,12,243,107" href="http://yjmath.com/gnuboard4/ed01.php">
<area shape="rect" coords="253,14,459,108" href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=commun01">
<area shape="rect" coords="475,36,660,127" href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=book">
<area shape="rect" coords="687,16,875,109" href="/provost/?mode=book_2_view&id=11">
</map> </td>
</tr>
</table>
<table width="925" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="233"><a href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=a2"><img src="images/main_bottom_1.jpg" width="233" height="110" border="0"></a></td>
<td width="2634" align="left" valign="top"><?=tab_list("basic","TAB MENU","공지사항/가맹통신/체험담/인재채용","gooji/commun01/a2/commun19","1","800*101",5,40);?>
<div align="center"><br>
<div align="center">
<span class="style12">copyright ⓒ 2007 영재스쿨 CO,Ltd,<br />
<a href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=commun19">채용정보</a> | <a href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=commun18">광고 및 제휴문의</a> | <a href="info05.php">이용약관</a> | <a href="info06.php">개인보호정책</a> <br />
고객센터 : *** 개인정보보호를 위한 전화번호 노출방지 ***</span></div>
엑박님이 올려주신
http://www.sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=62201&sca=&sfl=mb_id%2C1&stx=reapier
적용시켜 볼라 했는데요
<?=tab_list("basic","TAB MENU","공지사항/가맹통신/체험담/인재채용","gooji/commun01/a2/commun19","1","600*101",5,40);?>
이렇게 적용을 했었는데요
메뉴는 뜨는반면에
리스트는 안뜨더라구요ㅡㅡ;
메뉴클릭시 게시판으로 넘어가는거보아
연결이 된거 같은데;
마우스 오버두 안돼구요
정작 리스트가 안뜨니 대략난감합니다--_-
제가 그누보드 저한지 얼마 안되다보니 무지 버벅 됩니다
혹시나 소스상에
뭐 빠져서 그런거 아닌가요?
소스 올려 봅니다
<?
include_once("_common.php");
include_once("$g4[path]/head.sub.php");
$JS_HOME = "http://www.yjmath.com/js/";
$css_HOME = "http://www.yjmath.com/css/";
?>
<html>
<html>
<head>
<title>영재마당_1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
width:267px;
height:23px;
z-index:1;
left: 678px;
top: 7px;
}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: underline;
color: #666666;
}
a:active {
text-decoration: none;
color: #666666;
}
.style11 {
font-size: 12px
}
#apDiv2 {
position:absolute;
width:200px;
height:19px;
z-index:2;
left: 464px;
top: 14px;
}
#apDiv3 {
position:absolute;
width:200px;
height:12px;
z-index:1;
left: 736px;
top: 10px;
}
#apDiv4 {
position:absolute;
width:477px;
height:21px;
z-index:2;
left: 271px;
top: 4px;
}
#apDiv5 {
position:absolute;
width:197px;
height:115px;
z-index:3;
left: -4px;
top: 224px;
}
img, a{border:0;selector-dummy:expression(this.hideFocus=true);}
}
.style12 {
color: #666666;
font-weight: bold;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="__01" width="951" height="919" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="17" colspan="4" valign="bottom"><div id="apDiv3"><span class="style11"><a href="/info/">고객센터</a> | <a href="/info/?mode=member_sitemap">사이트맵</a> | <a href="/mall/">교재몰</a></span></div>
<div id="apDiv4">
<?
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo outlogin("outlogin_top"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
</div></td>
<td width="46" height="17" valign="bottom"> </td>
<td width="1" rowspan="3"><img src="images/스페이서.gif" width="1" height="101" alt=""></td>
</tr>
<tr>
<td height="30" colspan="5" valign="bottom"><img src="images/maru.jpg" alt="" width="951" height="56" border="0" usemap="#Map2">
<map name="Map2">
<area shape="rect" coords="9,2,154,50" href="index.php">
<area shape="rect" coords="211,29,274,50" href="sc01.php">
<area shape="rect" coords="384,30,432,50" href="woo.php">
<area shape="rect" coords="534,29,586,51" href="boomoo01.php">
<area shape="rect" coords="673,29,742,50" href="ed01.php">
<area shape="rect" coords="834,29,899,51" href="ge1.php">
</map></td>
</tr>
<tr>
<td height="101" colspan="5" valign="top"><script>
nowImg = 1;
</script>
<script src="<?=$JS_HOME?>/common.js"></script>
<LINK HREF="<?=$CSS_HOME?>/common.css" REL="stylesheet" TYPE="text/css">
<script language="javascript">
<!--
function movieChange() {
var kind, obj, movieList = new Array(), topImg = new Array();
movieList[0] = "";
movieList[1] = "http://www.yjhomeschool.com/contents/media/yjmath_01.wmv";
movieList[2] = "http://www.yjhomeschool.com/contents/media/yjmath_02.wmv";
movieList[3] = "http://www.yjhomeschool.com/contents/media/yjmath_03.wmv";
movieList[4] = "http://www.yjhomeschool.com/contents/media/yjmath_04.wmv";
topImg[0] = "";
topImg[1] = "images/main_1.jpg";
topImg[2] = "images/main_2.jpg";
topImg[3] = "images/main_3.jpg";
topImg[4] = "images/main_4.jpg";
kind = arguments[0];
// obj = document.getElementById(arguments[1]);
// obj.src = "images/" + arguments[1] + "_on.gif";
document.getElementById("Player_top_img").src = topImg[kind];
document.getElementById("Player").FileName = movieList[kind];
document.getElementById("Player").play();
nowImg = kind;
for (var i = 1; i <= 4; i++) {
ImgObj = document.getElementById("Image" + i);
if (i == kind) {
ImgObj.src = "images/main_b_" + i + "_ani.gif";
} else {
ImgObj.src = "images/main_b_" + i + ".jpg";
}
}
}
/*
function getCookie( name ) {
var nameOfCookie = name + "=";
var x = 0;
while ( x <= document.cookie.length ) {
var y = (x+nameOfCookie.length);
if ( document.cookie.substring( x, y ) == nameOfCookie ) {
if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
endOfCookie = document.cookie.length;
return unescape( document.cookie.substring( y, endOfCookie ) );
}
x = document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 )
break;
}
return "";
}
window.onload = function () {
var open = false;
var cval = "popup"; // 쿠키 변수 명 popup.html 에서 만든 쿠키 변수와 동일
var winName = "";
// open 변수 값이 true 면 오픈 (쿠키값이 없을 경우) false 이면 팝업을 안띄움
open = true;
//open = false; // 팝업 사용을 안하시면 앞의 주석을 풀어 주십시요
if (getCookie(cval) != 1 && open == true) {
winName = window.open('about:blank', '', 'width=0, height=0');
if (winName) {
winName.location.href = "/popup.html";
} else {
alert('팝업 차단을 해제해 주십시요');
}
}
}
//-->
*/
</script>
<table width="925" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="925" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="images/main_1.jpg" id="Player_top_img"></td>
</tr>
<tr>
<td width="289"><a href="javascript:movieChange('1', 'Image1');" onMouseOut="MM_swapImgRestore('1')" onMouseOver="MM_swapImage('Image1','','images/main_b_1_on.jpg',1)"><img src="images/main_b_1_ani.gif" id="Image1" name="Image1" width="289" height="165" border="0"></a></td>
<td width="348" rowspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="323"><!-- 동영상 플레이어 --><div id=Player_div><script src="<?=$JS_HOME?>/player.js"></script></div></td>
</tr>
</table></td>
<td><a href="javascript:movieChange('3', 'Image3');" onMouseOut="MM_swapImgRestore('3')" onMouseOver="MM_swapImage('Image3','','images/main_b_3_on.jpg',3)"><img src="images/main_b_3.jpg" name="Image3" id="Image3" width="288" height="165" border="0"></a></td>
</tr>
<tr>
<td><a href="javascript:movieChange('2', 'Image2');" onMouseOut="MM_swapImgRestore('2')" onMouseOver="MM_swapImage('Image2','','images/main_b_2_on.jpg',2)"><img src="images/main_b_2.jpg" name="Image2" id="Image2" width="289" height="158" border="0"></a></td>
<td><a href="javascript:movieChange('4', 'Image4');" onMouseOut="MM_swapImgRestore('4')" onMouseOver="MM_swapImage('Image4','','images/main_b_4_on.jpg',4)"><img src="images/main_b_4.jpg" name="Image4" id="Image4" width="288" height="158" border="0"></a></td>
</tr>
<tr>
<td colspan="3"><img src="images/main_down.jpg" width="925" height="219"></td>
</tr>
<tr>
<td colspan="3"><img src="images/main_bottom.jpg" width="925" height="116" usemap="#main_bt_link_1" border="0"></td>
</tr>
</table>
<map name="main_bt_link_1">
<area shape="rect" coords="41,12,243,107" href="http://yjmath.com/gnuboard4/ed01.php">
<area shape="rect" coords="253,14,459,108" href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=commun01">
<area shape="rect" coords="475,36,660,127" href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=book">
<area shape="rect" coords="687,16,875,109" href="/provost/?mode=book_2_view&id=11">
</map> </td>
</tr>
</table>
<table width="925" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="233"><a href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=a2"><img src="images/main_bottom_1.jpg" width="233" height="110" border="0"></a></td>
<td width="2634" align="left" valign="top"><?=tab_list("basic","TAB MENU","공지사항/가맹통신/체험담/인재채용","gooji/commun01/a2/commun19","1","800*101",5,40);?>
<div align="center"><br>
<div align="center">
<span class="style12">copyright ⓒ 2007 영재스쿨 CO,Ltd,<br />
<a href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=commun19">채용정보</a> | <a href="http://yjmath.com/gnuboard4/bbs/board.php?bo_table=commun18">광고 및 제휴문의</a> | <a href="info05.php">이용약관</a> | <a href="info06.php">개인보호정책</a> <br />
고객센터 : *** 개인정보보호를 위한 전화번호 노출방지 ***</span></div>
댓글 전체
예)
<?=tab_list("basic","TAB MENU","게시판1/게시판2/게시판3", "1/2/3","1","600*200",5,30);//출력은 이렇게?>
참고하시면됩니다.
<?=tab_list("basic","TAB MENU","게시판1/게시판2/게시판3", "1/2/3","1","600*200",5,30);//출력은 이렇게?>
참고하시면됩니다.