/************************************************************************************\ * Expresso Administração * * by Joao Alfredo Knopik Junior (joao.alfredo@gmail.com, jakjr@celepar.pr.gov.br) * * ----------------------------------------------------------------------------------* * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \************************************************************************************/ function load_lang(){ cExecute ('$this/inc/load_lang', handler_load_lang); } var global_langs = new Array(); function handler_load_lang(data) { global_langs = eval(data); } function get_lang(key_raw) { key = key_raw.replace(/ /g,"_"); key = key.replace(/-/g,""); lang = eval("global_langs."+key.toLowerCase()); if (typeof(lang)=='undefined') return key_raw + '*'; else return lang; } function emailSuggestion_expressoadmin(use_suggestion_in_logon_script, concatenateDomain) { if (concatenateDomain == 'true') { // base_dn do LDAP Expresso var ldap_context = document.forms[0].ldap_context.value.toLowerCase(); // OU selecionada organization_context = document.forms[0].context.value.toLowerCase(); select_orgs = document.getElementById('ea_combo_org_info'); for(var i=0; i