동영상 게시판 정보
동영상 게시판
본문
댓글 전체
list.skin.php 스킨을 업로드 해보심이
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style type="text/css">
<!--
.title:link { COLOR: #01704F; TEXT-DECORATION: none ; letter-spacing: -1px; font-weight:bold; }
.title:visited {COLOR: #01704F; TEXT-DECORATION: none; letter-spacing: -1px; font-weight:bold;}
.title:hover { COLOR: #FF6600; TEXT-DECORATION: none; letter-spacing: -1px; font-weight:bold;}
-->
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="168" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="16"><img src="<?=$latest_skin_path?>/img/stick.gif" width="5" height="16" hspace="6"></td>
<td width="122" height="25" style="padding-top:5px;"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>' class="title"><?=$board[bo_subject]?></a></td>
<td width="30" style="padding-top:5px;"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/more.gif" width="30" height="11" border="0"></a></td>
</tr>
<tr>
<td colspan="3"><table width="168" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="72" bgcolor="#EF4900"><img src="<?=$latest_skin_path?>/img/spacer.gif" width="1" height="1"></td>
<td width="96" bgcolor="#FBB95B"><img src="<?=$latest_skin_path?>/img/spacer.gif" width="1" height="1"></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><img src="<?=$latest_skin_path?>/img/spacer.gif" width="1" height="2"></td>
</tr>
</table></td>
</tr>
<? for ($i=0; $i<count($list); $i++) {
$img="$g4[path]/data/file/$bo_table/thumb/{$list[$i][wr_id]}";
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$latest_skin_path/img/no_image.gif";
?><tr>
<td>
<table width="168" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="2" colspan="3" ></td>
</tr>
<tr>
<td width="77"> <table width="77" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"></td>
<td width="76"><table width="62" border="0" cellpadding="1" cellspacing="0" bgcolor="#EAEAEA">
<tr>
<td width="60" ><table border="0" cellpadding="3" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td><a href=javascript:// onClick="window.open('<?=$g4[path]?>/skin/board/movie/movie.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=100,left=100,width=741,height=472');"><img src='<?=$img?>' width='70' height="53" border=0></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="8"></td>
<td width="83" valign="top"><table width="83" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="13" valign="top"><img src="<?=$latest_skin_path?>/img/arr.gif" width="13" height="11" vspace="3"></td>
<td width="70" style="padding-left:3px; LINE-HEIGHT: 145%;"><a href=javascript:// onClick="window.open('<?=$g4[path]?>/skin/board/movie/movie.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=100,left=100,width=741,height=472');">
<?=cut_str(strip_tags($list[$i][wr_1]),8,"...")?></a></td>
</tr>
<tr>
<td height="1" colspan="2" bgcolor="#E7E7E7"></td>
</tr>
<tr>
<td valign="top"><img src="<?=$latest_skin_path?>/img/arr.gif" width="13" height="11" vspace="3"></td>
<td style="padding-left:3px;"><span class=c_date>
<?=$list[$i][wr_2]?>
</span></td>
</tr>
<tr>
<td height="1" colspan="2" bgcolor="#E7E7E7"></td>
</tr>
<tr>
<td></td>
<td style="padding-left:3px;"><a href=javascript:// onClick="window.open('<?=$g4[path]?>/skin/board/movie/movie.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=100,left=100,width=741,height=472');"> <img src="<?=$latest_skin_path?>/img/view.gif" width="44" height="13" vspace="3" border="0"></a></td>
</tr>
<tr>
<td height="1" colspan="2" bgcolor="#E7E7E7"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="2" colspan="3" ></td>
</tr>
<tr>
<td colspan="3"><table width="168" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="13" valign="top"><img src="<?=$latest_skin_path?>/img/arr.gif" width="13" height="11" vspace="3"></td>
<td width="155" style="padding-left:3px; LINE-HEIGHT: 145%;"><a href=javascript:// onClick="window.open('<?=$g4[path]?>/skin/board/movie/movie.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=100,left=100,width=420,height=484');">
<?=$list[$i][subject]?>
</a>
<?=$list[$i][icon_new]?>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr> <td height='50' align='center' class='no_list'>게시물이 없습니다.</td></tr>"; } ?>
</table>
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style type="text/css">
<!--
.title:link { COLOR: #01704F; TEXT-DECORATION: none ; letter-spacing: -1px; font-weight:bold; }
.title:visited {COLOR: #01704F; TEXT-DECORATION: none; letter-spacing: -1px; font-weight:bold;}
.title:hover { COLOR: #FF6600; TEXT-DECORATION: none; letter-spacing: -1px; font-weight:bold;}
-->
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="168" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="16"><img src="<?=$latest_skin_path?>/img/stick.gif" width="5" height="16" hspace="6"></td>
<td width="122" height="25" style="padding-top:5px;"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>' class="title"><?=$board[bo_subject]?></a></td>
<td width="30" style="padding-top:5px;"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/more.gif" width="30" height="11" border="0"></a></td>
</tr>
<tr>
<td colspan="3"><table width="168" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="72" bgcolor="#EF4900"><img src="<?=$latest_skin_path?>/img/spacer.gif" width="1" height="1"></td>
<td width="96" bgcolor="#FBB95B"><img src="<?=$latest_skin_path?>/img/spacer.gif" width="1" height="1"></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><img src="<?=$latest_skin_path?>/img/spacer.gif" width="1" height="2"></td>
</tr>
</table></td>
</tr>
<? for ($i=0; $i<count($list); $i++) {
$img="$g4[path]/data/file/$bo_table/thumb/{$list[$i][wr_id]}";
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$latest_skin_path/img/no_image.gif";
?><tr>
<td>
<table width="168" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="2" colspan="3" ></td>
</tr>
<tr>
<td width="77"> <table width="77" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"></td>
<td width="76"><table width="62" border="0" cellpadding="1" cellspacing="0" bgcolor="#EAEAEA">
<tr>
<td width="60" ><table border="0" cellpadding="3" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td><a href=javascript:// onClick="window.open('<?=$g4[path]?>/skin/board/movie/movie.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=100,left=100,width=741,height=472');"><img src='<?=$img?>' width='70' height="53" border=0></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="8"></td>
<td width="83" valign="top"><table width="83" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="13" valign="top"><img src="<?=$latest_skin_path?>/img/arr.gif" width="13" height="11" vspace="3"></td>
<td width="70" style="padding-left:3px; LINE-HEIGHT: 145%;"><a href=javascript:// onClick="window.open('<?=$g4[path]?>/skin/board/movie/movie.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=100,left=100,width=741,height=472');">
<?=cut_str(strip_tags($list[$i][wr_1]),8,"...")?></a></td>
</tr>
<tr>
<td height="1" colspan="2" bgcolor="#E7E7E7"></td>
</tr>
<tr>
<td valign="top"><img src="<?=$latest_skin_path?>/img/arr.gif" width="13" height="11" vspace="3"></td>
<td style="padding-left:3px;"><span class=c_date>
<?=$list[$i][wr_2]?>
</span></td>
</tr>
<tr>
<td height="1" colspan="2" bgcolor="#E7E7E7"></td>
</tr>
<tr>
<td></td>
<td style="padding-left:3px;"><a href=javascript:// onClick="window.open('<?=$g4[path]?>/skin/board/movie/movie.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=100,left=100,width=741,height=472');"> <img src="<?=$latest_skin_path?>/img/view.gif" width="44" height="13" vspace="3" border="0"></a></td>
</tr>
<tr>
<td height="1" colspan="2" bgcolor="#E7E7E7"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="2" colspan="3" ></td>
</tr>
<tr>
<td colspan="3"><table width="168" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="13" valign="top"><img src="<?=$latest_skin_path?>/img/arr.gif" width="13" height="11" vspace="3"></td>
<td width="155" style="padding-left:3px; LINE-HEIGHT: 145%;"><a href=javascript:// onClick="window.open('<?=$g4[path]?>/skin/board/movie/movie.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=100,left=100,width=420,height=484');">
<?=$list[$i][subject]?>
</a>
<?=$list[$i][icon_new]?>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr> <td height='50' align='center' class='no_list'>게시물이 없습니다.</td></tr>"; } ?>
</table>