까만도둑님 수정된 일정관리입니다.

완전 짬뽕 수정본입니다.
|

댓글 2개

까만도둑
22년 전
올려주신 자료 입력폼 테이블이 깨지더군요.
그래서 아래와 같이 수정했습니다.
gbform.skin.php 파일에서

아래 내용 이것을
<!-- 타이틀 -->
<table width='100%' align=center>
<tr>
<td>
<table width=100% border=0 cellpadding=3 cellspacing=1>
<form name=fgbform method=post action='<?="./?doc=$cfg[bbs_dir]/gbupdate.php"?>' enctype='multipart/form-data' onsubmit='return formcheck()'>
<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
<tr><td class='ht' align=left>
<span class=subject><a href=./?doc=index_board.php>기타</a>&nbsp;>&nbsp;<a href="./?doc=bbs/gnuboard.php&bo_table=<?=$board[bo_table]?>"><?=$board[bo_subject]?></a>&nbsp;>&nbsp;<?=$html_title?></span></td></tr>
<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
</table>



이렇게 수정했더니 테이블이 안 깨집니다.
<!-- 타이틀 -->
<table width='100%' align=center>
<tr>
<td>
<table width=100% border=0 cellpadding=3 cellspacing=1>
<form name=fgbform method=post action='<?="./?doc=$cfg[bbs_dir]/gbupdate.php"?>' enctype='multipart/form-data' onsubmit='return formcheck()'>
<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
<tr><td class='ht' align=left>
<span class=subject><a href=./?doc=index_board.php>기타</a>&nbsp;>&nbsp;<a href="./?doc=bbs/gnuboard.php&bo_table=<?=$board[bo_table]?>"><?=$board[bo_subject]?></a>&nbsp;>&nbsp;<?=$html_title?></span></td></tr>
<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
</table>
</td>
</tr>
</table>
감사합니다.
잘 사용하겠습니다. 즐거운 주말 잘 보내세요.!!!

댓글 작성

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

로그인하기
🐛 버그신고