본문 바로가기

환경판.만들기.등

[스크랩] 크리스마스 종 접기

출처 : nnei 유아교육 카페 [원문보기]     글쓴이 : springtime
// 꼬리말 달기 시작 function AppendShortComment() { emoticonIndex = -1; for ( i = 0; i < document.bbsForm.emoticonView.length; i++ ) if ( document.bbsForm.emoticonView[i].checked ) emoticonIndex = i; if ( emoticonIndex == -1 ) { alert("표정을 선택하세요."); return; } document.bbsForm.action = '/_c21_/short_comment_hdn?grpid=ET33'; document.bbsForm.comment.value=document.bbsForm.comment_view.value; document.bbsForm.emoticon.value=document.bbsForm.emoticonView[emoticonIndex].value; document.bbsForm.act.value='A'; document.bbsForm.fldid.value = '8lhv'; document.bbsForm.dataid.value = '7101'; document.bbsForm.nickname.value = '미경**'; document.bbsForm.grpcode.value = 'nnei'; document.bbsForm.return_url.value = '/_c21_/bbs_read?grpid=ET33&mgrpid=null&fldid=8lhv&contentval=001qXzzzzzzzzzzzzzzzzzzzzzzzzz'; var resultComment = document.bbsForm.comment.value.split(" "); if ( null == resultComment || document.bbsForm.comment.value.length + 1 == resultComment.length ) { alert( "내용을 입력하신 뒤 등록버튼을 눌러주세요." ); document.bbsForm.comment_view.focus(); return; } if ( resultComment.length > 300 ) { alert( "꼬리말은 300자 이내입니다. " + resultComment.length ); document.bbsForm.comment_view.focus(); return; } document.bbsForm.submit(); } function DeleteShortComment(seq) { if (confirm("정말로 삭제하시겠습니까?")) { document.bbsForm.action = '/_c21_/short_comment_hdn?grpid=ET33'; document.bbsForm.target = ''; document.bbsForm.act.value='D'; document.bbsForm.fldid.value='8lhv'; document.bbsForm.dataid.value='7101'; document.bbsForm.grpcode.value = 'nnei'; document.bbsForm.seq.value = seq; document.bbsForm.return_url.value = '/_c21_/bbs_read?grpid=ET33&mgrpid=null&fldid=8lhv&contentval=001qXzzzzzzzzzzzzzzzzzzzzzzzzz'; document.bbsForm.submit(); } } function ModifyViewShortComment(seq) { document.getElementById("plainCmt_" + seq).style.display="none"; document.getElementById("plainCmtEmo_" + seq).style.display="none"; document.getElementById("editCmt_" + seq).style.display="inline"; document.getElementById("editCmtEmo_" + seq).style.display="inline"; } function ModifyShortComment( seq, emoticon ) { document.bbsForm.action = '/_c21_/short_comment_hdn?grpid=ET33'; document.bbsForm.act.value='U'; document.bbsForm.fldid.value='8lhv'; document.bbsForm.dataid.value='7101'; document.bbsForm.grpcode.value = 'nnei'; document.bbsForm.seq.value = seq; var changeEmoticon = document.bbsForm.emoticon.value; if (changeEmoticon == "") document.bbsForm.emoticon.value = emoticon; else document.bbsForm.emoticon.value = changeEmoticon; document.bbsForm.comment.value = eval("document.bbsForm.comment_"+seq).value; document.bbsForm.return_url.value = '/_c21_/bbs_read?grpid=ET33&mgrpid=null&fldid=8lhv&contentval=001qXzzzzzzzzzzzzzzzzzzzzzzzzz'; var resultComment = document.bbsForm.comment.value.split(" "); if ( null == resultComment || document.bbsForm.comment.value.length + 1 == resultComment.length ) { alert( "내용을 입력하신 뒤 등록버튼을 눌러주세요." ); document.bbsForm.comment_view.focus(); return; } if ( resultComment.length > 300 ) { alert( "꼬리말은 300자 이내입니다. " + resultComment.length ); document.bbsForm.comment_view.focus(); return; } document.bbsForm.submit(); } function change_emo(face_num) { curEmoId.src="http://cafeimg.hanmail.net/cf_img/icon"+(face_num<10?'0'+face_num:face_num)+".gif"; document.bbsForm.emoticon.value=face_num; } var curEmoId; //이모티콘 수정 function showhide2(img_id) { eLayer = document.getElementById("emoticon_modify").style; if(eLayer.visibility=="visible") eLayer.visibility="hidden"; else { curEmoId = img_id; var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft+5; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; eLayer.left = mouseX; eLayer.top = mouseY; eLayer.visibility="visible"; } }

[취미로 재미로 곱게 접어봐요]종


      크리스마스가 얼마 남지 않았다. 거창한 트리를 장식하지 않아도 얼마든지 교실에, 혹은 집 안에 크리스마스 분위기를 낼 수 있다. 금은 색종이로 금종 은종을 접어서 교실이나 집안 곳곳에 장식해보는 것도 좋은 방법. 친구들이나 온 가족이 둘러 앉아 함께 접어서 장식한다면 더욱 뜻깊은 크리스마스가 될 것이다.

출처 : 전선희유아국악
글쓴이 : 전선희 원글보기
메모 :