최근포토 스크롤에 대하여궁금한점.. 정보
최근포토 스크롤에 대하여궁금한점..본문
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr height="26">
<td width="10" background="<?=$latest_skin_path?>/img/top_01.gif"></td>
<td width="" background="<?=$latest_skin_path?>/img/top_02.gif" valign="middle">♡ <?=$board[bo_subject]?></td>
<td width="40" background="<?=$latest_skin_path?>/img/top_02.gif"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/more.gif" width="40" height="25" border="0"></a></td>
<td width="10" background="<?=$latest_skin_path?>/img/top_03.gif"></td>
</tr>
</td>
</tr>
</table>
<tr height="26">
<td width="10" background="<?=$latest_skin_path?>/img/top_01.gif"></td>
<td width="" background="<?=$latest_skin_path?>/img/top_02.gif" valign="middle">♡ <?=$board[bo_subject]?></td>
<td width="40" background="<?=$latest_skin_path?>/img/top_02.gif"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/more.gif" width="40" height="25" border="0"></a></td>
<td width="10" background="<?=$latest_skin_path?>/img/top_03.gif"></td>
</tr>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" bordercolordark="black" bordercolorlight="black">
<tr>
<td colspan="2" style="padding-top:2;">
<table align="center" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="text-align:center;">
<tr>
<td colspan="2" style="padding-top:2;">
<table align="center" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="text-align:center;">
<table width=97% border=0 bgcolor="lavenderblush"><tr>
<?
for ($i=0; $i<count($list); $i++)
{
if ($i > 0)
$title = get_text($list[$i][wr_subject]);
$content = cut_str(get_text($list[$i][wr_content]), 80);
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$latest_skin_path/img/no_image.gif";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table";
<?
for ($i=0; $i<count($list); $i++)
{
if ($i > 0)
$title = get_text($list[$i][wr_subject]);
$content = cut_str(get_text($list[$i][wr_content]), 80);
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$latest_skin_path/img/no_image.gif";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table";
echo <<<HEREDOC
<td width='100' valign='top' align='center'>
<table width='100' border='0' cellpadding='0' cellspacing='0' align='center'>
<tr><td width='100' height='5'></td></tr>
<tr><td width='100' height='80' align='center'>
<a href='$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}'><img src='{$img}' width='100' height='80' border='0' align='absmiddle' title='$title'></a>
</td></tr></table>
<tr><td width='100' height='5'></td></tr>
<tr><td width='100' height='80' align='center'>
<a href='$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}'><img src='{$img}' width='100' height='80' border='0' align='absmiddle' title='$title'></a>
</td></tr></table>
</td>
HEREDOC;
}
?>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
HEREDOC;
}
?>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
이것이 제가 사용하고있는 최근 사진을뽑아오는 스킨의 php문서인데요...
여기서 어느부분을 수정해야 오른쪽에서 왼쪽으로 움직이는 것이되나요
다른 최신글 php문서를 보며 대조해보아도 정말 모르겠네요 ㅠㅠ
머리아퍼 죽겠습니다 ㅠ_ㅠ 흑 좀 도와주셔요 ㅠ_ㅠ
댓글 전체
마퀴 태그 아니라면
자바스크립트에서 하겠죠.
자바스크립트에서 하겠죠.