최근게시물 탭메뉴 스킨 수정했는데 작동이 안되요ㅠ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최근게시물 탭메뉴 스킨 수정했는데 작동이 안되요ㅠ 정보

최근게시물 탭메뉴 스킨 수정했는데 작동이 안되요ㅠ

본문

최근게시물 탭메뉴 스킨 수정했는데 작동이 안되요ㅠ
 
뭐가 잘못됬는지 좀 봐주세요ㅠ
 
 
tap_menu3.php
 
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
//아래 4개부분 테이블명 입력요 -> co1...4 지우고...
$my_table1 = 'Food';  //식이요법
$my_table2 = 'Exercise';  //운동
$my_table3 = 'Hair';  //헤어스타일
$my_table4 = 'Wearing';  //패션코디
$my_table5 = 'Skincare';  //스킨케어
$my_table6 = 'MakeUp';  //메이크업
$my_table7 = 'couselor';  //카운셀러
$my_table8 = 'visitor';  //방명록
?>
<SCRIPT type=text/javascript>
<!--
 old_debate='1';
 function showLayer(objid){
  document.getElementById("debate"+old_debate).style.display="none";
  document.getElementById("debate"+old_debate+"#1").style.display="";
  document.getElementById("debate"+objid+"#1").style.display="none";
  document.getElementById("debate"+objid).style.display="";
  document.getElementById("debate_content"+old_debate).style.display="none";
  document.getElementById("debate_content"+objid).style.display="";
  old_debate=objid;
 }
//-->
</SCRIPT>
 
<table width="608" border="0" cellspacing="0" cellpadding="0">
 <tr>
<td>
<table width="304" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="76">
   <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TR>
                <TD id=debate1><A href='<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table1?>' title='목록으로' onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/n1_2.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
                <TD id=debate1#1  style="DISPLAY: none;"><A href="javascript:showLayer('1')" onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/n1.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
   </TR></TABLE></td>
    <td width="76">
         <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TR>
                <TD id=debate2  style="DISPLAY: none;"><A href='<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table2?>' title='목록으로' onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/n2_2.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
                <TD id=debate2#1><A href="javascript:showLayer('2')" onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/n2.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
    </TR></TABLE></td>
    <td width="76">
         <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TR>
                <TD id=debate3 style="DISPLAY: none;"><A href='<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table3?>' title='목록으로' onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/n3_2.gif' width=76 height=27 border=0 align=absmiddle></A> </TD>
                <TD id=debate3#1><A href="javascript:showLayer('3')" onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/n3.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
    </TR></TABLE></td>
    <td width="76">
         <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TR>
                <TD id=debate4 style="DISPLAY: none;"><A href='<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table4?>' title='목록으로' onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/n4_2.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
                <TD id=debate4#1><A href="javascript:showLayer('4')" onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/n4.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
    </TR></TABLE></td>
  </tr>
</table>
<table width="304"  border="1" bordercolor="#D5D3E8" cellspacing="0" cellpadding="0">
<colgroup width='1'>
<colgroup>
<colgroup width='1'>
   <tr>
       <td bgcolor='#D5D3E8'></td>
     <td bgcolor='#FFFFFF' valign='top'>
   
   <DIV id=debate_content1>
   <?=latest('basic_tap',$my_table1, 5, 50);?></DIV>
   
   <DIV id=debate_content2>
            <?=latest('basic_tap',$my_table2, 5, 50);?></DIV>
   
   <DIV id=debate_content3>
            <?=latest('basic_tap',$my_table3, 5, 50);?></DIV>
   
   <DIV id=debate_content4>
            <?=latest('basic_tap',$my_table4, 5, 50);?></DIV></td>
         <td bgcolor='#D5D3E8'></td>
   </tr>
   <tr><td colspan='3' bgcolor='#D5D3E8'></td></tr>
</table>
 
 
</td><td>
<table width="304" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="76">
   <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TR>
                <TD id=debate5><A href='<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table5?>' title='목록으로' onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/m1_2.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
                <TD id=debate5#1  style="DISPLAY: none;"><A href="javascript:showLayer('5')" onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/m1.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
   </TR></TABLE></td>
    <td width="76">
         <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TR>
                <TD id=debate6  style="DISPLAY: none;"><A href='<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table6?>' title='목록으로' onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/m2_2.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
                <TD id=debate6#1><A href="javascript:showLayer('6')" onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/m2.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
    </TR></TABLE></td>
    <td width="76">
         <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TR>
                <TD id=debate7 style="DISPLAY: none;"><A href='<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table7?>' title='목록으로' onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/m3_2.gif' width=76 height=27 border=0 align=absmiddle></A> </TD>
                <TD id=debate7#1><A href="javascript:showLayer('7')" onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/m3.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
    </TR></TABLE></td>
    <td width="76">
         <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TR>
                <TD id=debate8 style="DISPLAY: none;"><A href='<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table8?>' title='목록으로' onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/m4_2.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
                <TD id=debate8#1><A href="javascript:showLayer('8')" onfocus='this.blur()'><img src='<?=$g4[path]?>/skin/new/bada_tap_menu/tap_img/m4.gif' width=76 height=27 border=0 align=absmiddle></A></TD>
    </TR></TABLE></td>
  </tr>
</table>
<table width="304"  border="1" bordercolor="#D5D3E8" cellspacing="0" cellpadding="0">
<colgroup width='1'>
<colgroup>
<colgroup width='1'>
   <tr>
       <td bgcolor='#D5D3E8'></td>
     <td bgcolor='#FFFFFF' valign='top'>
   
   <DIV id=debate_content5>
   <?=latest('basic_tap',$my_table5, 5, 50);?></DIV>
   
   <DIV id=debate_content6>
            <?=latest('basic_tap',$my_table6, 5, 50);?></DIV>
   
   <DIV id=debate_content7>
            <?=latest('basic_tap',$my_table7, 5, 50);?></DIV>
   
   <DIV id=debate_content8>
            <?=latest('basic_tap',$my_table8, 5, 50);?></DIV></td>
         <td bgcolor='#D5D3E8'></td>
   </tr>
   <tr><td colspan='3' bgcolor='#D5D3E8'></td></tr>
</table>
 
 
</td></tr>
</table>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로