까만도둑님 수정된 일정관리입니다. > 십년전오늘

십년전오늘

10년전 추억의 책장을 넘기며

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

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

첨부파일

phosay_calendar.rar (7.4K) 13회 다운로드 2005-06-13 14:53:30

본문

완전 짬뽕 수정본입니다.
  • 복사

댓글 전체

올려주신 자료 입력폼 테이블이 깨지더군요.
그래서 아래와 같이 수정했습니다.
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>
© SIRSOFT
현재 페이지 제일 처음으로