테스트 사이트 - 개발 중인 베타 버전입니다

쪽지2에 이미지 내용에 바로 보이게 해주세요

· 14년 전 · 1238
<!-- 첨부파일의 이미지를 출력 -->
<? if ($view[me_file_local] && $view[imagesize]) { ?>
<tr>
<td height="20" align="center" style="padding-bottom:10px; width:<?=$content_inner_width?>px">
<?
if ($config['cf_memo_b4_resize']) {
echo resize_content(" <img src='$g4[path]/data/memo2/$view[me_file_server]' style='cursor:pointer;' > ", $max_img_width);
}
else
echo " <img src='$g4[path]/data/memo2/$view[me_file_server]' name='target_resize_image[]' onclick='image_window(this)' style='cursor:pointer;' > ";
?>
</td>
</tr>
<? } ?>
<tr>
<td style="padding-left:10px; width:<?=$content_inner_width?>px; word-break:break-all;">
<?
if ($config['cf_memo_b4_resize'])
echo resize_content($view[memo], $max_img_width);
else
echo $view[memo];
?>

위 소스인데 어디가 잘 못 됐는지 모르겠네요
게시판 처럼 글 열면 바로 이미지 보이게 해주세요
감사합니다.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
284508
284499
284492
284490
284484
284481
284478
284476
284474
284472
284470
284458
284457
284454
284453
284447
284446
284444
284441
284440