게시판 댓글 수정 오류

게시판 댓글 수정 오류

QA

게시판 댓글 수정 오류

본문

댓글을 수정할 시 오류가 납니다. 
계속 오류가 나는게 아니라 왔다갔다해요.
오류가 나면 아래 문구 나오면서 오류가 뜨는데 왜그럴까요?
The requested URL /bbs/&c_id=684&w=cu was not found on this server.

 

 

아래 코드입니다


<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 댓글 첨부파일 옵션
include_once($board_skin_path.'/skin.lib.php');
$cmt_file_count=2;
?>
<style>
    
/* 댓글 첨부파일 */
#cmt_file_wrap {margin:0 0 10px}
#cmt_vc_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#cmt_vc_img:after {display:block;visibility:hidden;clear:both;content:""}
#cmt_vc_img img {max-width:100%;height:auto}
#cmt_vc_file {}
#cmt_vc_file a {display:inline-block;margin:0 0 10px;padding:5px 8px;line-height:21px;color:#000;word-wrap:break-word;border:1px solid #ddd;background:#fff;border-radius:3px}
#cmt_vc_file a:hover {border:1px solid #b9bdd3;background:#ebedf6}
#cmt_vc_file a:focus, #cmt_vc_file a:hover, #cmt_vc_file a:active {text-decoration:none}
#cmt_vc_file i {margin-right:5px}
#cmt_file_up {position:relative;display:inline-block;border:1px solid #ccc;vertical-align:middle;border-radius:3px}
#cmt_file_up .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;line-height:36px;width:35px;background:#eee;text-align:center;color:#888}
#cmt_file_up .bo_w_flie .frm_file{padding-left:35px;background:#fff;}
#cmt_file_up .bo_w_flie .file_wr{background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:7px;margin:0}
#cmt_file_up .bo_w_flie .frm_input{margin:10px 0 0 }
#cmt_file_up .frm_file {display:inline-block !important;margin:0;padding:0}
#cmt_file_del {display:none;margin-top:5px}
#cmt_file_del0,#cmt_file_del1,#cmt_file_del2,#cmt_file_del3,#cmt_file_del4,#cmt_file_del5,#cmt_file_del6,#cmt_file_del7,#cmt_file_del8,#cmt_file_del9,#cmt_file_del10 {display:none;margin-top:5px}
    
