<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link href="/ik_ct/park.css" rel="stylesheet" type="text/css">
<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>
<form name="fwrite" method="post" action="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" style="margin:0px;">
<input type=hidden name=null><!-- 삭제하지 마십시오. -->
<input type=hidden name=w value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id value="<?=$wr_id?>">
<input type=hidden name=sca value="<?=$sca?>">
<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=sst value="<?=$sst?>">
<input type=hidden name=sod value="<?=$sod?>">
<input type=hidden name=page value="<?=$page?>">
<input type=hidden name=pskey value="pskey">
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td style='padding-left:20px' colspan=2 height=25 bgcolor=''><img src='<?=$board_skin_path?>/img/view_title_icon.gif' width='14' height='13' align=absmiddle> <strong><?=$title_msg?></strong></td></tr>
<tr><td colspan=2 height=1 bgcolor=''></td></tr>
<? if ($is_name) { ?>
<tr>
<td style='padding-left:20px; height:30px;' class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 이름</td>
<td><input class=ed maxlength=20 size=15 name=wr_name itemname="이름" required value="<?=$name?>"></td></tr>
<tr><td colspan=2 ></td></tr>
<? } ?>
<? if ($is_password) { ?>
<tr>
<td style='padding-left:20px; height:30px;' class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 패스워드</td>
<td><input class=ed type=password maxlength=20 size=15 name=wr_password itemname="패스워드" <?=$password_required?>></td></tr>
<tr><td colspan=2 ></td></tr>
<? } ?>
<tr>
<td width=120 style='padding-left:20px; height:30px;' class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 옵션</td>
<td><? if ($is_notice) { ?><input type=checkbox name=notice value="1" <?=$notice_checked?>>공지 <? } ?>
<? if ($is_html) { ?><input onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=w_title>html</span> <? } ?>
<? if ($is_secret) { ?><input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span> <? } ?>
<? if ($is_mail) { ?><input type=checkbox value="mail" name="mail" <?=$recv_email_checked?>>답변메일받기 <? } ?>
</td></tr>
<tr><td colspan=2 ></td></tr>
<? if ($is_category) { ?>
<tr>
<td style='padding-left:20px; height:30px;' class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 분류</td>
<td><select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select></td></tr>
<tr><td colspan=2 ></td></tr>
<? } ?>
<tr>
<td style='padding-left:20px; height:30px;' class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 제목</td>
<td><input class=ed style="width:100%;" name=wr_subject itemname="제목" required value="<?=$subject?>">
</td></tr>
<tr><td colspan=2 ></td></tr>
<tr>
<td style='padding-left:20px;' class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 내용</td>
<td style='padding:5 0 5 0;'>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=50% align=left valign=bottom>
<span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
<span style="cursor: pointer;" onclick="textarea_original('wr_content', 15);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
<span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span></td>
<td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<?}?></td>
</tr>
</table>
<textarea id=wr_content name=wr_content class=tx style='width:100%; word-break:break-all;' rows=6 itemname="내용" required
<? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
<? if ($write_min || $write_max) { ?><script language="javascript"> check_byte('wr_content', 'char_count'); </script><?}?></td>
</tr>
<tr><td colspan=2 ></td></tr>
<!--
<? if ($is_link) { ?>
<? for ($i=1; $i<=$g4[link_count]; $i++) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 링크 #<?=$i?></td>
<td><input type='text' class=ed size=50 name='wr_link<?=$i?>' itemname='링크 #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'></td>
</tr>
<tr><td colspan=2 ></td></tr>
<? } ?>
<? } ?>
-->
<? if ($is_file) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><table cellpadding=0 cellspacing=0><tr><td style=" padding-top: 10px;" class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 파일 <span onclick="add_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>+</span> <span onclick="del_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>-</span></td></tr></table></td>
<td style='padding:5 0 5 0;'><table id="variableFiles" cellpadding=0 cellspacing=0></table><?// print_r2($file); ?>
<script language="JavaScript">
var flen = 0;
function add_file(delete_code)
{
var upload_count = <?=(int)$board[bo_upload_count]?>;
if (upload_count && flen >= upload_count)
{
alert("이 게시판은 "+upload_count+"개 까지만 파일 업로드가 가능합니다.");
return;
}
var objTbl;
var objRow;
var objCell;
if (document.getElementById)
objTbl = document.getElementById("variableFiles");
else
objTbl = document.all["variableFiles"];
objRow = objTbl.insertRow(objTbl.rows.length);
objCell = objRow.insertCell(0);
objCell.innerHTML = "<input type='file' class=ed size=32 name='bf_file[]' title='파일 용량 <?=$upload_max_filesize?> 이하만 업로드 가능'>";
if (delete_code)
objCell.innerHTML += delete_code;
else
{
<? if ($is_file_content) { ?>
objCell.innerHTML += "<br><input type='text' class=ed size=50 name='bf_content[]' title='업로드 이미지 파일에 해당 되는 내용을 입력하세요.'>";
<? } ?>
;
}
flen++;
}
<?=$file_script; //수정시에 필요한 스크립트?>
function del_file()
{
// file_length 이하로는 필드가 삭제되지 않아야 합니다.
var file_length = <?=(int)$file_length?>;
var objTbl = document.getElementById("variableFiles");
if (objTbl.rows.length - 1 > file_length)
{
objTbl.deleteRow(objTbl.rows.length - 1);
flen--;
}
}
</script></td>
</tr>
<tr><td colspan=2 ></td></tr>
<? } ?>
<? if ($is_trackback) { ?>
<tr>
<td style='padding-left:20px; height:30px;' class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> 트랙백주소</td>
<td><input class=ed size=50 name=wr_trackback itemname="트랙백" value="<?=$trackback?>">
<? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">핑 보냄<? } ?></td>
</tr>
<tr><td colspan=2 ></td></tr>
<? } ?>
<? if ($is_norobot) { ?>
<tr>
<td style='padding-left:20px; height:30px;' class=title><img src='<?=$board_skin_path?>/img/write_t_icon.gif' align=absmiddle> <?=$norobot_str?></td>
<td><input class=ed type=input size=10 name=wr_key itemname="자동등록방지" required> * 왼쪽의 글자중 <font color="red">빨간글자만</font> 순서대로 입력하세요.</td>
</tr>
<tr><td colspan=2 ></td></tr>
<? } ?>
<tr><td colspan=2></td></tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="30" background="<?=$board_skin_path?>/img/write_down_bg.gif"></td>
</tr>
<tr>
<td width="100%" align="center" valign="top">
<input type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_save.gif" border=0 accesskey='s'>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/btn_list.gif" border=0></a></td>
</tr>
</table>
</td></tr></table>
</form>
<script language="javascript">
<?
// 관리자라면 분류 선택에 '공지' 옵션을 추가함
if ($is_admin)
{
echo "
if (typeof(document.fwrite.ca_name) != 'undefined')
{
document.fwrite.ca_name.options.length += 1;
document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].value = '공지';
document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].text = '공지';
}";
}
?>
with (document.fwrite) {
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_subject) != "undefined")
wr_subject.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
if (typeof(ca_name) != "undefined")
if (w.value == "u")
ca_name.value = "<?=$write[ca_name]?>";
}
function html_auto_br(obj)
{
if (obj.checked) {
result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");
if (result)
obj.value = "html2";
else
obj.value = "html1";
}
else
obj.value = "";
}
function fwrite_check(f)
{
var s = "";
if (s = word_filter_check(f.wr_subject.value)) {
alert("제목에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
if (s = word_filter_check(f.wr_content.value)) {
alert("내용에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
if (char_min > 0 || char_max > 0)
{
var cnt = parseInt(document.getElementById('char_count').innerHTML);
if (char_min > 0 && char_min > cnt)
{
alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");
return;
} else if (char_max > 0 && char_max < cnt)
{
alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
return;
}
}
if (typeof(f.wr_key) != "undefined") {
if (hex_md5(f.wr_key.value) != md5_norobot_key) {
alert("자동등록방지용 빨간글자가 순서대로 입력되지 않았습니다.");
f.wr_key.focus();
return;
}
}
document.getElementById('btn_submit').disabled = true;
document.getElementById('btn_list').disabled = true;
f.action = "./write_update.php";
f.submit();
}
</script>
댓글 1개
덧글은 view.skin.php 에서 달 수 있는데 위 소스는 write.skin.php 로 보이네요...
꼬리말의 의미를 모릅니다만....
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 419 | ||
| 8029 | 9년 전 | 344 | ||
| 8028 | 9년 전 | 299 | ||
| 8027 | 9년 전 | 314 | ||
| 8026 | 9년 전 | 385 | ||
| 8025 | 9년 전 | 414 | ||
| 8024 | 9년 전 | 402 | ||
| 8023 | 9년 전 | 427 | ||
| 8022 | 9년 전 | 343 | ||
| 8021 | 9년 전 | 366 | ||
| 8020 | 9년 전 | 368 | ||
| 8019 | 9년 전 | 384 | ||
| 8018 | 9년 전 | 481 | ||
| 8017 | 9년 전 | 565 | ||
| 8016 | 9년 전 | 390 | ||
| 8015 | 9년 전 | 426 | ||
| 8014 | 9년 전 | 352 | ||
| 8013 | 9년 전 | 273 | ||
| 8012 | 9년 전 | 275 | ||
| 8011 | 9년 전 | 480 | ||
| 8010 | 9년 전 | 335 | ||
| 8009 | 9년 전 | 350 | ||
| 8008 | 9년 전 | 322 | ||
| 8007 | 9년 전 | 469 | ||
| 8006 | 9년 전 | 505 | ||
| 8005 |
|
9년 전 | 1000 | |
| 8004 | 9년 전 | 390 | ||
| 8003 | 9년 전 | 460 | ||
| 8002 | 9년 전 | 356 | ||
| 8001 |
|
9년 전 | 700 | |
| 8000 | 9년 전 | 459 | ||
| 7999 | 9년 전 | 409 | ||
| 7998 | 9년 전 | 468 | ||
| 7997 | 9년 전 | 341 | ||
| 7996 | 9년 전 | 570 | ||
| 7995 | 9년 전 | 525 | ||
| 7994 | 9년 전 | 407 | ||
| 7993 | 9년 전 | 477 | ||
| 7992 | 9년 전 | 551 | ||
| 7991 | 9년 전 | 300 | ||
| 7990 | 9년 전 | 330 | ||
| 7989 | 9년 전 | 333 | ||
| 7988 | 9년 전 | 763 | ||
| 7987 | 9년 전 | 467 | ||
| 7986 | 9년 전 | 469 | ||
| 7985 | 9년 전 | 548 | ||
| 7984 | 9년 전 | 466 | ||
| 7983 | 9년 전 | 700 | ||
| 7982 | 9년 전 | 560 | ||
| 7981 | 9년 전 | 517 | ||
| 7980 | 9년 전 | 540 | ||
| 7979 | 9년 전 | 531 | ||
| 7978 | 9년 전 | 492 | ||
| 7977 | 9년 전 | 437 | ||
| 7976 | 9년 전 | 894 | ||
| 7975 | 9년 전 | 408 | ||
| 7974 | 9년 전 | 456 | ||
| 7973 | 9년 전 | 638 | ||
| 7972 | 9년 전 | 427 | ||
| 7971 | 9년 전 | 503 | ||
| 7970 | 9년 전 | 343 | ||
| 7969 | 9년 전 | 588 | ||
| 7968 | 9년 전 | 433 | ||
| 7967 | 9년 전 | 414 | ||
| 7966 | 9년 전 | 423 | ||
| 7965 |
|
9년 전 | 1051 | |
| 7964 | 9년 전 | 439 | ||
| 7963 | 9년 전 | 447 | ||
| 7962 | 9년 전 | 447 | ||
| 7961 |
전갈자리남자
|
9년 전 | 542 | |
| 7960 | 9년 전 | 1008 | ||
| 7959 | 9년 전 | 587 | ||
| 7958 | 9년 전 | 438 | ||
| 7957 | 9년 전 | 395 | ||
| 7956 | 9년 전 | 398 | ||
| 7955 | 9년 전 | 498 | ||
| 7954 | 9년 전 | 435 | ||
| 7953 | 9년 전 | 484 | ||
| 7952 | 9년 전 | 404 | ||
| 7951 | 9년 전 | 534 | ||
| 7950 | 9년 전 | 436 | ||
| 7949 | 9년 전 | 424 | ||
| 7948 | 9년 전 | 362 | ||
| 7947 | 9년 전 | 982 | ||
| 7946 | 9년 전 | 496 | ||
| 7945 | 9년 전 | 436 | ||
| 7944 | 9년 전 | 499 | ||
| 7943 | 9년 전 | 431 | ||
| 7942 | 9년 전 | 442 | ||
| 7941 | 9년 전 | 433 | ||
| 7940 | 9년 전 | 936 | ||
| 7939 | 9년 전 | 423 | ||
| 7938 | 9년 전 | 441 | ||
| 7937 | 9년 전 | 329 | ||
| 7936 | 9년 전 | 915 | ||
| 7935 | 9년 전 | 527 | ||
| 7934 | 9년 전 | 508 | ||
| 7933 | 9년 전 | 627 | ||
| 7932 | 9년 전 | 570 | ||
| 7931 | 9년 전 | 627 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기