<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$style_name = "mw-latest-list-$bo_table-$rows-$subject_len";
?>
<style>
.<?=$style_name?> { background-color:#262626; border:solid 2px #999999; color:#99FF00; font-weight:bold; height:24px; text-align:left; padding:5px; background-image:url(<?=$latest_skin_path?>/img/bg_sign.gif); }
.<?=$style_name?> a,
.<?=$style_name?> a:link,
.<?=$style_name?> a:visited,
.<?=$style_name?> a:active,
.<?=$style_name?> a:hover{ color:#FFCC00; font-weight:normal; text-decoration:none; }
</style>
<div class="<?=$style_name?>">
<script type="text/javascript" src="<?=$latest_skin_path?>/display.js"></script>
<script>
saybox_display = new saybox_scroll();
saybox_display.name = "saybox_display";
saybox_display.height = 15;
saybox_display.width = 570;
saybox_display.scrollspeed = 20;
saybox_display.pausedelay = 3000;
saybox_display.pausemouseover = true;
<? for ($i=0; $i<$rows; $i++) { ?>
saybox_display.add("<?=$list[$i][wr_name]?> : <a href=\"<?=$list[$i][href]?>\"><?=$list[$i][subject]?></a>");
<? } ?>
saybox_display.start();
</script>
</div>
예전에 적용했을땐 출력이 되던데 이제 출력할려니 안나오는데 뭐가 잘못인가요?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$style_name = "mw-latest-list-$bo_table-$rows-$subject_len";
?>
<style>
.<?=$style_name?> { background-color:#262626; border:solid 2px #999999; color:#99FF00; font-weight:bold; height:24px; text-align:left; padding:5px; background-image:url(<?=$latest_skin_path?>/img/bg_sign.gif); }
.<?=$style_name?> a,
.<?=$style_name?> a:link,
.<?=$style_name?> a:visited,
.<?=$style_name?> a:active,
.<?=$style_name?> a:hover{ color:#FFCC00; font-weight:normal; text-decoration:none; }
</style>
<div class="<?=$style_name?>">
<script type="text/javascript" src="<?=$latest_skin_path?>/display.js"></script>
<script>
saybox_display = new saybox_scroll();
saybox_display.name = "saybox_display";
saybox_display.height = 15;
saybox_display.width = 570;
saybox_display.scrollspeed = 20;
saybox_display.pausedelay = 3000;
saybox_display.pausemouseover = true;
<? for ($i=0; $i<$rows; $i++) { ?>
saybox_display.add("<?=$list[$i][wr_name]?> : <a href=\"<?=$list[$i][href]?>\"><?=$list[$i][subject]?></a>");
<? } ?>
saybox_display.start();
</script>
</div>
예전에 적용했을땐 출력이 되던데 이제 출력할려니 안나오는데 뭐가 잘못인가요?
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기