탑스쿨님 스킨중에서요~ 어느부분이 에러나는지 모르겟네요.. 고수님들 도움좀욤~~ 정보
탑스쿨님 스킨중에서요~ 어느부분이 에러나는지 모르겟네요.. 고수님들 도움좀욤~~
본문
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style>
div{
scrollbar-face-color:#eeeeee;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-shadow-color: #cccccc;
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #eeeeee;
scrollbar-arrow-color: #999999
}
#pop<?=$list[$i][po_id]?>{
position:absolute;
width:<?=$list[$i][po_width]?>px;
height:<?=$list[$i][po_height]?>px;
filter:alpha(opacity=100);
overflow : hidden;
z-index:9999000;
/*동영상이랑 퀵메뉴에서 z-index.*/
}
</style>
<div id="pop<?=$list[$i][po_id]?>">
<div style="width:<?=$list[$i][po_width]?>px;overflow:hidden;">
<table cellpadding="0" cellspacing="0" bgcolor="#edf2fc" width="100%" height="100%">
<tr style="background: url('<?=$popup_skin_path;?>/img/pop_l_t.gif') top repeat-x;">
<td width="11" valign="top" height="11"><img src="<?=$popup_skin_path;?>/img/pop_l_tl.gif"></td>
<td></td>
<td width="11" align="right" valign="top"><img src="<?=$popup_skin_path;?>/img/pop_l_tr.gif"></td>
</tr>
<tr>
<td style="background: url('<?=$popup_skin_path;?>/img/pop_l_l.gif') left repeat-y;" height="11"></td>
<td>
<div style="overflow:<?=$list[$i][overflow]?>;">
<table cellspacing="0" cellpadding="0" bgcolor="#ffffff" width="100%" height="<?=$list[$i][po_height]-42;?>">
<tr style="background: url('<?=$popup_skin_path;?>/img/pop_w_bg.gif') top repeat-x;">
<td width="7" height="7"><img src="<?=$popup_skin_path;?>/img/pop_w_tl.gif"></td>
<td></td>
<td align="right"><img src="<?=$popup_skin_path;?>/img/pop_w_tr.gif"></td>
</tr>
<tr>
<td style="background: url('<?=$popup_skin_path;?>/img/pop_w_bg.gif') left repeat-y;"></td>
<td valign="top">
<div style="color:#657db9;font-weight:bold;border-bottom:1px #cccccc solid;margin:10px;height:30px"><?=$list[$i][po_subject]?></div>
<div style="margin:10px;"><?=$list[$i][po_content]?></div>
</td>
<td style="background: url('<?=$popup_skin_path;?>/img/pop_w_bg.gif') right repeat-y;"></td>
</tr>
<tr style="background: url('<?=$popup_skin_path;?>/img/pop_w_bg.gif') bottom repeat-x;">
<td height="7"><img src="<?=$popup_skin_path;?>/img/pop_w_bl.gif"></td>
<td></td>
<td align="right"><img src="<?=$popup_skin_path;?>/img/pop_w_br.gif"></td>
</tr>
</table>
</div>
<div style="width:100%;background:#000000;color:#FFFFFF;text-align:left;padding-right:5px;font-size:12px;">
<input type="checkbox" id="expirehours<?=$list[$i][po_id];?>" name="expirehours<?=$list[$i][po_id];?>" value="<?=$list[$i][po_expirehours];?>"><?=$list[$i][po_expirehours]?>시간 동안 이 창을 다시 열지 않음
<a href="javascript:layer_close(<?=$list[$i][po_id];?><?=($list[$i][po_actc])?",'{$list[$i][po_actc]}'":"";?>)"><img src="<?=$popup_skin_path;?>/img/close.jpg" width="11" height="11" border="0"></a>
</div>
</td>
<td style="background: url('<?=$popup_skin_path;?>/img/pop_l_r.gif') right repeat-y;"></td>
</tr>
<tr style="background: url('<?=$popup_skin_path;?>/img/pop_l_b.gif') bottom repeat-x;">
<td valign="bottom"><img src="<?=$popup_skin_path;?>/img/pop_l_bl.gif"></td>
<td></td>
<td align="right" valign="bottom"><img src="<?=$popup_skin_path;?>/img/pop_l_br.gif"></td>
</tr>
</table>
</div>
</div>
<script language='JavaScript'>
function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat" && !window.opera)? document.documentElement : document.body
}
<?if($list[$i][po_leftcenter]){?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.left = (ietruebody().clientWidth / 2) + <?=$list[$i][po_left]?> + "px";
<?}else{?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.left = <?=$list[$i][po_left]?> + "px";
<?}?>
<?if($list[$i][po_topcenter]){?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.top = (ietruebody().clientHeight / 2) + <?=$list[$i][po_top]?> + "px";
<?}else{?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.top = <?=$list[$i][po_top]?> + "px";
<?}?>
<?if(!$list[$i][po_act]){?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.display = "";
<?}?>
selectbox_hidden("pop<?=$list[$i][po_id]?>");
<?if($list[$i][po_act] != "" && $list[$i][po_popstyle] == 1){?>
<?=$list[$i][po_act];?>(document.getElementById("pop<?=$list[$i][po_id]?>"),<?=$list[$i][po_delay];?>);
<?}?>
</script>
>>
탑스쿨님 스킨중에서요~ 어느부분이 에러나는지 모르겟네요.. 고수님들 도움좀욤~~
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style>
div{
scrollbar-face-color:#eeeeee;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-shadow-color: #cccccc;
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #eeeeee;
scrollbar-arrow-color: #999999
}
#pop<?=$list[$i][po_id]?>{
position:absolute;
width:<?=$list[$i][po_width]?>px;
height:<?=$list[$i][po_height]?>px;
filter:alpha(opacity=100);
overflow : hidden;
z-index:9999000;
/*동영상이랑 퀵메뉴에서 z-index.*/
}
</style>
<div id="pop<?=$list[$i][po_id]?>">
<div style="width:<?=$list[$i][po_width]?>px;overflow:hidden;">
<table cellpadding="0" cellspacing="0" bgcolor="#edf2fc" width="100%" height="100%">
<tr style="background: url('<?=$popup_skin_path;?>/img/pop_l_t.gif') top repeat-x;">
<td width="11" valign="top" height="11"><img src="<?=$popup_skin_path;?>/img/pop_l_tl.gif"></td>
<td></td>
<td width="11" align="right" valign="top"><img src="<?=$popup_skin_path;?>/img/pop_l_tr.gif"></td>
</tr>
<tr>
<td style="background: url('<?=$popup_skin_path;?>/img/pop_l_l.gif') left repeat-y;" height="11"></td>
<td>
<div style="overflow:<?=$list[$i][overflow]?>;">
<table cellspacing="0" cellpadding="0" bgcolor="#ffffff" width="100%" height="<?=$list[$i][po_height]-42;?>">
<tr style="background: url('<?=$popup_skin_path;?>/img/pop_w_bg.gif') top repeat-x;">
<td width="7" height="7"><img src="<?=$popup_skin_path;?>/img/pop_w_tl.gif"></td>
<td></td>
<td align="right"><img src="<?=$popup_skin_path;?>/img/pop_w_tr.gif"></td>
</tr>
<tr>
<td style="background: url('<?=$popup_skin_path;?>/img/pop_w_bg.gif') left repeat-y;"></td>
<td valign="top">
<div style="color:#657db9;font-weight:bold;border-bottom:1px #cccccc solid;margin:10px;height:30px"><?=$list[$i][po_subject]?></div>
<div style="margin:10px;"><?=$list[$i][po_content]?></div>
</td>
<td style="background: url('<?=$popup_skin_path;?>/img/pop_w_bg.gif') right repeat-y;"></td>
</tr>
<tr style="background: url('<?=$popup_skin_path;?>/img/pop_w_bg.gif') bottom repeat-x;">
<td height="7"><img src="<?=$popup_skin_path;?>/img/pop_w_bl.gif"></td>
<td></td>
<td align="right"><img src="<?=$popup_skin_path;?>/img/pop_w_br.gif"></td>
</tr>
</table>
</div>
<div style="width:100%;background:#000000;color:#FFFFFF;text-align:left;padding-right:5px;font-size:12px;">
<input type="checkbox" id="expirehours<?=$list[$i][po_id];?>" name="expirehours<?=$list[$i][po_id];?>" value="<?=$list[$i][po_expirehours];?>"><?=$list[$i][po_expirehours]?>시간 동안 이 창을 다시 열지 않음
<a href="javascript:layer_close(<?=$list[$i][po_id];?><?=($list[$i][po_actc])?",'{$list[$i][po_actc]}'":"";?>)"><img src="<?=$popup_skin_path;?>/img/close.jpg" width="11" height="11" border="0"></a>
</div>
</td>
<td style="background: url('<?=$popup_skin_path;?>/img/pop_l_r.gif') right repeat-y;"></td>
</tr>
<tr style="background: url('<?=$popup_skin_path;?>/img/pop_l_b.gif') bottom repeat-x;">
<td valign="bottom"><img src="<?=$popup_skin_path;?>/img/pop_l_bl.gif"></td>
<td></td>
<td align="right" valign="bottom"><img src="<?=$popup_skin_path;?>/img/pop_l_br.gif"></td>
</tr>
</table>
</div>
</div>
<script language='JavaScript'>
function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat" && !window.opera)? document.documentElement : document.body
}
<?if($list[$i][po_leftcenter]){?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.left = (ietruebody().clientWidth / 2) + <?=$list[$i][po_left]?> + "px";
<?}else{?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.left = <?=$list[$i][po_left]?> + "px";
<?}?>
<?if($list[$i][po_topcenter]){?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.top = (ietruebody().clientHeight / 2) + <?=$list[$i][po_top]?> + "px";
<?}else{?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.top = <?=$list[$i][po_top]?> + "px";
<?}?>
<?if(!$list[$i][po_act]){?>
document.getElementById("pop<?=$list[$i][po_id]?>").style.display = "";
<?}?>
selectbox_hidden("pop<?=$list[$i][po_id]?>");
<?if($list[$i][po_act] != "" && $list[$i][po_popstyle] == 1){?>
<?=$list[$i][po_act];?>(document.getElementById("pop<?=$list[$i][po_id]?>"),<?=$list[$i][po_delay];?>);
<?}?>
</script>
>>
탑스쿨님 스킨중에서요~ 어느부분이 에러나는지 모르겟네요.. 고수님들 도움좀욤~~
댓글 전체
코드 읽기가 힘들어용~~ 이렇게 올려주시면 어떻게 알아요~~~~~~ 어떤 에러가 나는지 올려주셔야죵!!

아하 그렇군요 감사합니다^^ 해결하엿습니다^^