[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 2 3 /********************************************************************************* 4 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 5 * ("License"); You may not use this file except in compliance with the License 6 * The Original Code is: vtiger CRM Open Source 7 * The Initial Developer of the Original Code is vtiger. 8 * Portions created by vtiger are Copyright (C) vtiger. 9 * All Rights Reserved. 10 ********************************************************************************/ 11 12 require_once ('Smarty_setup.php'); 13 require_once ('data/Tracker.php'); 14 require_once ('modules/Users/LoginHistory.php'); 15 require_once ('modules/Users/Users.php'); 16 require_once('themes/'.$theme.'/layout_utils.php'); 17 require_once ('include/logging.php'); 18 require_once ('include/database/PearDatabase.php'); 19 require_once ('include/utils/utils.php'); 20 21 22 global $app_strings; 23 global $mod_strings; 24 global $app_list_strings; 25 global $current_language, $current_user, $adb; 26 $current_module_strings = return_module_language($current_language, 'Settings'); 27 28 global $list_max_entries_per_page; 29 global $urlPrefix; 30 31 $log = LoggerManager::getLogger('login_list'); 32 33 global $currentModule; 34 35 global $theme; 36 $theme_path="themes/".$theme."/"; 37 $image_path=$theme_path."images/"; 38 39 $focus = new LoginHistory(); 40 41 $smarty = new vtigerCRM_Smarty; 42 43 $category = getParenttab(); 44 45 $oUser = new Users($id); 46 47 48 $user_list = getUserslist(); 49 50 $smarty->assign("CMOD", $mod_strings); 51 $smarty->assign("MOD", $current_module_strings); 52 $smarty->assign("APP", $app_strings); 53 $smarty->assign("IMAGE_PATH",$image_path); 54 $smarty->assign("USERLIST", $user_list); 55 $smarty->assign("CATEGORY",$category); 56 57 $smarty->display("ListLoginHistory.tpl"); 58 ?> 59
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |