제목에 마우스 오버시 글 내용 출력하기(그룹 최근 게시물) 정보
제목에 마우스 오버시 글 내용 출력하기(그룹 최근 게시물)본문
그룹 최근 게시물입니다. 리스트에서 마우스를 오버하면 간단한 내용이 레이어형식으로 출력되는것 있잖아요?
title='{$row[wr_content]}' 요런것 말입니다.
아래 소스에서 어디를 손 봐야 하는지 잘 모르겠네요??? ㅠ.ㅠ
------------------------------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$gr = get_group($gr_id);
?>
<table align="center" cellpadding="0" cellspacing="0" width="100%">
<tr><td width="3"></td>
<td><table align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<? for ($i=0; $i<count($list); $i++) {?>
<tr>td height="25" style="padding-top:4px;" >
<span style='color:#0066CC;font-weight:bold;'>ㆍ</span>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font color=#0066CC>[{$list[$i]['bo_subject']}]</font> <font style='font-family:돋움;'>{$list[$i]['subject']}</font>";
else
echo "<font color=#0066CC>[{$list[$i]['bo_subject']}]</font> <font style='font-family:돋움;'>{$list[$i]['subject']}</font>";
echo "</a>";
echo " " . $list[$i]['icon_new'];
echo "<tr><td height=\"1\" background=\"{$latest_skin_path}/img/line.gif\" border=\"0\"></td></tr>";
?>
</td>
<td width="0" align="right"></td>
<td width='5'></td>
<!--게시물 추출 글자 설정 끝-->
title='{$row[wr_content]}' 요런것 말입니다.
아래 소스에서 어디를 손 봐야 하는지 잘 모르겠네요??? ㅠ.ㅠ
------------------------------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$gr = get_group($gr_id);
?>
<table align="center" cellpadding="0" cellspacing="0" width="100%">
<tr><td width="3"></td>
<td><table align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<? for ($i=0; $i<count($list); $i++) {?>
<tr>td height="25" style="padding-top:4px;" >
<span style='color:#0066CC;font-weight:bold;'>ㆍ</span>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font color=#0066CC>[{$list[$i]['bo_subject']}]</font> <font style='font-family:돋움;'>{$list[$i]['subject']}</font>";
else
echo "<font color=#0066CC>[{$list[$i]['bo_subject']}]</font> <font style='font-family:돋움;'>{$list[$i]['subject']}</font>";
echo "</a>";
echo " " . $list[$i]['icon_new'];
echo "<tr><td height=\"1\" background=\"{$latest_skin_path}/img/line.gif\" border=\"0\"></td></tr>";
?>
</td>
<td width="0" align="right"></td>
<td width='5'></td>
<!--게시물 추출 글자 설정 끝-->
댓글 전체