get_value("select count(*) from profile join profile_user using (p_id) where user_name=$1 and with_calc=true",array($_SESSION[SESSION_KEY.'g_user'])) ==1): echo '
'; echo IButton::show_calc(); echo '
'; endif; // show search card if ( $cn->get_value("select count(*) from profile join profile_user using (p_id) where user_name=$1 and with_search_card=1",array($_SESSION[SESSION_KEY.'g_user'])) ==1): $search_card=new IText('card_search'); $search_card->css_size='97%'; $search_card_js=sprintf('onclick="boxsearch_card(\'%d\')"',dossier::id()); echo Icon_Action::card( "$('box_search_card').show();$('box_search_card').setStyle({'z-index':get_next_layer()})"); echo ''; endif; if ( $cn->get_value("select count(*) from profile join profile_user using (p_id) where user_name=$1 and with_direct_form=true",array($_SESSION[SESSION_KEY.'g_user'])) ==1): ?>
request('ac',"string", '')?> style='class="input_text"'; $direct->placeholder=_('Accès direct ou menu'); $direct->value=''; $direct->size=20; echo $direct->input(); $gDossier=dossier::id(); ?>