
/* - plone_javascript_variables.js - */


// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://www.cede.ce.gov.br';
var form_modified_message = 'O seu formulário não foi salvo. Todas as alterações efetuadas serão perdidas';
var form_resubmit_message = 'Você já clicou no botão de envio. Você realmente quer enviar este formulário novamente?';

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


