사용자: 게시판스킨 댓글 아이콘 추가

This commit is contained in:
whitedot
2013-01-18 09:37:11 +09:00
parent 6fab866ee1
commit e521e87595
3 changed files with 2 additions and 2 deletions

BIN
img/icon/icon_re.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View File

@ -31,6 +31,7 @@ if ($is_nogood) $colspan++;
<form name="fsearch" method="get">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sca" value="<?=$sca?>">
<input type="hidden" name="sop" value="and">
<select name="sfl" title="검색대상">
<option value="wr_subject">제목</option>
<option value="wr_content">내용</option>
@ -41,7 +42,6 @@ if ($is_nogood) $colspan++;
<option value="wr_name,0">글쓴이(코)</option>
</select>
<input name="stx" class="fieldset_input required" maxlength="15" size="15" required value="<?=stripslashes($stx)?>" title="검색어">
<input type="hidden" name="sop" value="and">
<input type="submit" class="fieldset_submit" value="검색">
</form>
</fieldset>

View File

@ -27,7 +27,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<article id="c_<?=$comment_id?>" <?if ($comment_depth) {?>style="margin-left:<?=$comment_depth?>px"<?}?>>
<header>
<h1><?=$list[$i]['name']?><span class="sound_only">님의 댓글</span></h1>
<? if ($comment_depth) {?><img src="" alt="댓글의 댓글"><? } ?>
<? if ($comment_depth) {?><img src="<?=$g4['path']?>/img/icon/icon_re.gif" alt="댓글의 댓글"><? } ?>
<dl class="bo_vc_info">
<? if ($is_ip_view) { ?>
<dt>아이피</dt>