
/* - plone_javascript_variables.js - */


// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://www.anafre.pt';
var form_modified_message = 'Os dados no seu formulário não foram guardados.  Todas as alterações serão perdidas.';
var form_resubmit_message = 'Você já tinha carregado no botão de envio.  Deseja realmente enviar de novo este formulário?';

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



