Luyen Thi Toiec

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Luyen Thi Toiec as PDF for free.

More details

  • Words: 737
  • Pages: 5
/* Code (C) Xanikseo 2009 Use but don't let loose. i.e. don't claim it. */ var xan_bb_tags = ''; var regex_variable,regex_var_str,newline_button,x,i,bb_but; undefined;null; function while_replace(text,replacetext,withtext) { while(text.split(replacetext).length>1) { text = text.replace(replacetext,withtext); } return text; } function no_bb_codes() { $("code").each(function(){$(this).html($(this).html().replace(/\[/g,'['))}); } function make_reg_ex(text) { if(!text)return null; return '/' + text.replace(/\//g,'\\/') + '/'; } function stringise_reg(reg_exxx) { if(!reg_exxx)return ''; return reg_exxx.toString().replace(/^\/(.*|\s*)\/$/,'$1').replace(/\\\//g, '/'); } function isPtype(ptype) { switch(ptype) { case 'all': if((window.location.href.match(/\/(?:topic|post|msg| site|profile|single|search|blog(?:\/3)?)\//) || window.location.href.match(/\?c=32/)) && !window.location.href.match('&poll=') ) return true; break; case 'topic': if(window.location.href.match(/\/(?:topic|single| search|blog)\//) || window.location.href.match(/\/msg\/\?c=1&folder=/) ) return true; break; case 'post': if(window.location.href.match(/\/(?:post|blog\/3)\//) && !window.location.href.match('&poll=') ) return true; break; case 'sig': if(window.location.href.match(/\?c=32/) ) return true; break; case 'msg': if(window.location.href.match(/\/msg\/\?c=1&folder=/) || window.location.href.match(/\/msg\/\?c=2/) ) return true; break; case 'blog': if(window.location.href.match(/\/blog(?:\/3)?\//)) return true; break; case 'profile': if(window.location.href.match(/\profile\//) ) return true; break; case 'portal': if(window.location.href.match(/\/site\//) ) return true;

break; } return false; } if(isPtype('all')) { no_bb_codes(); } function ubb_tag(name,beg,wrapHTML,variable,description,args,button_val) { if(args == undefined || args == 0) args = ''; if(isPtype('all') || args.match('t')) { ubb_tag2(beg,wrapHTML,variable,args,'div'); ubb_tag2(beg,wrapHTML,variable,args,'td'); if(args.match('t')) ubb_tag2(beg,wrapHTML,variable,args,'a'); ubb_tag2(beg,wrapHTML,variable,args,'ul'); ubb_tag2(beg,wrapHTML,variable,args,'th'); if(args.match('f')) eval("xbb_"+beg+"();"); if ((args.match('s') && isPtype('sig')) || (args.match('m') && isPtype('msg') || (args.match('l') && isPtype('blog')))) return; if(isPtype('post') || isPtype('msg') || isPtype('sig')) { xan_bb_tags += "ubb_tag2('"+beg+"',stringise_reg("+make_reg_ex(wrapHTML)+"),"+variable+",'"+args+ "','div');"; if(args.match('f')) xan_bb_tags += 'xbb_'+beg+'();'; if(window.location.href.match(/\/msg\/\?c=1&folder=/) || args.match('b')) return; if(!args.match('z')) { if(!document.getElementById('xan_bb_z_but_row')) { bb_but = document.createElement('span'); document.posting.fcolor.parentNode.insertBefore(bb_but, document.posting.fcolor.parentNode.getElementsByTagName('select')[0]); document.posting.fcolor.parentNode.getElementsByTagName('span')[0].id = 'xan_bb_z_but_row'; } x = document.getElementById('xan_bb_z_but_row'); } else { if(!document.getElementById('xan_bb_x_but_row')) { bb_but = document.createElement('div'); document.posting.helpbox.parentNode.insertBefore(bb_but, document.posting.helpbox.parentNode.getElementsByTagName('input')[0]); document.posting.helpbox.parentNode.getElementsByTagName('div')[0].id = 'xan_bb_x_but_row'; } x = document.getElementById('xan_bb_x_but_row'); } if(button_val == undefined) button_val = name; if(args.match('n')) { newline_button = '
'; } else { newline_button = ''; } x.innerHTML += " " + newline_button; } } } function ubb_tag2(beg,wrapHTML,variable,args,tagtag) { x = document.getElementsByTagName(tagtag); i=x.length; while(i-->0) { if(x[i].innerHTML.match(beg) && ((x[i].className == 'c_post' && ! (isPtype('msg') && args.match('m'))) || ( x[i].className == 'c_sig' && x[i].id != 'c_post' && !args.match('s') ) || (!args.match('p') && (x[i].className == 'c_pollchoice' || x[i].className == 'c_poll-answer' || (isPtype('portal') && x[i].className == 'row1')) ) || x[i].className == 'portal_content' || x[i].parentNode.parentNode.parentNode.id == 'topic_review' || x[i].parentNode.parentNode.id == 'topic_review' || x[i].id == 'c_post-preview' || x[i].parentNode.className == 'search_results' || (args.match('u') && x[i].className == 'usertitle') || (args.match('t') && ((tagtag == 'a' && (x[i].href.match('/topic/') || x[i].href.match(/\?c=1&folder=/)) || (tagtag == 'ul' && x[i].id == 'nav') || (tagtag == 'th' && (x[i].parentNode.parentNode.parentNode.className == 'topic' || x[i].parentNode.parentNode.parentNode.className == 'posting' || (window.location.href.match(/c=1&folder=/) && x[i].parentNode.parentNode.parentNode.cellSpacing == '0')) )) )) || (x[i].className == 'blog_entry' && !args.match('l')) )) { if(variable == 0) { while(x[i].innerHTML.match(regex_variable = new RegExp ("\\[" + beg + "\\](.*?|\\s*)\\[\\/" + beg + "\\]","g"))) { x[i].innerHTML = x[i].innerHTML.replace(regex_variable, wrapHTML = wrapHTML.replace(/<% INNER %>/g, '\$1')); } if(tagtag == 'th' && document.title.match(regex_variable)) document.title = document.title.replace(regex_variable,'$1'); } else if(variable == 1) { while(x[i].innerHTML.match(regex_variable = new RegExp ("\\[" + beg + "=([^\\]]+?)\\](.*?|\\s*)\\[\\/" + beg + "\\]","g"))) { x[i].innerHTML = x[i].innerHTML.replace(regex_variable, wrapHTML = wrapHTML.replace(/<% INNER %>/g, '\$2').replace(/<% VAR(?:\[1\])? %>/g, '\$1')); } if(tagtag == 'th' && document.title.match(regex_variable)) document.title = document.title.replace(regex_variable,'$2'); } else if(variable > 1) { regex_var_str = "([^\\]]+?),([^\\]]+?)"; for(a=2;a/g, '\$' + (variable+1)).replace(/<% VAR(?:\[1\])? %>/g, '\$1').replace(/<% VAR\[(\d+)\] %>/g, "$$$1") ); } if(tagtag == 'th' && document.title.match(regex_variable)) document.title = document.title.replace(regex_variable,'\$' + (variable+1));

} else if(variable == -1) { x[i].innerHTML = x[i].innerHTML.replace(regex_variable = new RegExp ("\\[" + beg + "\\]","g"),wrapHTML); if(tagtag == 'th' && document.title.match(regex_variable)) document.title = document.title.replace(regex_variable,wrapHTML); } } } } // End of BB parsing function function hstat_xanik(text) { //Button of BB Code description put into little box document.posting.helpbox.value = text; } function add_ubb_tag_to_post(opentag,variable,description) { description = description.split('||'); var input_array = new Array(); if(variable == -1) { ZetaInsert("["+opentag+"]") return; } else if(variable == 0) { ZetaInsert("["+opentag+"]","[/"+opentag+"]") } else if(variable > 0) { for(ggjj=0;ggjj<description.length-1;ggjj++) { //Prompt for right variables with box input_array[ggjj] = prompt(description[0] + '\n' + description[ggjj+1],''); if(!input_array[ggjj]) { alert('Action Cancelled'); return; } } ZetaInsert('[' + opentag + '=' + input_array.join(",").replace(input_array[0] + ',','') + ']' + input_array[0] + '[/' + opentag + ']'); } } function Preview () { //Modified preview function, to be executed when preview button is pressed var b; if ($("#c_post-preview").length || $("#c_post textarea").val() || $("#txt_quote").val()) { if (!$("#c_post-preview").length) { $("#c_post").prepend("
"); } if ($("#txt_quote").length && $("#txt_quote").val()) { b = "[quote]" + $("#txt_quote").val() + "[/quote]"; } else { b = ""; } $.post(main_url + "tasks/", {task: 5, post: b + $("#c_post textarea").val()}, function (a) {$("#c_postpreview").html(a);no_bb_codes();eval(xan_bb_tags);$("#c_post-preview div.spoiler_toggle").click(function () {$(this).next().toggle();});});

}

} return false;

Related Documents

Luyen Thi Toiec
June 2020 4
De Luyen Thi Dh (17)
November 2019 5
Luyen Thi Dh - De 1
December 2019 14
Luyen Nghe
June 2020 6
Luyen Chu.docx
October 2019 8
Thi
November 2019 26