
/* - plone_javascript_variables.js - */


// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://www.carer.org.tw';
var form_modified_message = '你的表單尚未儲存，你將會失去所有的變更。';
var form_resubmit_message = '你已經點選確定按鈕。你真的確定要再次提交這分表單？';

// 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 = 'true';


