$.fn.tageditable=function(H,C,E,I,M){var J=$(this);var B=-1;var G={};var D={ul:"tag_list",pid:E};if(M){$.extend(D,M);}if(H){B=H;}$("#"+D.ul+"/li").toggleClass("tagli");$(".tagli").each(function(){$(this).attr("id",$.trim($(this).text()));$(this).html("<a href=\"#\" ref='show'>"+$.trim($(this).text())+"</a>");});if(I){$(".tagli > a[@ref=show]").click(I);}if(B!=-1){$(".tagli").append("<a href='#' ref='del'><img src='../images/ico/icon_delete.gif' border='0'/></a>");$(".tagli > a[@ref=del]").click(K);$("#"+D.ul).after("<div id=\"tagdel_msgr\" style=\"\"></div>");if($("#tagadder")){$("#tagadder").remove();J.unbind("click");}J.click(function(){$(this).hide("slow");$(this).after("<div id='tagadder'><form id=\"tagadder_form\" name=\"tagadder_form\" method=\"post\"><input name=\"newtag\" id=\"newtag\" type=\"text\"/><input type='submit' name='subTag' value='\u6dfb\u52a0' /></form></div>");$("#tagadder").append("<div id=\"tagadder_msgr\" style=\"\"></div>");$("#tagadder_form").submit(function(){L();return false;});});}function L(){if($("#newtag").val()==""){$("#newtag").focus();$("#tagadder_msgr").text("\u8bf7\u8f93\u5165\u6807\u7b7e\u540d\u79f0\uff01").fadeOut(5000);return false;}$("#tagadder_msgr").text("\u6b63\u5728\u5904\u7406...");tag=$.trim($("#newtag").val());$("#newtag").val(tag);if(C=="show"){url="../show/saveMediaTag.do";$.post(url,{ctag:$("#newtag").val(),"mediaInfo.id":D.pid},A);}else{if(C=="photo"){url=" ../photo/savePhotoTag.do";$.post(url,{ctag:$("#newtag").val(),"albumPhotoInfo.id":D.pid},A);}}}function K(){if(!confirm("\u786e\u8ba4\u5220\u9664\u6807\u7b7e'"+$(this).parent().text()+"'\u5417\uff1f")){return false;}$("#tagdel_msgr").text("\u6b63\u5728\u5904\u7406...").fadeIn("slow");G=$(this);if(C=="show"){url=" ../show/deleteMediaTag.do";$.post(url,{ctag:$(this).parent().attr("id"),"mediaInfo.id":D.pid},function(A){F(A);});}else{if(C=="photo"){url=" ../photo/removePhotoTag.do";$.post(url,{ctag:$(this).parent().attr("id"),"albumPhotoInfo.id":D.pid},function(A){F(A);});}}}function F(A){if(A=="1"){$("#tagdel_msgr").text("\u5220\u9664\u6210\u529f!").fadeOut("slow");G.parent().remove();}else{$("#tagdel_msgr").text("\u5220\u9664\u6807\u7b7e\u5931\u8d25\uff0c\u8bf7\u7a0d\u5019\u518d\u8bd5\uff01");}}function A(C){if(C=="1"){$("#tagadder_msgr").text("\u4fdd\u5b58\u6210\u529f!").fadeOut("slow");var A=false;$("#"+D.ul+"/li:contains('"+$("#newtag").val()+"')").each(function(B){if($.trim($(this).text())==$("#newtag").val()){A=true;}});if(!A){var B=$("<a href='#this'  ref='del'><img src='../images/ico/icon_delete.gif' border='0'/></a>").appendTo($("<li id='"+$("#newtag").val()+"'><a href=\"#this\" ref='show'>"+$("#newtag").val()+"</a></li>").toggleClass("tagli").appendTo("#"+D.ul));B.click(K);B.find("a[@ref=del]").click(K);if(I){B.parent().find("a[@ref=show]").click(I);}}$("#newtag").val("");}else{$("#tagadder_msgr").text("\u6dfb\u52a0\u6807\u7b7e\u5931\u8d25\uff0c\u8bf7\u7a0d\u5019\u518d\u8bd5\uff01");}}return (this);};