noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
folder_display.php File Reference

display the folders the user has no access and permit to add them thanks ajax call. More...

Go to the source code of this file.

Variables

if(count($a_dossier)==0) $nb_dossier =count($a_dossier)
 
for ( $i=0; $i< $nb_dossier; $i++) ( $i%2==0)?"even"
 
 endfor
 

Detailed Description

display the folders the user has no access and permit to add them thanks ajax call.

The received parameter are

  • $a_dossier, the result of Dossier::show_dossier
  • $user_id id of the user

Definition in file folder_display.php.

Variable Documentation

◆ $nb_dossier

if (count( $a_dossier)==0) $nb_dossier =count($a_dossier)

Definition at line 42 of file folder_display.php.

◆ ( $i=0; $i< $nb_dossier; $i++)

for ($i=0;$i< $nb_dossier;$i++)($i%2==0)?"even" ( )

Definition at line 43 of file folder_display.php.

◆ endfor

endfor

Definition at line 70 of file folder_display.php.