4,6 → 4,7 |
// Etiquettes |
$l_login_imp=utf8_decode($_POST["l_login_imp"]); |
$l_password_imp=utf8_decode($_POST["l_password_imp"]); |
$l_max_all_session_imp=utf8_decode($_POST["l_max_all_session_imp"]); |
$l_session_timeout_imp=utf8_decode($_POST["l_session_timeout_imp"]); |
$l_max_daily_session_imp=utf8_decode($_POST["l_max_daily_session_imp"]); |
$l_max_monthly_session_imp=utf8_decode($_POST["l_max_monthly_session_imp"]); |
13,6 → 14,7 |
$passwd_imp=utf8_decode($_POST["passwd_imp"]); |
$exp_imp=utf8_decode($_POST["exp_imp"]); |
$sto_imp=utf8_decode($_POST["sto_imp"]); |
$mas_imp=utf8_decode($_POST["mas_imp"]); |
$mds_imp=utf8_decode($_POST["mds_imp"]); |
$mms_imp=utf8_decode($_POST["mms_imp"]); |
|
118,8 → 120,13 |
//saut de ligne |
$pdf->Ln(7); |
//création des attributs utilisateurs coordonnées x , y hauteur et largeur , texte |
$pdf->cell(50); |
$pdf->SetFont('Arial','',12); |
$pdf->Cell(45,10,$l_max_all_session_imp,0,0,'R'); |
$pdf->SetFont('Arial','B',12); |
$pdf->Cell(45,10,$mas_imp,0,1,'L'); |
$pdf->cell(50); |
$pdf->SetFont('Arial','',12); |
$pdf->Cell(45,10,$l_session_timeout_imp,0,0,'R'); |
$pdf->SetFont('Arial','B',12); |
$pdf->Cell(45,10,$sto_imp,0,1,'L'); |
128,12 → 135,12 |
$pdf->Cell(45,10,$l_max_daily_session_imp,0,0,'R'); |
$pdf->SetFont('Arial','B',12); |
$pdf->Cell(45,10,$mds_imp,0,1,'L'); |
$pdf->SetFont('Arial','',12); |
//$pdf->SetFont('Arial','',12); |
//$pdf->cell(50); |
//$pdf->Cell(45,10,$l_max_monthly_session_imp,0,0,'R'); |
//$pdf->SetFont('Arial','B',12); |
//$pdf->Cell(45,10,$mms_imp,0,1,'L'); |
$pdf->cell(50); |
$pdf->Cell(45,10,$l_max_monthly_session_imp,0,0,'R'); |
$pdf->SetFont('Arial','B',12); |
$pdf->Cell(45,10,$mms_imp,0,1,'L'); |
$pdf->cell(50); |
$pdf->SetFont('Arial','',12); |
$pdf->Cell(45,10,$l_expiration_imp,0,0,'R'); |
$pdf->SetFont('Arial','B',12); |