|
|
|
15년 전
|
조회 1,194
|
|
|
|
15년 전
|
조회 969
|
|
|
|
15년 전
|
조회 1,194
|
|
|
|
15년 전
|
조회 1,561
|
|
|
|
15년 전
|
조회 2,837
|
|
|
|
15년 전
|
조회 1,218
|
|
|
|
15년 전
|
조회 1,371
|
|
|
|
15년 전
|
조회 1,730
|
|
|
예감
|
15년 전
|
조회 2,476
|
|
|
|
15년 전
|
조회 1,013
|
|
|
|
15년 전
|
조회 974
|
|
|
|
15년 전
|
조회 1,074
|
|
|
|
15년 전
|
조회 1,582
|
|
|
|
15년 전
|
조회 1,648
|
|
|
|
15년 전
|
조회 1,555
|
|
|
|
15년 전
|
조회 945
|
|
|
|
15년 전
|
조회 2,786
|
|
|
|
15년 전
|
조회 1,220
|
|
|
|
15년 전
|
조회 1,535
|
|
|
|
15년 전
|
조회 1,150
|
댓글 2개
<?
if ($wr_id == $list[$i][wr_id]) // 현재위치
echo "<b>".$list[$i][num]."</b>";
// echo "<img src=\"$g4[path]/img/이미지출력시.gif\" width=10 height=10 border=0 />";
else
echo $list[$i][num];
?>
<?
if ($wr_id == $list[$i][wr_id]) // 현재위치
echo "<span style='color:#616161; font-weight:bold;'>{$list[$i][subject]}</span>";
else
echo "<a href='{$list[$i][href]}' onfocus='this.blur()'>{$list[$i][subject]}</a>";
?>