noalyss Version-9
Variables
ajax_get_profile.php File Reference

show the profile detail, included from ajax_misc.php More...

Go to the source code of this file.

Variables

 $a_tab =array('profile_gen_div'=>'tabs','profile_menu_div'=>'tabs','profile_print_div'=>'tabs','profile_gestion_div'=>'tabs','profile_repo_div'=>'tabs',"profile_menu_mobile_div"=>"tabs")
 
 $a_tab [$call_tab] ='tabs_selected'
 
 $add_impression =HtmlInput::button("add", _("Ajout Menu"),"onclick=\"add_menu({dossier:$gDossier,p_id:$p_id,type:'pr'})\"")
 
 $call_tab =$http->post('tab', "string",'profile_gen_div')
 
 $desc =new IText("p_desc",$profile->p_desc)
 
 $gDossier =Dossier::id()
 
 $http =new HttpInput()
 
 $id =HtmlInput::hidden('p_id',$profile->p_id)
 
 $name =new IText("p_name",$profile->p_name)
 
 $p_id =$http->request('p_id',"string", -1)
 
 $profile =new Profile_sql($cn,$p_id)
 
 $with_calc =new ICheckBox("with_calc","t")
 
 $with_direct_form =new ICheckBox("with_direct_form","t")
 
 $with_search_card =new ICheckBox("with_search_card",1)
 
if ($p_id > 0) ('Nom')?></a ></li >< li class ="<?php echo $a_tab['profile_menu_div']
 
if( $p_id > 0) else
 
</ul >< div style="clear: both"></div > endif
 

Detailed Description

show the profile detail, included from ajax_misc.php

See also
ajax_misc.php scripts.js profile.inc.php

Definition in file ajax_get_profile.php.

Variable Documentation

◆ $a_tab [1/2]

$a_tab =array('profile_gen_div'=>'tabs','profile_menu_div'=>'tabs','profile_print_div'=>'tabs','profile_gestion_div'=>'tabs','profile_repo_div'=>'tabs',"profile_menu_mobile_div"=>"tabs")

Definition at line 42 of file ajax_get_profile.php.

◆ $a_tab [2/2]

$a_tab[ $call_tab] ='tabs_selected'

Definition at line 43 of file ajax_get_profile.php.

◆ $add_impression

$add_impression =HtmlInput::button("add", _("Ajout Menu"),"onclick=\"add_menu({dossier:$gDossier,p_id:$p_id,type:'pr'})\"")

Definition at line 40 of file ajax_get_profile.php.

◆ $call_tab

$call_tab =$http->post('tab', "string",'profile_gen_div')

Definition at line 41 of file ajax_get_profile.php.

◆ $desc

$desc =new IText("p_desc",$profile->p_desc)

◆ $gDossier

$gDossier =Dossier::id()

◆ $http

$http =new HttpInput()

Definition at line 35 of file ajax_get_profile.php.

◆ $id

$id =HtmlInput::hidden('p_id',$profile->p_id)

Definition at line 65 of file ajax_get_profile.php.

◆ $name

$name =new IText("p_name",$profile->p_name)

◆ $p_id

$p_id =$http->request('p_id',"string", -1)

Definition at line 37 of file ajax_get_profile.php.

◆ $profile

$profile =new Profile_sql($cn,$p_id)

Definition at line 38 of file ajax_get_profile.php.

◆ $with_calc

$with_calc =new ICheckBox("with_calc","t")

Definition at line 68 of file ajax_get_profile.php.

◆ $with_direct_form

$with_direct_form =new ICheckBox("with_direct_form","t")

Definition at line 71 of file ajax_get_profile.php.

◆ $with_search_card

$with_search_card =new ICheckBox("with_search_card",1)

Definition at line 74 of file ajax_get_profile.php.

◆ ($p_id > 0)

if ( $p_id > 0)( 'Nom')?></a ></li >< li class (   $p_id,
 
) ="<?php echo $a_tab['profile_menu_div']

Definition at line 49 of file ajax_get_profile.php.

◆ else

if ( $profile->p_id > 0) else
Initial value:
{
echo '<div class="myfieldset" id="profile_gen_div">'

Definition at line 82 of file ajax_get_profile.php.

◆ endif

</ul><div style="clear: both"></div> endif

Definition at line 62 of file ajax_get_profile.php.