var wyzzDefaultStyle="";var currentId=0;var editMode="<span style=\"color:#C00;\">Sie befinden sich im Bearbeitungsmodus [<a href=\"/kontrollzentrum/beitraege\">Modus verlassen</a>]</span>";$(document).ready(function(){if($("#textfield"))make_wyzz('textfield');function runProcess(){$("#processor").html('<img src="../_wyzz/wyzzicons/processor.gif" style="vertical-align: middle;" alt="test" />  Arbeite...');$("#save_content").attr("disabled","true");$("#preview_content").attr("disabled","true")}function finishProcess(status){if(status==null)$("#processor").html("");else $("#processor").html(status);if(currentId!=0){$("#processor").html(editMode)}else{}$("#save_content").removeAttr("disabled");$("#preview_content").removeAttr("disabled")}$("#preview_content").click(function(){var content=document.getElementById("wysiwygtextfield").contentWindow.document.body.innerHTML;$("#preview").show();$("#preview_content_area").html(content)});$("#close_preview").click(function(){$("#preview").hide()});$("#save_content").click(function(){runProcess();$("#preview").hide();var title=$("#registryText").val();var category=$("#category").val();var content=document.getElementById("wysiwygtextfield").contentWindow.document.body.innerHTML;if(title.length==0){$("#registryText").attr("style","border: 1px dashed #C00; background-color:#ebebeb;");finishProcess();return}else{$("#registryText").attr("style","border: 1px solid #ababab; background-color:#ebebeb;")}if(category==null||category==0){$("#category").attr("style","border: 1px dashed #C00; background-color:#ebebeb;");finishProcess();return}else{$("#category").attr("style","border: 1px solid #ababab; background-color:#ebebeb;")}if(content=="<br>"){wyzzDefaultStyle=$("#wyzzcontentarea").attr("style");$("#wyzzcontentarea").attr("style","border: 1px dashed #C00");finishProcess();return}else{if(wyzzDefaultStyle!="")$("#wyzzcontentarea").attr("style",wyzzDefaultStyle)}$.post("http://weihnachtsgeschenke.de/_ajax/admin_content_parser.php",{title:title,content:content,category:category,currentId:currentId,twitter:"true",mode:"saveorupdate"},function(data){currentId=data;finishProcess("Ihr Eintrag wurde gespeichert.")})});$(".entry").click(function(){var id=$(this).attr("id")});$(".content_delete").click(function(){runProcess();var id=$(this).attr("cid");$(this).parent().parent().attr("style","display:none");$.post("http://weihnachtsgeschenke.de/_ajax/admin_content_parser.php",{mode:"delete",id:id},function(data){finishProcess()})});$(".content_edit").click(function(){runProcess();var id=$(this).attr("cid");$.post("http://weihnachtsgeschenke.de/_ajax/admin_content_parser.php",{mode:"edit",id:id},function(data){currentId=id;$("#registryText").val(data.title);document.getElementById("wysiwygtextfield").contentWindow.document.body.innerHTML=data.content;$("#category").val(data.category);finishProcess()},"json")})});