class ViewComicComic{ constructor(param){ this.tool = new Tool(); this.ctags = null; this.click_touchend_in_progress = false; if($.cookie('lang_filter') == 'Chinese'){ this.lang = 'c'; }else{ this.lang = 'e'; } } setCtags(ctags){ this.ctags = ctags; } render(){ var html = ''; html += this.ctag_comic_form(); $('#3div').html(html); } render_cover_area(){ var html = ''; return html; } reander_base_info(){ var html = ''; return html; } render_ctag_title(){ var $html = ""; var a = ''; if( is_favorite !== undefined && is_favorite >= 1 ){ a = ''; $html += a; }else{ a = ''; $html += a; } $(".title_ctag_btn").html(a); return $html; } render_fav_title(){ var $html = ""; var a = ''; if( is_favorite !== undefined && is_favorite >= 1 ){ a = ''; a += ''; $html += a; }else{ a = ''; a += ''; $html += a; } $(".title_fav_btn").html(a); return $html; } ctag_comic_form(){ var html = ''; var text = ''; html += '