사용자: 아이콘 작업 중
BIN
skin/board/neo/img/icon_hot.gif
Normal file
|
After Width: | Height: | Size: 76 B |
BIN
skin/board/neo/img/icon_link.gif
Normal file
|
After Width: | Height: | Size: 215 B |
BIN
skin/board/neo/img/icon_new.gif
Normal file
|
After Width: | Height: | Size: 79 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 80 B |
@ -99,10 +99,10 @@ for ($i=0; $i<count($list); $i++) {
|
||||
echo $list[$i]['icon_reply'];
|
||||
if ($is_category && $list[$i]['ca_name']) {
|
||||
?>
|
||||
<a href="<?=$list[$i]['ca_name_href']?>" class="bo_cate_link<? if ($wr_id == $list[$i]['wr_id']) echo " bo_current";?>"><?=$list[$i]['ca_name']?></a>
|
||||
<a href="<?=$list[$i]['ca_name_href']?>" class="bo_cate_link"><?=$list[$i]['ca_name']?></a>
|
||||
<? } ?>
|
||||
|
||||
<a href="<?=$list[$i]['href']?>"<? if ($wr_id == $list[$i]['wr_id']) echo " class=\"bo_current\"";?>>
|
||||
<a href="<?=$list[$i]['href']?>">
|
||||
<?=$list[$i]['subject']?>
|
||||
<? if ($list[$i]['comment_cnt']) { ?><span class="sound_only">댓글</span><?=$list[$i]['comment_cnt'];?><span class="sound_only">개</span><? } ?>
|
||||
</a>
|
||||
@ -112,9 +112,9 @@ for ($i=0; $i<count($list); $i++) {
|
||||
// if ($list[$i]['file']['count']) { echo '<'.$list[$i]['file']['count'].'>'; }
|
||||
|
||||
if (isset($list[$i]['icon_new'])) echo $list[$i]['icon_new'];
|
||||
if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot'];
|
||||
if (isset($list[$i]['icon_file'])) echo $list[$i]['icon_file'];
|
||||
if (isset($list[$i]['icon_link'])) echo $list[$i]['icon_link'];
|
||||
if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot'];
|
||||
if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret'];
|
||||
?>
|
||||
</td>
|
||||
|
||||
@ -28,7 +28,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
||||
<article id="c_<?=$comment_id?>" <?if ($cmt_depth) {?>style="margin-left:<?=$cmt_depth?>px"<?}?>>
|
||||
<header>
|
||||
<h1><?=$list[$i]['name']?><span class="sound_only">님의 댓글</span></h1>
|
||||
<? if ($cmt_depth) {?><img src="<?=$g4['path']?>/img/icon/icon_re.gif" alt="댓글의 댓글"><? } ?>
|
||||
<? if ($cmt_depth) {?><img src="<?=$board_skin_path?>/img/icon_reply.gif" alt="댓글의 댓글"><? } ?>
|
||||
<dl class="bo_vc_info">
|
||||
<? if ($is_ip_view) { ?>
|
||||
<dt>아이피</dt>
|
||||
|
||||
|
Before Width: | Height: | Size: 69 B |
|
Before Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 54 B |
|
Before Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 63 B |
|
Before Width: | Height: | Size: 163 B |
|
Before Width: | Height: | Size: 126 B |
|
Before Width: | Height: | Size: 332 B |
|
Before Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 76 B |
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 215 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 79 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 80 B |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 72 B |
|
Before Width: | Height: | Size: 405 B |
|
Before Width: | Height: | Size: 426 B |
|
Before Width: | Height: | Size: 96 B |
@ -23,9 +23,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
|
||||
|
||||
if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new'];
|
||||
if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot'];
|
||||
if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file'];
|
||||
if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link'];
|
||||
if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot'];
|
||||
if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret'];
|
||||
?>
|
||||
</li>
|
||||
|
||||