
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - ++resource++imageeditor/editlink.js - */
// http://www.citykirche.de/portal_javascripts/++resource++imageeditor/editlink.js?original=1
(function($){$(document).ready(function(){$('body').append('<div id="image-editor" />');$('div > div.field:first-child > img:first-child').
parent().parent().next().
append('&mdash; <a href="" id="edit-image">Edit this image</a>');$('#edit-image').
click(function(event){event.preventDefault();var field=$(this).parent()[0].id.replace('archetypes-fieldname-','');var url=window.location.pathname+'/../@@imageeditor.inline?field='+field;$('#image-editor').load(encodeURI(url), function(){$('.ui-dialog-titlebar-close').attr('href',window.location.href);fire('editor_loaded',IMAGE_INFORMATION)})})})})(jQuery);

/* - sl_ui_variables.js - */
// http://www.citykirche.de/portal_javascripts/sl_ui_variables.js?original=1
var simplelayout=new Object();simplelayout.align_to_grid=0


