Version: 1.0 Release date: 08 July 2003 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. */ require_once("../Group-Office.php"); $GO_SECURITY->authenticate(); require_once($GO_LANGUAGE->get_language_file('addressbook')); $profile = $GO_USERS->get_user($_REQUEST['id']); if ($GO_SECURITY->user_id != $_REQUEST['id']) { if (!$GO_SECURITY->has_permission($GO_SECURITY->user_id,$profile["acl_id"])) { Header("Location: ".$GO_CONFIG->host."error_docs/403.php"); exit(); } } require_once($GO_THEME->theme_path."header.inc"); if (!$profile) { echo "

".$strDataError."

"; exit(); } $return_to = (isset($_REQUEST['return_to']) && $_REQUEST['return_to'] != '') ? $_REQUEST['return_to'] : $_SERVER['HTTP_REFERER']; $link_back = (isset($_REQUEST['link_back']) && $_REQUEST['link_back'] != '') ? $_REQUEST['link_back'] : $_SERVER['REQUEST_URI']; $tabtable = new tabtable('user_table', $user_profile, '100%', '400', '100'); $tabtable->print_head($return_to); ?>
'; } ?>
: 
: 
: 
: 
: 0 ? db_date_to_date($profile['birthday']) : ''; echo empty_to_stripe($birthday); ?>
 
: 
: 
: 
: 
: 
 
: 
: 
: 
: 
 
'.$strComments.':'.text_to_html($profile["comments"]).'
: 
: 
: 
 
: 
: 
: 
: 
: 
 
: 
: 
: 

get_module('addressbook'); if ($ab_module && ($GO_SECURITY->has_permission($GO_SECURITY->user_id, $ab_module['acl_read']) || $GO_SECURITY->has_permission($GO_SECURITY->user_id, $ab_module['acl_write']))) { require_once($ab_module['path'].'classes/addressbook.class.inc'); $ab = new addressbook(); if (!$ab->user_is_contact($GO_SECURITY->user_id, $_REQUEST['id'])) { $button = new button($cmdAdd, "document.location='".$ab_module['url']."contact.php?user_id=".$_REQUEST['id']."&return_to=".urlencode($link_back)."';"); echo '  '; } } $button = new button($cmdClose, "javascript:document.location='".$return_to."'"); ?>
print_foot(); require_once($GO_THEME->theme_path."footer.inc"); ?>