후기 내용이 클릭해도 무반응이에요 원인이뭘까요? 부탁드려요
본문
상기 해당링크에 하단에 후기글 제목을 클릭하면 아래로 펼쳐지면서 글이 보여야하는데 무응답이에요.
링크주소복사를 해보면 링크는 살아있는데 반응이없어요. 혹시 원인이 뭘까요?
이 링크는 제대로 작동하는 페이지입니다. 하루종일 봤는데 찾을 수가 없네요 도와주세요
아래는 후기에 해당하는 코드입니다.
<div class="board">
<h3>Review</h3>
<p class="desc">상품의 사용후기를 적어주세요.</p>
<div module="product_review">
<!--@js(/js/module/product/review.js)-->
<a name="use_review"></a>
<p class="noAccess {$deny_display|display}">글읽기 권한이 없습니다.</p>
<div class="minor {$adult_display|display}">
<p><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/ico_under19.gif" alt="" /> <strong>"19세 미만의 미성년자"</strong>는 출입을 금합니다!</p>
<p class="button"><a href="/intro/board.html{$returnParam}" class="btnEm sizeS">성인인증 하기</a></p>
</div>
<div class="ec-base-table typeList">
<table border="1" summary="" class="{$list_display|display}">
<caption>Review</caption>
<colgroup>
<col style="width:70px;" />
<col style="width:auto" />
<col style="width:100px;" />
<col style="width:100px;" />
<col style="width:80px;" />
<col style="width:80px;" class="{$use_point_display|display}" />
</colgroup>
<thead>
<tr>
<th scope="col">번호</th>
<th scope="col">제목</th>
<th scope="col">작성자</th>
<th scope="col">작성일</th>
<th scope="col">조회</th>
<th scope="col" class="{$use_point_display|display}">평점</th>
</tr>
</thead>
<tbody class="center">
<tr>
<td>{$no}</td>
<td class="subject left txtBreak">{$icon_re}{$icon_lock} <a href="{$link_board_detail}{$param_read}">{$subject}</a> <!-- {$icon_new} --> {$icon_hit}{$icon_file}<span class="txtWarn">{$comment_count}</span></td>
<td>{$member_icon} {$writer}</td>
<td class="txtInfo txt11">{$write_date|date:Y-m-d}</td>
<td class="txtInfo txt11">{$hit_count}</td>
<td class="{$use_point_display|display}"><img src="//img.echosting.cafe24.com/skin/base/board/ico_point{$point_count}.gif" alt="{$point_count}점"></td>
</tr>
<tr>
<td>{$no}</td>
<td class="subject left txtBreak">{$icon_re}{$icon_lock} <a href="{$link_board_detail}{$param_read}">{$subject}</a> <!-- {$icon_new} --> {$icon_hit}{$icon_file}<span class="txtWarn">{$comment_count}</span></td>
<td>{$member_icon} {$writer}</td>
<td class="txtInfo txt11">{$write_date|date:Y-m-d}</td>
<td class="txtInfo txt11">{$hit_count}</td>
<td class="{$use_point_display|display}"><img src="//img.echosting.cafe24.com/skin/base/board/ico_point{$point_count}.gif" alt="{$point_count}점"></td>
</tr>
</tbody>
</table>
</div>
</div>
<p class="ec-base-button typeBorder">
<span class="gRight">
<a href="{$review_write}" class="btnEm">상품후기쓰기</a>
</span>
</p>
<div module="product_reviewpaging" class="ec-base-paginate typeSub">
<a href="{$param_first}" class="first"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_first2.gif" alt="첫 페이지" /></a>
<a href="{$param_before}"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_prev2.gif" alt="이전 페이지" /></a>
<ol>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
</ol>
<a href="{$param_next}"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_next2.gif" alt="다음 페이지" /></a>
<a href="{$param_last}" class="last"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_last2.gif" alt="마지막 페이지" /></a>
</div>
</div>
</div>