";
echo formatTitleh2($current_title);;
echo "\n";
if($type=='W') echo '
'.$current_workshop_name.'
';
if (($type=='W' && !$l21auth->isWorkgroupOrganiser($l21auth->GetSessionElement('id'), $sql_object, $current_workshop_id)) || ($type=='P' && $l21auth->GetSessionElement('id')==$current_owner) || $l21auth->isSuperAdmin()) {
echo "\t
" . _t('contents','sup') . "\n";
echo "\t
" . _t('contents','mod') . "\n";
}
echo "
\n";
echo "- ".mb_ucfirst(_t('contents','title'))." :
\n";
echo "- ". $display_title."
\n";
echo "- ". mb_ucfirst(_t('contents','body')). " :
\n";
echo "- ".$display_body."
\n";
echo "- ".mb_ucfirst(_t('divers','date_crea')) ." :
\n";
echo "- ". $display_date_crea. "
\n";
echo "- ".mb_ucfirst(_t('divers','last_modify')) ." :
\n";
echo "- ". $display_last_modify. "
\n";
echo "
\n";
?>