|
|
|
19년 전
|
조회 1,580
|
|
|
|
19년 전
|
조회 1,523
|
|
|
|
19년 전
|
조회 1,825
|
|
|
|
19년 전
|
조회 1,726
|
|
|
|
19년 전
|
조회 1,534
|
|
|
|
19년 전
|
조회 1,705
|
|
|
|
19년 전
|
조회 1,511
|
|
|
|
19년 전
|
조회 1,813
|
|
|
|
19년 전
|
조회 2,169
|
|
|
|
19년 전
|
조회 1,600
|
|
|
|
19년 전
|
조회 1,518
|
|
|
|
19년 전
|
조회 1,568
|
|
|
|
19년 전
|
조회 1,706
|
|
|
|
19년 전
|
조회 1,543
|
|
|
|
19년 전
|
조회 1,591
|
|
|
|
19년 전
|
조회 1,598
|
|
|
|
19년 전
|
조회 1,667
|
|
|
|
19년 전
|
조회 1,837
|
|
|
|
19년 전
|
조회 1,511
|
|
|
|
19년 전
|
조회 1,642
|
댓글 4개
이전글 / 다음글 링크버튼
<? if ($prev_href) { echo "<a href=\"$prev_href\" title=\"$prev_wr_subject\"><img src='$board_skin_path/img/btn_prev.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($next_href) { echo "<a href=\"$next_href\" title=\"$next_wr_subject\"><img src='$board_skin_path/img/btn_next.gif' border='0' align='absmiddle'></a> "; } ?>
리스트 링크버튼
<? if ($search_href) { echo "<a href=\"$search_href\"><img src='$board_skin_path/img/btn_search_list.gif' border='0' align='absmiddle'></a> "; } ?>
<? echo "<a href=\"$list_href&sca=$sca\"><img src='$board_skin_path/img/btn_list.gif' border='0' align='absmiddle'></a> "; ?>
<!-- 링크 버튼 -->
<?
ob_start();
?>
<table width='100%' cellpadding=0 cellspacing=0>
<tr height=35>
<td width=75%>
<? if ($search_href) { echo "<a href=\"$search_href\"><img src='$board_skin_path/img/btn_search_list.gif' border='0' align='absmiddle'></a> "; } ?>
<? echo "<a href=\"$list_href\"><img src='$board_skin_path/img/btn_list.gif' border='0' align='absmiddle'></a> "; ?>
<? if ($write_href) { echo "<a href=\"$write_href\"><img src='$board_skin_path/img/btn_write.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($reply_href) { echo "<a href=\"$reply_href\"><img src='$board_skin_path/img/btn_reply.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($update_href) { echo "<a href=\"$update_href\"><img src='$board_skin_path/img/btn_update.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($delete_href) { echo "<a href=\"$delete_href\"><img src='$board_skin_path/img/btn_delete.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($good_href) { echo "<a href=\"$good_href\" target='hiddenframe'><img src='$board_skin_path/img/btn_good.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($nogood_href) { echo "<a href=\"$nogood_href\" target='hiddenframe'><img src='$board_skin_path/img/btn_nogood.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($scrap_href) { echo "<a href=\"javascript:;\" onclick=\"win_scrap('$scrap_href');\"><img src='$board_skin_path/img/btn_scrap.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($copy_href) { echo "<a href=\"$copy_href\"><img src='$board_skin_path/img/btn_copy.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($move_href) { echo "<a href=\"$move_href\"><img src='$board_skin_path/img/btn_move.gif' border='0' align='absmiddle'></a> "; } ?>
</td>
<td width=25% align=right>
<? if ($prev_href) { echo "<a href=\"$prev_href\" title=\"$prev_wr_subject\"><img src='$board_skin_path/img/btn_prev.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($next_href) { echo "<a href=\"$next_href\" title=\"$next_wr_subject\"><img src='$board_skin_path/img/btn_next.gif' border='0' align='absmiddle'></a> "; } ?>
</td>
</tr>
</table>
<?
$link_buttons = ob_get_contents();
ob_end_flush();
?>
아래 이넘에게 뒤집어 씌우세요..
즉, <?=$link_buttons?> 없애고 위의 내용이 들어 가겠지요...
<?=$link_buttons?>
<!-- 링크 버튼 --> AA
<?
ob_start();
?>
<table width='100%' cellpadding=0 cellspacing=0>
...
</table>
<?
$link_buttons = ob_get_contents();
ob_end_flush();
?> BB
...
<?
// 코멘트 입출력
include_once("./view_comment.php");
?>
<?=$link_buttons?>
======================================================================
이렇게 되어 있습니다.
AA부터 BB까지를
<?=$link_buttons?>
자리로 옮기세요.