TOP
여남고등학교

;;

페이지 정보

작성자 ???? 조회 361회 작성일 03-07-18 16:36

본문




<br><body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"></div> <!-- } 본문 내용 끝 --> <!-- 추천 비추천 시작 { --> <!-- } 추천 비추천 끝 --> </section> <!-- <div id="bo_v_share"> </div> --> <!-- 게시물 상단 버튼 시작 { --> <div id="bo_v_top"> <ul class="bo_v_left"> <li><a href="https://www.gumo.co.kr/board/bbs/password.php?w=u&amp;bo_table=yg1&amp;wr_id=47&amp;page=" class="btn_b01 btn"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> 수정</a></li> <li><a href="https://www.gumo.co.kr/board/bbs/password.php?w=d&amp;bo_table=yg1&amp;wr_id=47&amp;page=" class="btn_b01 btn" onclick="del(this.href); return false;"><i class="fa fa-trash-o" aria-hidden="true"></i> 삭제</a></li> <!-- --> </ul> <ul class="bo_v_com"> <li><a href="https://www.gumo.co.kr/board/bbs/board.php?bo_table=yg1" class="btn_b01 btn"><i class="fa fa-list" aria-hidden="true"></i> 목록</a></li> <li><a href="https://www.gumo.co.kr/board/bbs/write.php?w=r&amp;bo_table=yg1&amp;wr_id=47" class="btn_b01 btn"><i class="fa fa-reply" aria-hidden="true"></i> 답변</a></li> <li><a href="https://www.gumo.co.kr/board/bbs/write.php?bo_table=yg1" class="btn_b02 btn"><i class="fa fa-pencil" aria-hidden="true"></i> 글쓰기</a></li> </ul> </div> <!-- } 게시물 상단 버튼 끝 --> <script> // 글자수 제한 var char_min = parseInt(0); // 최소 var char_max = parseInt(0); // 최대 </script> <div style="height:10px;border-bottom:2px solid #ed6478"></div> <button type="button" class="cmt_btn"><i class="fa fa-commenting-o" aria-hidden="true"></i> 댓글목록</button> <!-- 댓글 시작 { --> <section id="bo_vc"> <h2>댓글목록</h2> <p id="bo_vc_empty">등록된 댓글이 없습니다.</p> </section> <!-- } 댓글 끝 --> <!-- 댓글 쓰기 시작 { --> <aside id="bo_vc_w" class="bo_vc_w bo_ww"> <h2>댓글쓰기</h2> <form name="fviewcomment" id="fviewcomment" action="https://www.gumo.co.kr/board/bbs/write_comment_update.php" onsubmit="return fviewcomment_submit(this);" method="post" autocomplete="off"> <input type="hidden" name="w" value="c" id="w"> <input type="hidden" name="bo_table" value="yg1"> <input type="hidden" name="wr_id" value="47"> <input type="hidden" name="comment_id" value="" id="comment_id"> <input type="hidden" name="sca" value=""> <input type="hidden" name="sfl" value=""> <input type="hidden" name="stx" value=""> <input type="hidden" name="spt" value=""> <input type="hidden" name="page" value=""> <input type="hidden" name="is_good" value=""> <span class="sound_only">내용</span> <span class="sound_only">웹에디터 시작</span> <script src="https://www.gumo.co.kr/board/plugin/editor/smarteditor2/js/service/HuskyEZCreator.js"></script> <script>var g5_editor_url = "https://www.gumo.co.kr/board/plugin/editor/smarteditor2", oEditors = [], ed_nonce = "rCViRNYXVj|1716092179|dab974e9192be00d3637d017c55089e552c37dc2";</script> <script src="https://www.gumo.co.kr/board/plugin/editor/smarteditor2/config.js?v=0328"></script> <script> $(function(){ $(".btn_cke_sc").click(function(){ if ($(this).next("div.cke_sc_def").length) { $(this).next("div.cke_sc_def").remove(); $(this).text("단축키 일람"); } else { $(this).after("<div class='cke_sc_def' />").next("div.cke_sc_def").load("https://www.gumo.co.kr/board/plugin/editor/smarteditor2/shortcut.html"); $(this).text("단축키 일람 닫기"); } }); $(document).on("click", ".btn_cke_sc_close", function(){ $(this).parent("div.cke_sc_def").remove(); }); }); </script> <textarea id="wr_content" name="wr_content" class="smarteditor2" maxlength="65536" style="width:100%;height:200px"></textarea> <span class="sound_only">웹 에디터 끝</span> <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"> <div class="overflow bo_vc_w_inp"> <label for="wr_name" class="sound_only">이름<strong> 필수</strong></label> <input type="text" name="wr_name" value="" 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="비밀번호"> <div class="btn_confirm"> <button type="submit" id="btn_submit" class="btn_submit">댓글 등록</button> </div> </div> </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 wr_content_editor_data = oEditors.getById['wr_content'].getIR(); oEditors.getById['wr_content'].exec('UPDATE_CONTENTS_FIELD', []); if(jQuery.inArray(document.getElementById('wr_content').value.toLowerCase().replace(/^\s*|\s*$/g, ''), ['&nbsp;','<p>&nbsp;</p>','<p><br></p>','<div><br></div>','<p></p>','<br>','']) != -1){document.getElementById('wr_content').value='';} if (!wr_content_editor_data || jQuery.inArray(wr_content_editor_data.toLowerCase(), ['&nbsp;','<p>&nbsp;</p>','<p><br></p>','<p></p>','<br>']) != -1) { alert("내용을 입력해 주십시오."); oEditors.getById['wr_content'].exec('FOCUS'); return false; } 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; } } 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; if (typeof char_count != 'undefined') check_byte('wr_content', 'char_count'); if (document.getElementById('wr_secret') != null) { 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; save_before = el_id; } } function comment_edit() //22.12.07 igg 댓글 수정 기능 추가 { return confirm("이 댓글을 수정하시겠습니까?"); } function comment_delete() { return confirm("이 댓글을 삭제하시겠습니까?"); } comment_box('', 'c'); // 댓글 입력폼이 보이도록 처리하기위해서 추가 (root님) $(function() { //댓글열기 $(".cmt_btn").click(function(){ $(this).toggleClass("cmt_btn_op"); $("#bo_vc").toggle(); }); }); setTimeout(function() { //$('.bo_ww iframe').contents().find('.se2_text_tool > ul').slice(2, 5).hide(); $('.bo_ww iframe').contents().find('.husky_seditor_ui_table').hide(); //$('.bo_ww iframe').contents().find('.husky_seditor_ui_findAndReplace').hide(); $('.bo_ww iframe').contents().find('.husky_seditor_ui_lineThrough').hide(); $('.bo_ww iframe').contents().find('.husky_seditor_ui_superscript').hide(); $('.bo_ww iframe').contents().find('.husky_seditor_ui_subscript').hide(); $('.bo_ww iframe').contents().find('.husky_seditor_ui_sCharacter').addClass('last_child'); /* $('.bo_ww iframe').contents().find('.se2_multy').css( { 'left' : '0', 'right' : 'unset', 'border-right' : '1px solid #e0dedf', } ); */ //$('.bo_ww iframe').contents().find('.se2_font_type').css('margin-left', '48px'); }, 700); </script> <!-- } 댓글 쓰기 끝 --><script src="https://www.gumo.co.kr/board/js/md5.js"></script> </article> <!-- } 게시판 읽기 끝 --> <script> function board_move(href) { window.open(href, "boardmove", "left=50, top=50, width=500, height=550, scrollbars=1"); } </script> <script> $(function() { $("a.view_image").click(function() { window.open(this.href, "large_image", "location=yes,links=no,toolbar=no,top=10,left=10,width=10,height=10,resizable=yes,scrollbars=no,status=no"); return false; }); // 추천, 비추천 $("#good_button, #nogood_button").click(function() { var $tx; if(this.id == "good_button") $tx = $("#bo_v_act_good"); else $tx = $("#bo_v_act_nogood"); excute_good(this.href, $(this), $tx); return false; }); // 이미지 리사이즈 $("#bo_v_atc").viewimageresize(); //sns공유 $(".btn_share").click(function(){ $("#bo_v_sns").fadeIn(); }); $(document).mouseup(function (e) { var container = $("#bo_v_sns"); if (!container.is(e.target) && container.has(e.target).length === 0){ container.css("display","none"); } }); }); function excute_good(href, $el, $tx) { $.post( href, { js: "on" }, function(data) { if(data.error) { alert(data.error); return false; } if(data.count) { $el.find("strong").text(number_format(String(data.count))); if($tx.attr("id").search("nogood") > -1) { $tx.text("이 글을 비추천하셨습니다."); $tx.fadeIn(200).delay(2500).fadeOut(200); } else { $tx.text("이 글을 추천하셨습니다."); $tx.fadeIn(200).delay(2500).fadeOut(200); } } }, "json" ); } </script> <!-- } 게시글 읽기 끝 --> </div> <!--e is_cont--> </div> <!--e #container_wrap --> <!--s footerBox--> <div class="footerBox c"> <div class="ftBox"> COPYRIGHT Ⓒ 금오열도. ALL RIGHTS RESERVED. <br />Designed by one<br /> <a href="/board/bbs/login?url=%2Fboard%2Fbbs%2Fboard.php%3Fbo_table%3Dyg1%26wr_id%3D47.php" class="login">[로그인]</a> </div> </div> <!--e footerBox--> </div> <!--e wrap--> <script> $(function() { $('.burger_t').on('click', function() { $('.burger').trigger('click'); }); // 폰트 리사이즈 쿠키있으면 실행 font_resize("container", get_cookie("ck_font_resize_rmv_class"), get_cookie("ck_font_resize_add_class")); }); </script> <!-- ie6,7에서 사이드뷰가 게시판 목록에서 아래 사이드뷰에 가려지는 현상 수정 --> <!--[if lte IE 7]> <script> $(function() { var $sv_use = $(".sv_use"); var count = $sv_use.length; $sv_use.each(function() { $(this).css("z-index", count); $(this).css("position", "relative"); count = count - 1; }); }); </script> <![endif]--> </body> </html> <!-- 사용스킨 : basic -->