1<h2 class="sr-only">Lista degli ultimi aggiornamenti</h2> 2 3 <script> 4 function removeBlog(xxx) 5 $.ajax(method:"POST",data:p_auth:Liferay.authToken,url:"/group/guest/~/control_panel/manage?p_p_id=com_liferay_blogs_web_portlet_BlogsAdminPortlet&p_p_lifecycle=1&p_p_state=maximized&p_p_mode=view&_com_liferay_blogs_web_portlet_BlogsAdminPortlet_javax.portlet.action=/blogs/edit_entry&_com_liferay_blogs_web_portlet_BlogsAdminPortlet_cmd=move_to_trash&_com_liferay_blogs_web_portlet_BlogsAdminPortlet_redirect="+window.location+"&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&_com_liferay_blogs_web_portlet_BlogsAdminPortlet_mvcRenderCommandName=%2Fblogs%2Fview&_com_liferay_blogs_web_portlet_BlogsAdminPortlet_entryId="+xxx).done(function( d ) 6 location.reload(); 7 ) 8 9 10 function removeArticle(xxx) 11 $.ajax(method:"POST",data:p_auth:Liferay.authToken,url:"group/guest/~/control_panel/manage?p_p_id=com_liferay_journal_web_portlet_JournalPortlet&p_p_lifecycle=1&p_p_state=maximized&p_p_mode=view&_com_liferay_journal_web_portlet_JournalPortlet_javax.portlet.action=moveToTrash&_com_liferay_journal_web_portlet_JournalPortlet_redirect="+window.location+"&_com_liferay_journal_web_portlet_JournalPortlet_folderId=0&p_p_mode=view&p_p_state=maximized&p_p_id=com_liferay_journal_web_portlet_JournalPortlet&p_p_lifecycle=0&_com_liferay_journal_web_portlet_JournalPortlet_groupId=20181&_com_liferay_journal_web_portlet_JournalPortlet_articleId="+(xxx-2)).done(function( d ) 12 location.reload();…