선생님 중학교 가면 할일이 무척 많나 봐요
여기 언니 오빠도 무척 힘들다 던데(다 못 봤어요ㅋㅋㅋ)
우리 오빠도 덴다 힘들다덩데
살레시오 가면요
공부는 잘 할수 있는데
좀 그런데요
선생님 우리오빠 학원 얘기 잠깐 해줄까요?
우리오빠가 지산한길 다녀요
옛날에 수학선생님에게
두개의 볼딱지, 그리고 들어서 흔들었대요
우리오빠도 맞았거든요
덴땅 아프데요
그리고 언제는요
야구방망이로요
엉덩이나
하이튼 아무데나
때렸데요
선생님 저 중학교에 가면
어디 중학교가 나을까요???
function ShortComment(idx, seq, emoticon, isnew, nickName, profile_userid, e_userid, comment, dateStr) {
this.idx = idx;
this.seq = seq;
this.emoticon = emoticon;
this.isnew = isnew;
this.nickName = nickName;
this.profile_userid = profile_userid;
this.e_userid = e_userid;
this.comment = comment;
this.dateStr = dateStr;
this.renderRow = function () {
var html = '';
var mine = 'cj8BLbPB5LM0' == this.e_userid;
var modperm = mine;
var delperm = mine;
html += '';
html += ' ';
html += '';
html += ' | ';
html += ''+this.nickName+' | ';
html += ''+this.comment;
if (this.isnew) {
html += '';
}
if (modperm) {
html += '';
html += '';
}
if (delperm) {
html += '';
}
html += ' | ';
html += '['+this.dateStr+'] | ';
html += '
';
return html;
};
this.viewMember = function (obj) {
showSideView(obj, this.e_userid, this.profile_userid, this.nickName);
};
this.viewModify = function () {
var emo = '';
document.getElementById("_emo" + this.seq).innerHTML = emo;
var cmt = '';
cmt += '';
document.getElementById("_cmt" + this.seq).innerHTML = cmt;
};
}
var comments = new Array();
var idx = 0;
comments[idx] = new ShortComment(idx, 1, '01', true, '영원한우정', '', 'cj8BLbPB5LM0', '언제 적에 찍은 거예요', '20:02');
idx++;
function showShortComment() {
var html = '';
document.getElementById("shortCommentPlaceHolder").innerHTML = html;
}
showShortComment();