#799 관리자 > 콘텐츠 > 파일 리스트에서 이미를 볼 수 있도록 개선"

This commit is contained in:
sejin7940 2014-06-19 22:35:33 +09:00 committed by akasima
parent d4f17632c3
commit b6e0eabfaf
2 changed files with 5 additions and 2 deletions

View file

@ -70,7 +70,10 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<!--@endif-->
<!-- one document end -->
<tr>
<td><a href="{htmlspecialchars_decode($val->download_url)}">{htmlspecialchars($val->source_filename, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)}</a></td>
<td> <!--@if(preg_match("/\.(jpg|png|bmp|jpeg|gif)$/i",strtolower($val->source_filename)))-->
<img src="{$val->uploaded_filename}" style="width:50px; height:50px">
<!--@end-->
<a href="{htmlspecialchars_decode($val->download_url)}">{htmlspecialchars($val->source_filename, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)}</a></td>
<td class="nowr">{FileHandler::filesize($val->file_size)}</td>
<td class="nowr">{$val->download_count}</td>
<td class="nowr">