최신리스트 이동? 정보
최신리스트 이동?
본문
http://mm4305.cafe24.com/ 우측에 신규매물리스트에서 화살표를 클릭시 이동하게
하고 싶은데요... 어찌해야 하나요?
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="board_list">
<?php
for ($i=0; $i<count($list); $i++) {
$bg = $i%2 ? 0 : 1;
?>
<?php
$wr_1 = explode(' ', $list[$i]['wr_1']);
$wr_3 = explode('&', $list[$i]['wr_3']);
$wr_4 = explode('&', $list[$i]['wr_4']);
$wr_link1 = explode('&', $list[$i]['wr_link1']);
?>
<tr class="bg<?=$bg?>">
<td onclick="location.href='<?php echo $list[$i]['href']; ?>';" style="cursor:pointer;"><?php echo ace_thumbnail("{$list[$i]['file']['0']['path']}/{$list[$i]['file']['0']['file']}", "{$list[$i]['file']['0']['path']}/thumb.132.99.{$list[$i]['file']['0']['file']}", 132, 99); ?>
</td>
</tr>
<tr class="bg<?=$bg?>">
<td align="center"><a href="<?php echo $list[$i]['../best/href']; ?>" style="color:#000000;">
<a href="<?php echo $list[$i]['href']; ?>" style="color:#000000; font-weight:bold;"><?php $array = explode(' ', $list[$i]['wr_1']); echo $array['0']; ?>
<span style="font-size:10pt; font-family:verdana;">-</span><?php echo $list[$i]['ca_name']; ?></a></td>
</tr>
<tr class="bg<?=$bg?>">
<td align="center">보증금/월세<br />
<span class="style1"><font color=333333><?php echo $wr_link1['0']; ?>만원/<?php echo $wr_link1['1']; ?>만원</span></td>
</tr><tr class="bg<?=$bg?>"><td height="2" colspan="3"></td></tr>
<tr><td height="1" background="<?php echo $latest_skin_path; ?>/img/g_dot.gif" colspan="3"></td></tr>
<?php } ?>
</table>
하고 싶은데요... 어찌해야 하나요?
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="board_list">
<?php
for ($i=0; $i<count($list); $i++) {
$bg = $i%2 ? 0 : 1;
?>
<?php
$wr_1 = explode(' ', $list[$i]['wr_1']);
$wr_3 = explode('&', $list[$i]['wr_3']);
$wr_4 = explode('&', $list[$i]['wr_4']);
$wr_link1 = explode('&', $list[$i]['wr_link1']);
?>
<tr class="bg<?=$bg?>">
<td onclick="location.href='<?php echo $list[$i]['href']; ?>';" style="cursor:pointer;"><?php echo ace_thumbnail("{$list[$i]['file']['0']['path']}/{$list[$i]['file']['0']['file']}", "{$list[$i]['file']['0']['path']}/thumb.132.99.{$list[$i]['file']['0']['file']}", 132, 99); ?>
</td>
</tr>
<tr class="bg<?=$bg?>">
<td align="center"><a href="<?php echo $list[$i]['../best/href']; ?>" style="color:#000000;">
<a href="<?php echo $list[$i]['href']; ?>" style="color:#000000; font-weight:bold;"><?php $array = explode(' ', $list[$i]['wr_1']); echo $array['0']; ?>
<span style="font-size:10pt; font-family:verdana;">-</span><?php echo $list[$i]['ca_name']; ?></a></td>
</tr>
<tr class="bg<?=$bg?>">
<td align="center">보증금/월세<br />
<span class="style1"><font color=333333><?php echo $wr_link1['0']; ?>만원/<?php echo $wr_link1['1']; ?>만원</span></td>
</tr><tr class="bg<?=$bg?>"><td height="2" colspan="3"></td></tr>
<tr><td height="1" background="<?php echo $latest_skin_path; ?>/img/g_dot.gif" colspan="3"></td></tr>
<?php } ?>
</table>
댓글 전체