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

게시판 제목이 출력이 안되네요ㅠㅠ

· 13년 전 · 961
1.jpg
2.jpg
<!-- 제목 -->
<form name="fboardlist" method="post">
<input type='hidden' name='bo_table' value='<?=$bo_table?>'>
<input type='hidden' name='sfl' value='<?=$sfl?>'>
<input type='hidden' name='stx' value='<?=$stx?>'>
<input type='hidden' name='spt' value='<?=$spt?>'>
<input type='hidden' name='page' value='<?=$page?>'>
<input type='hidden' name='sw' value=''>

<table cellspacing="0" cellpadding="0" class="board_list">
<col width="50" />
<? if ($is_checkbox) { ?><col width="40" /><? } ?>
<col />
<col width="110" />
<col width="40" />
<col width="50" />
<? if ($is_good) { ?><col width="40" /><? } ?>
<? if ($is_nogood) { ?><col width="40" /><? } ?>
<tr>
<th>
<?
if($lang=="en"){
echo "No.";
}else if($lang=="ch"){
echo "编号";
}else if($lang=="kr"){
echo "번호.";
}else if($lang=="jp"){
echo "番号";
}
else
echo "몰라";
?></th>
<? if ($is_checkbox) { ?><th><input onclick="if (this.checked) all_checked(true); else all_checked(false);" type="checkbox"></th><?}?>
<th>

아시다 시피 게시판 리스트 출력하는 소스입니다.
4개의 언어를 지원해서 출력하는 것입니다.

메인에서 언어 선택을 하면 그 언어에 따라서 게시판 제목부분에 출력되는 게 달라지는데
그냥 게시판에서 볼 때는 멀쩡하게 뜨는데, 글을 읽거나 글을 읽는 상태에서 다시 목록으로 돌아가면 저 밑의 상태가 되네요 ㅠㅠ...

왜그럴까요 ㅠㅠ

댓글 작성

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

로그인하기

게시글 목록

번호 제목
284438
284437
284435
284430
284420
284417
284409
284401
284399
284397
284380
284378
284371
284370
284366
284364
284360
284357
284355
284354