
/* - plone_javascript_variables.js - */


// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://juniper.clico.pl';
var form_modified_message = 'Formularz nie został zapisany. Stracisz wszystkie wprowadzone zmiany';
var form_resubmit_message = 'Kliknąłeś już ten guzik. Czy chcesz ponownie wysłać ten formularz?';

// the following are flags for mark_special_links.js
// links get the target="_blank" attribute
var external_links_open_new_window = 'true';
var mark_special_links = 'false';



