29require 
'../main.inc.php';
 
   30require_once DOL_DOCUMENT_ROOT.
'/core/lib/member.lib.php';
 
   31require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
 
   32require_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
 
   33require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
 
   34require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent.class.php';
 
   35require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent_type.class.php';
 
   38$langs->loadLangs(array(
"companies", 
"members", 
"other"));
 
   41$id = GETPOSTISSET(
'id') ? 
GETPOST(
'id', 
'int') : 
GETPOST(
'rowid', 
'int');
 
   42$ref = 
GETPOST(
'ref', 
'alphanohtml');
 
   43$action = 
GETPOST(
'action', 
'aZ09');
 
   44$confirm = 
GETPOST(
'confirm', 
'alpha');
 
   47$limit = 
GETPOST(
'limit', 
'int') ? 
GETPOST(
'limit', 
'int') : $conf->liste_limit;
 
   48$sortfield = 
GETPOST(
'sortfield', 
'aZ09comma');
 
   49$sortorder = 
GETPOST(
'sortorder', 
'aZ09comma');
 
   50$page = GETPOSTISSET(
'pageplusone') ? (
GETPOST(
'pageplusone') - 1) : 
GETPOST(
"page", 
'int');
 
   51if (empty($page) || $page == -1) {
 
   54$offset = $limit * $page;
 
   66$result = $object->fetch($id, $ref);
 
   71$upload_dir = $conf->adherent->dir_output.
"/".
get_exdir(0, 0, 0, 1, $object, 
'member');
 
   74if ($id > 0 || !empty($ref)) {
 
   76  $result = $object->fetch($id, $ref);
 
   79  $canadduser = ($user->admin || $user->hasRight(
'user', 
'user', 
'creer'));
 
   81  if ($object->user_id) {
 
   83    $caneditfielduser = ((($user->id == $object->user_id) && $user->hasRight(
'user', 
'self', 
'creer'))
 
   84      || (($user->id != $object->user_id) && $user->hasRight(
'user', 
'user', 
'creer')));
 
   85    $caneditpassworduser = ((($user->id == $object->user_id) && $user->hasRight(
'user', 
'self', 
'password'))
 
   86      || (($user->id != $object->user_id) && $user->hasRight(
'user', 
'user', 
'password')));
 
   91$canaddmember = $user->hasRight(
'adherent', 
'creer');
 
   94  $caneditfieldmember = $user->hasRight(
'adherent', 
'creer');
 
   97$permissiontoadd = $canaddmember;
 
  100$result = 
restrictedArea($user, 
'adherent', $object->id, 
'', 
'', 
'socid', 
'rowid', 0);
 
  107include DOL_DOCUMENT_ROOT.
'/core/actions_linkedfiles.inc.php';
 
  114$form = 
new Form($db);
 
  116$title = $langs->trans(
"Member").
" - ".$langs->trans(
"Documents");
 
  118$help_url = 
"EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros|DE:Modul_Mitglieder";
 
  123  $result = $membert->fetch($object->typeid);
 
  126    $filearray = 
dol_dir_list($upload_dir, 
"files", 0, 
'', 
'(\.meta|_preview.*\.png)$', $sortfield, (strtolower($sortorder) == 
'desc' ?SORT_DESC:SORT_ASC), 1);
 
  128    foreach ($filearray as $key => $file) {
 
  129      $totalsize += $file[
'size'];
 
  132    if (isModEnabled(
'notification')) {
 
  133      $langs->load(
"mails");
 
  140    $linkback = 
'<a href="'.DOL_URL_ROOT.
'/adherents/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
 
  142    $morehtmlref = 
'<a href="'.DOL_URL_ROOT.
'/adherents/vcard.php?id='.$object->id.
'" class="refid">';
 
  143    $morehtmlref .= 
img_picto($langs->trans(
"Download").
' '.$langs->trans(
"VCard"), 
'vcard.png', 
'class="valignmiddle marginleftonly paddingrightonly"');
 
  144    $morehtmlref .= 
'</a>';
 
  146    dol_banner_tab($object, 
'rowid', $linkback, 1, 
'rowid', 
'ref', $morehtmlref);
 
  148    print 
'<div class="fichecenter">';
 
  150    print 
'<div class="underbanner clearboth"></div>';
 
  151    print 
'<table class="border tableforfield centpercent">';
 
  153    $linkback = 
'<a href="'.DOL_URL_ROOT.
'/adherents/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
 
  156    if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED)) {
 
  157      print 
'<tr><td class="titlefield">'.$langs->trans(
"Login").
' / '.$langs->trans(
"Id").
'</td><td class="valeur">'.
dol_escape_htmltag($object->login).
'</td></tr>';
 
  161    print 
'<tr><td>'.$langs->trans(
"Type").
'</td>';
 
  162    print 
'<td class="valeur">'.$membert->getNomUrl(1).
"</td></tr>\n";
 
  165    print 
'<tr><td class="titlefield">'.$langs->trans(
"MemberNature").
'</td>';
 
  166    print 
'<td class="valeur" >'.$object->getmorphylib(
'', 1).
'</td>';
 
  170    print 
'<tr><td>'.$langs->trans(
"Company").
'</td><td class="valeur">'.
dol_escape_htmltag($object->company).
'</td></tr>';
 
  173    print 
'<tr><td>'.$langs->trans(
"UserTitle").
'</td><td class="valeur">'.$object->getCivilityLabel().
' </td>';
 
  177    print 
'<tr><td>'.$langs->trans(
"NbOfAttachedFiles").
'</td><td colspan="3">'.count($filearray).
'</td></tr>';
 
  180    print 
'<tr><td>'.$langs->trans(
"TotalSizeOfAttachedFiles").
'</td><td colspan="3">'.
dol_print_size($totalsize, 1, 1).
'</td></tr>';
 
  188    $modulepart = 
'member';
 
  189    $permissiontoadd = $user->hasRight(
'adherent', 
'creer');
 
  190    $permtoedit = $user->hasRight(
'adherent', 
'creer');
 
  191    $param = 
'&id='.$object->id;
 
  192    include DOL_DOCUMENT_ROOT.
'/core/tpl/document_actions_post_headers.tpl.php';
 
  198  $langs->load(
"errors");
 
  199  print $langs->trans(
"ErrorRecordNotFound");
 
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
 
Class to manage members of a foundation.
 
Class to manage members type.
 
dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
 
dol_print_size($size, $shortvalue=0, $shortunit=0)
Return string with formated size.
 
dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
Show tab footer of a card.
 
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
 
dol_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
 
dol_get_fiche_end($notab=0)
Return tab footer of a card.
 
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
 
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
 
get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart='')
Return a path to have a the directory according to object where files are stored.
 
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
 
member_prepare_head(Adherent $object)
Return array head with list of tabs to view object informations.
 
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.