.star { float: left; margin-bottom: 5px; }
.star span { font-size:18px; font-weight: 500;  color:#ff9a00; letter-spacing: 0.1em;  }
.star span  b { color:#ddd; }
.star span em {  font-size: 13px;  font-style: normal; color: #888; }
    
    .comment_user { clear: both; } 
    #bo_vc article { padding: 20px; margin: 0; }
    
    .comment_user { font-size: 15px; }
    .cmt_contents { font-size: 15px;  }
    #bo_vc article .cm_wrap { width: 90%; }
    a.btn, .btn { padding: 20px; }
    #bo_vc article .pf_img img { width: 80px;  height: 80px; border-radius: 5px;}
    .pf_img{  margin-right: 20px !important; }
    .cm_wrap { float: left;}
    
    
</style>
<script> 
    
// 글자수 제한  
var char_min = parseInt(<?php echo $comment_min ?>); // 최소
var char_max = parseInt(<?php echo $comment_max ?>); // 최대
</script>
<button type="button" class="cmt_btn"><span class="total">음식점 리뷰 <?php echo $view['wr_comment']; ?>
</span><span class="cmt_more"></span></button>
<!-- 댓글 시작 { -->
<section id="bo_vc">
    <h2>댓글목록</h2>
    <?php
    $cmt_amt = count($list);
    for ($i=0; $i<$cmt_amt; $i++) {
        $comment_id = $list[$i]['wr_id'];
        $cmt_depth = strlen($list[$i]['wr_comment_reply']) * 50;
        $comment = $list[$i]['content'];
        // 댓글 첨부파일 비밀글 설정 시작
        $comment_file = false;
        if (/*!strstr($list[$i]['wr_option'], 'secret') || */$is_admin || ($write['mb_id']===$member['mb_id'] && $member['mb_id']) || ($list[$i]['mb_id']===$member['mb_id'] && $member['mb_id'])) {
            $comment_file = true;
        } else {
            $ss_name = 'ss_secret_comment_'.$bo_table.'_'.$list[$i]['wr_id'];
            if(get_session($ss_name)) {
                $comment_file = true;
            }
        }
        // 댓글 첨부파일 비밀글 설정 끝
        /*
        if (strstr($list[$i]['wr_option'], "secret")) {
            $str = $str;
        }
        */
        $comment = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp|mms)\:\/\/([^[:space:]]+)\.(mp3|wma|wmv|asf|asx|mpg|mpeg)\".*\<\/a\>\]/i", "<script>doc_write(obj_movie('$1://$2.$3'));</script>", $comment);
        $cmt_sv = $cmt_amt - $i + 1; // 댓글 헤더 z-index 재설정 ie8 이하 사이드뷰 겹침 문제 해결
        $c_reply_href = $comment_common_url.'&c_id='.$comment_id.'&w=c#bo_vc_w';
        $c_edit_href = $comment_common_url.'&c_id='.$comment_id.'&w=cu#bo_vc_w';
    ?>
                <?php if ($comment_file) { ?>
                <!-- 댓글 첨부파일 출력 시작 { -->
                <?php
                $file = get_file($bo_table, $comment_id);
                $filecount = sql_fetch(" select count(*) as cnt from {$g5['board_file_table']} where bo_table = '$bo_table' and wr_id = '{$list[$i]['wr_id']}' ");
                for ($k=0; $k<$filecount['cnt']-1; $k++) { 
                    if ($file[$k]['view']) { //이미지 파일이면
//                        echo "<div id=\"cmt_vc_img\">\n";
//                        echo get_view_thumbnail($file[$k]['view'], $cmt_img_width);
//                        echo "</div>\n";
                    } else if (isset($file[$k]['source']) && $file[$k]['source'] && !$file[$k]['view']) {  //이미지 파일이 아니면 다운로드 출력 
//                        echo "<div id=\"cmt_vc_file\">\n";
//                        $ss_name = 'ss_view_'.$bo_table.'_'.$list[$i]['wr_id'];
//                        if (!get_session($ss_name)) set_session($ss_name, TRUE);
//                        echo "<a href='".$file[$k]['href']."' class='view_file_download'><i class='fa fa-download'></i>".$file[$k]['source']."</a>";
//                        echo "</div>\n";
                    }
                }
                ?>
                <!-- } 댓글 첨부파일 출력 끝 -->
                <?php } ?>
    <article id="c_<?php echo $comment_id ?>" <?php if ($cmt_depth) { ?>style="margin-left:<?php echo $cmt_depth ?>px;border-top-color:#e0e0e0"<?php } ?>>
       <div class="pf_img">
        <?php 
                // echo get_member_profile_img($list[$i]['mb_id']);
                // echo "<div id=\"cmt_vc_img\">\n";
                echo get_view_thumbnail($file[0]['view'], $cmt_img_width);
                // echo "</div>\n";
         ?>
        </div>
        
        <div class="cm_wrap">
        <div class="star"><span>
   <? if ($list[$i][wr_3] == "5"){?>
      <img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif">
      <? } else if ($list[$i][wr_3] == "4"){?>
      <img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif">
      <? } else if ($list[$i][wr_3] == "3"){?>
      <img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"> 
      <? } else if ($list[$i][wr_3] == "2"){?>
      <img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif">
      <? } else if ($list[$i][wr_3] == "1"){?>
      <img src="<?php echo G5_THEME_IMG_URL?>/st1.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif">
      <? } else {?>
      <img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif"><img src="<?php echo G5_THEME_IMG_URL?>/st3.gif">
      <? }?>
      </span></div>
      
     
        
            <!--div class="star"><span>★★★★<b>★</b></span></div-->
            <div class="comment_user" style="z-index:<?php echo $cmt_sv; ?>">
               
                <h2><?php echo get_text($list[$i]['wr_name']); ?>님의 <?php if ($cmt_depth) { ?><span class="sound_only">댓글의</span><?php } ?> 댓글</h2>
                <?php echo $list[$i]['name'] ?>
                <?php if ($is_ip_view) { ?>
                <span class="sound_only">아이피</span>
                <span>(<?php echo $list[$i]['ip']; ?>)</span>
                <?php } ?>
                <span class="sound_only">작성일</span>
                <span class="bo_vc_hdinfo"> | <time datetime="<?php echo date('Y-m-d\TH:i:s+09:00', strtotime($list[$i]['datetime'])) ?>"><?php echo $list[$i]['datetime'] ?></time></span>
                <?php
                include(G5_SNS_PATH.'/view_comment_list.sns.skin.php');
                ?>
            </div>
            
            <!-- 댓글 출력 -->
            <div class="cmt_contents">
               <p>
                    <?php if (strstr($list[$i]['wr_option'], "secret")) { ?><img src="<?php echo $board_skin_url; ?>/img/icon_secret.gif" alt="비밀글"><?php } ?>
                    <?php echo $comment ?>
                </p>
                <?php if($list[$i]['is_reply'] || $list[$i]['is_edit'] || $list[$i]['is_del']) {
                    if($w == 'cu') {
                        $sql = " select wr_id, wr_content, mb_id from $write_table where wr_id = '$c_id' and wr_is_comment = '1' ";
                        $cmt = sql_fetch($sql);
                        if (!($is_admin || ($member['mb_id'] == $cmt['mb_id'] && $cmt['mb_id'])))
                            $cmt['wr_content'] = '';
                        $c_wr_content = $cmt['wr_content'];
                    }
                ?>
                <?php } ?>
            </div>
            
            
           
            <span id="edit_<?php echo $comment_id ?>" class="bo_vc_w editt"></span><!-- 수정 -->
            <span id="reply_<?php echo $comment_id ?>" class="bo_vc_w"></span><!-- 답변 -->
            <!-- 댓글 첨부파일 시작 { -->
            <input type="hidden" value="<?php echo $list[$i]['wr_file'] ?>" id="wr_file_comment_<?php echo $comment_id ?>">
            <?php for ($j=0; $j<$cmt_file_count; $j++) { ?>
            <input type="hidden" value="<?php echo $file[$j]['source'] ?>" id="wr_filesource_comment<?php echo $j ?>_<?php echo $comment_id ?>">
            <?php } ?>
            <!-- } 댓글 첨부파일 끝 -->
            <input type="hidden" value="<?php echo strstr($list[$i]['wr_option'],"secret") ?>" id="secret_comment_<?php echo $comment_id ?>">
            <textarea id="save_comment_<?php echo $comment_id ?>" style="display:none"><?php echo get_text($list[$i]['content1'], 0) ?></textarea>
            <!--input type="text" value="<?=$list[$i]["wr_1"];?>" style="width:100%;height:30px;" readonly -->  
        </div>
        <div class="bo_vl_opt">
            <button type="button" class="btn_cm_opt btn_b01 btn"><i class="fa fa-ellipsis-v" aria-hidden="true"></i><span class="sound_only">댓글 옵션</span></button>
            <ul class="bo_vc_act">
                <!-- <?php if ($list[$i]['is_reply']) { ?><li><a href="<?php echo $c_reply_href; ?>" onclick="comment_box('<?php echo $comment_id ?>', 'c'); return false;">답변</a></li><?php } ?> --> 
                <?php if ($list[$i]['is_edit']) { ?><li><a href="<?php echo $c_edit_href; ?>" onclick="comment_box('<?php echo $comment_id ?>', 'cu'); return false;">수정</a></li><?php } ?>
                <!--
                <?php if ($list[$i]['is_del']) { ?><li><a href="<?php echo $list[$i]['del_link']; ?>" onclick="return comment_delete();">삭제</a></li><?php } ?>-->
            </ul>
        </div>
        
        <?/*
        <script>
            $(function() {                
            // 댓글 옵션창 열기
            $(".btn_cm_opt").on("click", function(){
                $(this).parent("div").children(".bo_vc_act").show();
            });
                
            // 댓글 옵션창 닫기
            $(document).mouseup(function (e){
                var container = $(".bo_vc_act");
                if( container.has(e.target).length === 0)
                container.hide();
            });
        });
        </script>
        */?>
    </article>
    <?php } ?>
    <?php if ($i == 0) { //댓글이 없다면 ?><p id="bo_vc_empty">등록된 댓글이 없습니다. 댓글은 신청하기 이후에 가능합니다. </p><?php } ?>
</section>
<!-- } 댓글 끝 -->
<?php if ($is_comment_write) {
    if($w == '')
        $w = 'c';
?>
<?
    if($sinChung!=""){ 
?>
<!-- 댓글 쓰기 시작 { -->
<aside id="bo_vc_w" class="bo_vc_w">
    <h2>댓글쓰기</h2>
    <form name="fviewcomment" id="fviewcomment" action="<?php echo $comment_action_url; ?>" onsubmit="return fviewcomment_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off">
    <input type="hidden" name="w" value="<?php echo $w ?>" id="w">
    <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
    <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
    <input type="hidden" name="comment_id" value="<?php echo $c_id ?>" id="comment_id">
    <input type="hidden" name="sca" value="<?php echo $sca ?>">
    <input type="hidden" name="sfl" value="<?php echo $sfl ?>">
    <input type="hidden" name="stx" value="<?php echo $stx ?>">
    <input type="hidden" name="spt" value="<?php echo $spt ?>">
    <input type="hidden" name="page" value="<?php echo $page ?>">
    <input type="hidden" name="is_good" value="">
 
    <select name='wr_3' itemname="별점" id="wr_3" required>
                <option value=''>음식점 평가하기</option>
                <option value='5'>★★★★★ 5점
                <option value='4'>☆★★★★ 4점
                <option value='3'>☆☆★★★ 3점
                <option value='2'>☆☆☆★★ 2점
                <option value='1'>☆☆☆☆★ 1점
                </select>              
                  
    <span class="sound_only">내용</span>
    <?php if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span>글자</strong><?php } ?>
    <textarea id="wr_content" name="wr_content" maxlength="10000" required class="required" title="내용" placeholder="댓글내용을 입력해주세요" 
    <?php if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?php } ?>><?php echo $c_wr_content; ?></textarea>
    <!--input type="text" id="wr_1" name="wr_1" style="width:1100px;margin-top:10px; height:30px;border:1px solid #e2e2e2; padding:0 20px;" placeholder="레퍼런스 정보를 입력해주세요"--> 
    <?php if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?php } ?> 
    <script>
    $(document).on("keyup change", "textarea#wr_content[maxlength]", function() { 
        var str = $(this).val()
        var mx = parseInt($(this).attr("maxlength"))
        if (str.length > mx) {
            $(this).val(str.substr(0, mx));
            return false;
        }
    });
    </script>
    <div class="bo_vc_w_wr">
        
        <div class="bo_vc_w_info">
            <?/*
            <!-- 댓글 첨부파일 시작 { -->
            <?php if ($member['mb_level'] >= $cmt_file_level) { ?>
                <?php for ($i=0; $i<$cmt_file_count; $i++) { ?>
                <div id="cmt_file_wrap">
                    <div id="cmt_file_up">
                        <div class="bo_w_flie write_div">
                            <div class="file_wr write_div">
                                <label for="bf_file_<?php echo $i+1 ?>" class="lb_icon"><i class="fa fa-download" aria-hidden="true"></i></label>
                                <input type="file" name="bf_file[]" title="파일용량 : <?php echo number_format($board['bo_upload_size']) ?> 바이트 이하만 가능" class="frm_file">
                            </div>
                        </div>
                    </div>
                    <div id="cmt_file_del<?php echo $i; ?>"><input type="checkbox" name="bf_file_del[<?php echo $i; ?>]" value="1"> <label>파일삭제 (<span id="cmt_file_source<?php echo $i; ?>"></span>)</label></div>
                </div>
                <?php } ?>
            <?php } ?>
            <!-- } 댓글 첨부파일 끝 -->
            */?>
            
<div style="margin:20px 0 5px 0;">이곳에 사진리뷰를 첨부해주세요</div>
            <div id="cmt_file_wrap">
                <div id="cmt_file_up">
                    <div class="bo_w_flie write_div">
                        <div class="file_wr write_div">
                            <label for="bf_file_1" class="lb_icon"><i class="fa fa-download" aria-hidden="true"></i></label>
                            <input type="file" name="bf_file[]" title="파일용량 : <?php echo number_format($board['bo_upload_size']) ?> 바이트 이하만 가능" class="frm_file">
                        </div>
                    </div>
                </div>
                <div id="cmt_file_del0"><input type="checkbox" name="bf_file_del[0]" value="1"> <label>파일삭제 (<span id="cmt_file_source0"></span>)</label></div>
            </div>
<div style="margin:20px 0 5px 0;">이곳에 영수증을 첨부해주세요</div>
            <div id="cmt_file_wrap">
                <div id="cmt_file_up">
                    <div class="bo_w_flie write_div">
                        <div class="file_wr write_div">
                            <label for="bf_file_2" class="lb_icon"><i class="fa fa-download" aria-hidden="true"></i></label>
                            <input type="file" name="bf_file[]" title="파일용량 : <?php echo number_format($board['bo_upload_size']) ?> 바이트 이하만 가능" class="frm_file" >
                        </div>
                    </div>
                </div>
                <div id="cmt_file_del1"><input type="checkbox" name="bf_file_del[1]" value="1"> <label>파일삭제 (<span id="cmt_file_source1"></span>)</label></div>
            </div>
            <!-- } 댓글 첨부파일 끝 -->

            <?php if ($is_guest) { ?>
            <label for="wr_name" class="sound_only">이름<strong> 필수</strong></label>
            <input type="text" name="wr_name" value="<?php echo get_cookie("ck_sns_name"); ?>" id="wr_name" required class="frm_input required" size="25" placeholder="이름">
            <label for="wr_password" class="sound_only">비밀번호<strong> 필수</strong></label>
            <input type="password" name="wr_password" id="wr_password" required class="frm_input required" size="25" placeholder="비밀번호">
            <?php
            }
            ?>
            <?php
            if($board['bo_use_sns'] && ($config['cf_facebook_appid'] || $config['cf_twitter_key'])) {
            ?>
            <span class="sound_only">SNS 동시등록</span>
            <span id="bo_vc_send_sns"></span>
            <?php } ?>
            <?php if ($is_guest) { ?>
                <?php echo $captcha_html; ?>
            <?php } ?>
        </div>
        <div class="btn_confirm">
            <!--input type="checkbox" name="wr_secret" value="secret" id="wr_secret">
            <label for="wr_secret"><i class="fa fa-lock" aria-hidden="true"></i><span class="sound_only">비밀글사용</span></label-->
            <input type="submit" id="btn_submit" class="btn_submit" value="댓글등록">
        </div>
    </div>
    </form>
</aside>
<? }?>
<script>
var save_before = '';
var save_html = document.getElementById('bo_vc_w').innerHTML;
function good_and_write()
{
    var f = document.fviewcomment;
    if (fviewcomment_submit(f)) {
        f.is_good.value = 1;
        f.submit();
    } else {
        f.is_good.value = 0;
    }
}
function fviewcomment_submit(f)
{
    var pattern = /(^\s*)|(\s*$)/g; // \s 공백 문자
    f.is_good.value = 0;
    var subject = "";
    var content = "";
    $.ajax({
        url: g5_bbs_url+"/ajax.filter.php",
        type: "POST",
        data: {
            "subject": "",
            "content": f.wr_content.value
        },
        dataType: "json",
        async: false,
        cache: false,
        success: function(data, textStatus) {
            subject = data.subject;
            content = data.content;
        }
    });
    if (content) {
        alert("내용에 금지단어('"+content+"')가 포함되어있습니다");
        f.wr_content.focus();
        return false;
    }
    // 양쪽 공백 없애기
    var pattern = /(^\s*)|(\s*$)/g; // \s 공백 문자
    document.getElementById('wr_content').value = document.getElementById('wr_content').value.replace(pattern, "");
    if (char_min > 0 || char_max > 0)
    {
        check_byte('wr_content', 'char_count');
        var cnt = parseInt(document.getElementById('char_count').innerHTML);
        if (char_min > 0 && char_min > cnt)
        {
            alert("댓글은 "+char_min+"글자 이상 쓰셔야 합니다.");
            return false;
        } else if (char_max > 0 && char_max < cnt)
        {
            alert("댓글은 "+char_max+"글자 이하로 쓰셔야 합니다.");
            return false;
        }
    }
    else if (!document.getElementById('wr_content').value)
    {
        alert("댓글을 입력하여 주십시오.");
        return false;
    }
    if (typeof(f.wr_name) != 'undefined')
    {
        f.wr_name.value = f.wr_name.value.replace(pattern, "");
        if (f.wr_name.value == '')
        {
            alert('이름이 입력되지 않았습니다.');
            f.wr_name.focus();
            return false;
        }
    }
    if (typeof(f.wr_password) != 'undefined')
    {
        f.wr_password.value = f.wr_password.value.replace(pattern, "");
        if (f.wr_password.value == '')
        {
            alert('비밀번호가 입력되지 않았습니다.');
            f.wr_password.focus();
            return false;
        }
    }
    <?php if($is_guest) echo chk_captcha_js();  ?>
    set_comment_token(f);
    document.getElementById("btn_submit").disabled = "disabled";
    return true;
}
function comment_box(comment_id, work)
{
    var el_id,
        form_el = 'fviewcomment',
        respond = document.getElementById(form_el);
    // 댓글 아이디가 넘어오면 답변, 수정
    if (comment_id)
    {
        if (work == 'c')
            el_id = 'reply_' + comment_id;
        else
            el_id = 'edit_' + comment_id;
    }
    else
        el_id = 'bo_vc_w';
    if (save_before != el_id)
    {
        if (save_before)
        {
            document.getElementById(save_before).style.display = 'none';
        }
        document.getElementById(el_id).style.display = '';
        document.getElementById(el_id).appendChild(respond);
        //입력값 초기화
        document.getElementById('wr_content').value = '';
        
        // 댓글 수정
        if (work == 'cu')
        {
            document.getElementById('wr_content').value = document.getElementById('save_comment_' + comment_id).value;
            // 댓글 첨부파일 시작
            <?php for ($j=0; $j<$cmt_file_count; $j++) { ?>
            if (document.getElementById('wr_file_comment_'+comment_id).value > 0) {
                document.getElementById('cmt_file_del<?php echo $j ?>').style.display = 'inline-block';
                document.getElementById('cmt_file_source<?php echo $j ?>').innerHTML = document.getElementById('wr_filesource_comment<?php echo $j ?>_'+comment_id).value;
            } else {
                document.getElementById("cmt_file_del<?php echo $j ?>").style.display = 'none';
            }
            <?php } ?>
            // 댓글 첨부파일 끝
            if (typeof char_count != 'undefined')
                check_byte('wr_content', 'char_count');
            if (document.getElementById('secret_comment_'+comment_id).value)
                document.getElementById('wr_secret').checked = true;
            else
                document.getElementById('wr_secret').checked = false;
        }
        document.getElementById('comment_id').value = comment_id;
        document.getElementById('w').value = work;
        if(save_before)
            $("#captcha_reload").trigger("click");
        save_before = el_id;
    }
}
function comment_delete()
{
    return confirm("이 댓글을 삭제하시겠습니까?");
}
comment_box('', 'c'); // 댓글 입력폼이 보이도록 처리하기위해서 추가 (root님)
<?php if($board['bo_use_sns'] && ($config['cf_facebook_appid'] || $config['cf_twitter_key'])) { ?>
$(function() {
    // sns 등록
    $("#bo_vc_send_sns").load(
        "<?php echo G5_SNS_URL; ?>/view_comment_write.sns.skin.php?bo_table=<?php echo $bo_table; ?>",
        function() {
            save_html = document.getElementById('bo_vc_w').innerHTML;
        }
    );
});
<?php } ?>
$(function() {            
    //댓글열기
    $(".cmt_btn").click(function(){
        $(this).toggleClass("cmt_btn_op");
        $("#bo_vc").toggle();
    });
});
</script>
<?php } ?>
<!-- } 댓글 쓰기 끝 -->
 

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
전체 1,096
QA 내용 검색
filter #html ×

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT