Subversion Repositories ALCASAR

Rev

Rev 926 | Rev 1125 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 926 Rev 946
1
<?php
1
<?php
2
// ticket d'impression (thank's to Geoffroy MUSITELLI)
2
// ticket d'impression (thank's to Geoffroy MUSITELLI)
3
//--recupération des variables provenant du formulaire 
3
//--recupération des variables provenant du formulaire 
4
$langue_imp=utf8_decode($_POST["langue_imp"]);
4
$langue_imp=utf8_decode($_POST["langue_imp"]);
5
$log_imp=utf8_decode($_POST["log_imp"]);
5
$log_imp=utf8_decode($_POST["log_imp"]);
6
$passwd_imp=utf8_decode($_POST["passwd_imp"]);
6
$passwd_imp=utf8_decode($_POST["passwd_imp"]);
7
$exp_imp=utf8_decode($_POST["exp_imp"]);
7
$exp_imp=utf8_decode($_POST["exp_imp"]);
8
$sto_imp=utf8_decode($_POST["sto_imp"]);
8
$sto_imp=utf8_decode($_POST["sto_imp"]);
9
$mas_imp=utf8_decode($_POST["mas_imp"]);
9
$mas_imp=utf8_decode($_POST["mas_imp"]);
10
$mds_imp=utf8_decode($_POST["mds_imp"]);
10
$mds_imp=utf8_decode($_POST["mds_imp"]);
11
$mms_imp=utf8_decode($_POST["mms_imp"]);
11
$mms_imp=utf8_decode($_POST["mms_imp"]);
12
//--initialisation des classes FPDF
12
//--initialisation des classes FPDF
13
//Langue du Ticket d'impression en fonction de la liste déroulante
13
//Langue du Ticket d'impression en fonction de la liste déroulante
14
switch ($langue_imp){
14
switch ($langue_imp){
15
	case 'fr':
15
	case 'fr':
16
		$l_title_imp = "TICKET D'ACCÈS INTERNET";
16
		$l_title_imp = "TICKET D'ACCÈS INTERNET";
17
		$l_footer_imp = "Généré par ALCASAR";
17
		$l_footer_imp = "Généré par ALCASAR";
18
	       	$l_explain1_imp = "Entrer 'alcasar' dans votre navigateur pour gérer votre compte (déconnexion, mot de passe, etc.).";
18
	       	$l_explain1_imp = "Entrer 'alcasar' dans votre navigateur pour gérer votre compte (mot de passe, certificat, etc.).";
-
 
19
	       	$l_explain2_imp = "Entrer 'logout' dans votre navigateur pour vous déconnecter.";
19
		$l_login_imp = "Utilisateur :";
20
		$l_login_imp = "Utilisateur :";
20
		$l_password_imp = "Mot de passe :";
21
		$l_password_imp = "Mot de passe :";
21
		$l_max_all_session_imp="Durée totale autorisée :";
22
		$l_max_all_session_imp="Durée totale autorisée :";
22
		$l_session_timeout_imp="Durée d'une session :";
23
		$l_session_timeout_imp="Durée d'une session :";
23
		$l_max_daily_session_imp="Durée journalière :";
24
		$l_max_daily_session_imp="Durée journalière :";
24
		$l_max_monthly_session_imp ="Durée mensuelle :";
25
		$l_max_monthly_session_imp ="Durée mensuelle :";
25
		$l_expiration_imp="Date d'expiration :";
26
		$l_expiration_imp="Date d'expiration :";
26
		$l_unlimited="Illimitée";
27
		$l_unlimited="Illimitée";
27
		$l_without="Aucune";
28
		$l_without="Aucune";
28
	break;
29
	break;
29
	case 'de':
30
	case 'de':
30
		$l_title_imp = "INTERNETZUGANG TICKET";
31
		$l_title_imp = "INTERNETZUGANG TICKET";
31
		$l_footer_imp = "Präsentiert von ALCASAR";
32
		$l_footer_imp = "Präsentiert von ALCASAR";
32
	       	$l_explain1_imp = "Geben Sie 'Alcasar' in Ihrem Browser, um Ihr Konto zu verwalten (Passwort, Logout, etc.).";
33
	       	$l_explain1_imp = "Geben Sie 'Alcasar' in Ihrem Browser, um Ihr Konto zu verwalten (kennwort, zertifikat, etc.).";
-
 
34
	       	$l_explain2_imp = "Geben Sie 'logout' in Ihrem Browser zu trennen.";
33
		$l_login_imp = "Login :";
35
		$l_login_imp = "Login :";
34
		$l_password_imp = "Passwort :";
36
		$l_password_imp = "Passwort :";
35
		$l_max_all_session_imp="Maximale erlaubt Dauer :";
37
		$l_max_all_session_imp="Maximale erlaubt Dauer :";
36
		$l_session_timeout_imp="Dauer der Sitzung :";
38
		$l_session_timeout_imp="Dauer der Sitzung :";
37
		$l_max_daily_session_imp="Stunden t&auml;glich :";
39
		$l_max_daily_session_imp="Stunden t&auml;glich :";
38
		$l_max_monthly_session_imp ="monatlich Dauer :";
40
		$l_max_monthly_session_imp ="monatlich Dauer :";
39
		$l_expiration_imp="Verfallsdatum :";
41
		$l_expiration_imp="Verfallsdatum :";
40
		$l_unlimited="Unbegrentz";
42
		$l_unlimited="Unbegrentz";
41
		$l_without="Ohne";
43
		$l_without="Ohne";
42
	break;
44
	break;
43
	case 'nl':
45
	case 'nl':
44
		$l_title_imp = "ONTVANGST INTERNET";
46
		$l_title_imp = "ONTVANGST INTERNET";
45
		$l_footer_imp = "Powered by ALCASAR";
47
		$l_footer_imp = "Powered by ALCASAR";
46
	       	$l_explain1_imp = "Voer 'Alcasar' in je browser om uw account te beheren (wachtwoord, uitloggen, etc.).";
48
	       	$l_explain1_imp = "Voer 'Alcasar' in uw browser om uw account te beheren (wachtwoord, certificaat, etc.).";
-
 
49
	       	$l_explain2_imp = "Voer 'logout' in uw browser de verbinding te verbreken.";
47
		$l_login_imp = "Gebruikers :";
50
		$l_login_imp = "Gebruikers :";
48
		$l_password_imp = "Wachtwoord :";
51
		$l_password_imp = "Wachtwoord :";
49
		$l_max_all_session_imp="Totaal toegestane tijd :";
52
		$l_max_all_session_imp="Totaal toegestane tijd :";
50
		$l_session_timeout_imp="Sessieduur :";
53
		$l_session_timeout_imp="Sessieduur :";
51
		$l_max_daily_session_imp="Dagelijkse uren :";
54
		$l_max_daily_session_imp="Dagelijkse uren :";
52
		$l_max_monthly_session_imp ="Maandelijkse duur :";
55
		$l_max_monthly_session_imp ="Maandelijkse duur :";
53
		$l_expiration_imp="Vervaldatum :";
56
		$l_expiration_imp="Vervaldatum :";
54
		$l_unlimited="Onbeperkte";
57
		$l_unlimited="Onbeperkte";
55
		$l_without="Ohne";
58
		$l_without="Ohne";
56
	break;
59
	break;
57
	case 'es':
60
	case 'es':
58
		$l_title_imp = "BONO INTERNET";
61
		$l_title_imp = "BONO INTERNET";
59
		$l_footer_imp = "Desarrollado por ALCASAR";
62
		$l_footer_imp = "Desarrollado por ALCASAR";
60
	       	$l_explain1_imp = "Escribe 'Alcasar' en su navegador para administrar su cuenta (contraseña, cerrar sesión, etc.).";
63
	       	$l_explain1_imp = "Escribe 'Alcasar' de su navegador para administrar su cuenta (contraseña, certificado, etc.).";
-
 
64
	       	$l_explain2_imp = "Escribe 'logout' de su navegador para desconectar.";
61
		$l_login_imp = "Usuario :";
65
		$l_login_imp = "Usuario :";
62
		$l_password_imp = "Contraseña :";
66
		$l_password_imp = "Contraseña :";
63
		$l_max_all_session_imp="Tiempo total permitido :";
67
		$l_max_all_session_imp="Tiempo total permitido :";
64
		$l_session_timeout_imp="Duraciôn de Sesiôn :";
68
		$l_session_timeout_imp="Duraciôn de Sesiôn :";
65
		$l_max_daily_session_imp="Horas diarias :";
69
		$l_max_daily_session_imp="Horas diarias :";
66
		$l_max_monthly_session_imp ="Duraciôn mensual :";
70
		$l_max_monthly_session_imp ="Duraciôn mensual :";
67
		$l_expiration_imp="Fecha de caducidad :";
71
		$l_expiration_imp="Fecha de caducidad :";
68
		$l_unlimited="Ilimitado";
72
		$l_unlimited="Ilimitado";
69
		$l_without="Sin";
73
		$l_without="Sin";
70
	break;
74
	break;
71
	case 'it':
75
	case 'it':
72
		$l_title_imp = "RICEVIMENTO INTERNET";
76
		$l_title_imp = "RICEVIMENTO INTERNET";
73
		$l_footer_imp = "Powered by ALCASAR";
77
		$l_footer_imp = "Powered by ALCASAR";
74
	       	$l_explain1_imp = "Inserisci 'alcasar' nel tuo browser per gestire il tuo account (password, logout, ecc).";
78
	       	$l_explain1_imp = "Inserisci 'alcasar' nel tuo browser per gestire il tuo account (password, certificato, ecc).";
-
 
79
	       	$l_explain2_imp = "Inserisci 'logout' nel tuo browser per disconnettersi.";
75
		$l_login_imp = "Utenti :";
80
		$l_login_imp = "Utenti :";
76
		$l_password_imp = "Password :";
81
		$l_password_imp = "Password :";
77
		$l_max_all_session_imp="Tempo totale consentito:";
82
		$l_max_all_session_imp="Tempo totale consentito:";
78
		$l_session_timeout_imp="Durata della sessione :";
83
		$l_session_timeout_imp="Durata della sessione :";
79
		$l_max_daily_session_imp="Ore giornaliere :";
84
		$l_max_daily_session_imp="Ore giornaliere :";
80
		$l_max_monthly_session_imp ="Durata mensile :";
85
		$l_max_monthly_session_imp ="Durata mensile :";
81
		$l_expiration_imp="Data di scadenza :";
86
		$l_expiration_imp="Data di scadenza :";
82
		$l_unlimited="Illimitato";
87
		$l_unlimited="Illimitato";
83
		$l_without="Senza";
88
		$l_without="Senza";
84
	break;
89
	break;
85
	case 'pt':
90
	case 'pt':
86
		$l_title_imp = "BILHETE DE ACESSO À INTERNET";
91
		$l_title_imp = "BILHETE DE ACESSO À INTERNET";
87
		$l_footer_imp = "Desenvolvido por ALCASAR";
92
		$l_footer_imp = "Desenvolvido por ALCASAR";
88
	       	$l_explain1_imp = "Digite 'Alcasar' no seu navegador para gerenciar sua conta (senha, logout, etc).";
93
	       	$l_explain1_imp = "Digite 'Alcasar' no seu navegador para gerenciar sua conta (senha, certidão, etc).";
-
 
94
	       	$l_explain2_imp = "Digite 'logout' no seu navegador para desligar.";
89
		$l_login_imp = "Usuário :";
95
		$l_login_imp = "Usuário :";
90
		$l_password_imp = "Senha :";
96
		$l_password_imp = "Senha :";
91
		$l_max_all_session_imp="Tempo máximo de toda conexão :";
97
		$l_max_all_session_imp="Tempo máximo de toda conexão :";
92
		$l_session_timeout_imp="Fim da conexão :";
98
		$l_session_timeout_imp="Fim da conexão :";
93
		$l_max_daily_session_imp="Conexão máxima diária :";
99
		$l_max_daily_session_imp="Conexão máxima diária :";
94
		$l_max_monthly_session_imp ="MConexão máxima mensal :";
100
		$l_max_monthly_session_imp ="MConexão máxima mensal :";
95
		$l_expiration_imp="Data de vencimento :";
101
		$l_expiration_imp="Data de vencimento :";
96
		$l_unlimited="Ilimitado";
102
		$l_unlimited="Ilimitado";
97
		$l_without="Sem";
103
		$l_without="Sem";
98
	break;
104
	break;
99
	default:
105
	default:
100
		$l_title_imp = "INTERNET ACCESS TICKET";
106
		$l_title_imp = "INTERNET ACCESS TICKET";
101
		$l_footer_imp = "Powered by ALCASAR";
107
		$l_footer_imp = "Powered by ALCASAR";
102
	       	$l_explain1_imp = "Enter 'alcasar' in your browser to manage your account (password, logout, etc.).";
108
	       	$l_explain1_imp = "Enter 'alcasar' in your browser to manage your account (password, certificate, etc.).";
-
 
109
	       	$l_explain2_imp = "Enter 'logout' in your browser to disconnect.";
103
		$l_login_imp = "Login :";
110
		$l_login_imp = "Login :";
104
		$l_password_imp = "Password :";
111
		$l_password_imp = "Password :";
105
		$l_max_all_session_imp="Total time allowed :";
112
		$l_max_all_session_imp="Total time allowed :";
106
		$l_session_timeout_imp="Session timeout :";
113
		$l_session_timeout_imp="Session timeout :";
107
		$l_max_daily_session_imp="Max daily session :";
114
		$l_max_daily_session_imp="Max daily session :";
108
		$l_max_monthly_session_imp ="Max monthly session :";
115
		$l_max_monthly_session_imp ="Max monthly session :";
109
		$l_expiration_imp="Expiration date :";
116
		$l_expiration_imp="Expiration date :";
110
		$l_unlimited="Unlimited";
117
		$l_unlimited="Unlimited";
111
		$l_without="Without";
118
		$l_without="Without";
112
	break;
119
	break;
113
	}
120
	}
114
//création de la classe PDF pour faire l'entête et pieds de page
121
//création de la classe PDF pour faire l'entête et pieds de page
115
require('../lib/fpdf/fpdf.php');
122
require('../lib/fpdf/fpdf.php');
116
class PDF extends FPDF
123
class PDF extends FPDF
117
{
124
{
118
	//Entête
125
	//Entête
119
	function Header()
126
	function Header()
120
	{
127
	{
121
		global $l_title_imp;
128
		global $l_title_imp;
122
		//Logo coordonnées x , y, largeur de l'image 
129
		//Logo coordonnées x , y, largeur de l'image 
123
		$this->Image('../../../images/logo-alcasar.png',30,15,30);
130
		$this->Image('../../../images/logo-alcasar.png',30,15,30);
124
		$this->Image('../../../images/organisme.png',150,15,25);
131
		$this->Image('../../../images/organisme.png',150,15,25);
125
		//Police Arial gras 15
132
		//Police Arial gras 15
126
		$this->SetFont('Arial','B',18);
133
		$this->SetFont('Arial','B',18);
127
		//couleur de l'écriture en rouge
134
		//couleur de l'écriture en rouge
128
		$this->SetTextColor(250,1,10);
135
		$this->SetTextColor(250,1,10);
129
		//Titre largeur cellule x , hauteur y, texte, bordure 0 , Indique où déplace la prochaine position courante 0 droite, centré C
136
		//Titre largeur cellule x , hauteur y, texte, bordure 0 , Indique où déplace la prochaine position courante 0 droite, centré C
130
		$this->Cell(190,10,utf8_decode($l_title_imp),0,0,'C');
137
		$this->Cell(190,10,utf8_decode($l_title_imp),0,0,'C');
131
		//Saut de ligne
138
		//Saut de ligne
132
		$this->Ln(25);
139
		$this->Ln(25);
133
	}
140
	}
134
	//Pied de page
141
	//Pied de page
135
	function Footer()
142
	function Footer()
136
	{
143
	{
137
		global $l_footer_imp;
144
		global $l_footer_imp;
138
		//Positionnement à 1,5 cm du bas
145
		//Positionnement à 1,5 cm du bas
139
		$this->SetY(-15);
146
		$this->SetY(-15);
140
		//Police Arial italique 8
147
		//Police Arial italique 8
141
		$this->SetFont('Arial','I',8);
148
		$this->SetFont('Arial','I',8);
142
		$this->Cell(200,20,utf8_decode($l_footer_imp),0,0,'C');
149
		$this->Cell(200,20,utf8_decode($l_footer_imp),0,0,'C');
143
	}
150
	}
144
	//fonction rectangle
151
	//fonction rectangle
145
	//Rectangle : x, y : coin supérieur gauche du rectangle.w, h : largeur et hauteur. r : rayon des coins arrondis.
152
	//Rectangle : x, y : coin supérieur gauche du rectangle.w, h : largeur et hauteur. r : rayon des coins arrondis.
146
	//style : comme celui de Rect() : F, D (défaut), FD ou DF. 
153
	//style : comme celui de Rect() : F, D (défaut), FD ou DF. 
147
	function RoundedRect($x, $y, $w, $h, $r, $style = '')
154
	function RoundedRect($x, $y, $w, $h, $r, $style = '')
148
	{
155
	{
149
		$k = $this->k;
156
		$k = $this->k;
150
		$hp = $this->h;
157
		$hp = $this->h;
151
		if($style=='F')
158
		if($style=='F')
152
			$op='f';
159
			$op='f';
153
		elseif($style=='FD' or $style=='DF')
160
		elseif($style=='FD' or $style=='DF')
154
			$op='B';
161
			$op='B';
155
		else
162
		else
156
			$op='S';
163
			$op='S';
157
		$MyArc = 4/3 * (sqrt(2) - 1);
164
		$MyArc = 4/3 * (sqrt(2) - 1);
158
		$this->_out(sprintf('%.2F %.2F m',($x+$r)*$k,($hp-$y)*$k ));
165
		$this->_out(sprintf('%.2F %.2F m',($x+$r)*$k,($hp-$y)*$k ));
159
		$xc = $x+$w-$r ;
166
		$xc = $x+$w-$r ;
160
		$yc = $y+$r;
167
		$yc = $y+$r;
161
		$this->_out(sprintf('%.2F %.2F l', $xc*$k,($hp-$y)*$k ));
168
		$this->_out(sprintf('%.2F %.2F l', $xc*$k,($hp-$y)*$k ));
162
 
169
 
163
		$this->_Arc($xc + $r*$MyArc, $yc - $r, $xc + $r, $yc - $r*$MyArc, $xc + $r, $yc);
170
		$this->_Arc($xc + $r*$MyArc, $yc - $r, $xc + $r, $yc - $r*$MyArc, $xc + $r, $yc);
164
		$xc = $x+$w-$r ;
171
		$xc = $x+$w-$r ;
165
		$yc = $y+$h-$r;
172
		$yc = $y+$h-$r;
166
		$this->_out(sprintf('%.2F %.2F l',($x+$w)*$k,($hp-$yc)*$k));
173
		$this->_out(sprintf('%.2F %.2F l',($x+$w)*$k,($hp-$yc)*$k));
167
		$this->_Arc($xc + $r, $yc + $r*$MyArc, $xc + $r*$MyArc, $yc + $r, $xc, $yc + $r);
174
		$this->_Arc($xc + $r, $yc + $r*$MyArc, $xc + $r*$MyArc, $yc + $r, $xc, $yc + $r);
168
		$xc = $x+$r ;
175
		$xc = $x+$r ;
169
		$yc = $y+$h-$r;
176
		$yc = $y+$h-$r;
170
		$this->_out(sprintf('%.2F %.2F l',$xc*$k,($hp-($y+$h))*$k));
177
		$this->_out(sprintf('%.2F %.2F l',$xc*$k,($hp-($y+$h))*$k));
171
		$this->_Arc($xc - $r*$MyArc, $yc + $r, $xc - $r, $yc + $r*$MyArc, $xc - $r, $yc);
178
		$this->_Arc($xc - $r*$MyArc, $yc + $r, $xc - $r, $yc + $r*$MyArc, $xc - $r, $yc);
172
		$xc = $x+$r ;
179
		$xc = $x+$r ;
173
		$yc = $y+$r;
180
		$yc = $y+$r;
174
		$this->_out(sprintf('%.2F %.2F l',($x)*$k,($hp-$yc)*$k ));
181
		$this->_out(sprintf('%.2F %.2F l',($x)*$k,($hp-$yc)*$k ));
175
		$this->_Arc($xc - $r, $yc - $r*$MyArc, $xc - $r*$MyArc, $yc - $r, $xc, $yc - $r);
182
		$this->_Arc($xc - $r, $yc - $r*$MyArc, $xc - $r*$MyArc, $yc - $r, $xc, $yc - $r);
176
		$this->_out($op);
183
		$this->_out($op);
177
	}
184
	}
178
    //fonction arc de cercle
185
    //fonction arc de cercle
179
	function _Arc($x1, $y1, $x2, $y2, $x3, $y3)
186
	function _Arc($x1, $y1, $x2, $y2, $x3, $y3)
180
	{
187
	{
181
		$h = $this->h;
188
		$h = $this->h;
182
		$this->_out(sprintf('%.2F %.2F %.2F %.2F %.2F %.2F c ', $x1*$this->k, ($h-$y1)*$this->k,
189
		$this->_out(sprintf('%.2F %.2F %.2F %.2F %.2F %.2F c ', $x1*$this->k, ($h-$y1)*$this->k,
183
			$x2*$this->k, ($h-$y2)*$this->k, $x3*$this->k, ($h-$y3)*$this->k));
190
			$x2*$this->k, ($h-$y2)*$this->k, $x3*$this->k, ($h-$y3)*$this->k));
184
	}
191
	}
185
}
192
}
186
 
193
 
187
//création du constructeur pdf avec fpdf : portrait P sinon paysage L, unite  mm, page A4
194
//création du constructeur pdf avec fpdf : portrait P sinon paysage L, unite  mm, page A4
188
$pdf = new PDF('L','mm','A5'); 
195
$pdf = new PDF('L','mm','A5'); 
189
$pdf->AliasNbPages();
196
$pdf->AliasNbPages();
190
//creation de la page
197
//creation de la page
191
$pdf->Addpage();
198
$pdf->Addpage();
192
//Couleur du texte en noir
199
//Couleur du texte en noir
193
$pdf->SetTextColor(0);
200
$pdf->SetTextColor(0);
194
 
201
 
195
//création du cadre arrondi qui entoure le ticket d'impression
202
//création du cadre arrondi qui entoure le ticket d'impression
196
//x, y : coin supérieur gauche du rectangle.w, h : largeur et hauteur. r : rayon des coins arrondis.
203
//x, y : coin supérieur gauche du rectangle.w, h : largeur et hauteur. r : rayon des coins arrondis.
197
//style : comme celui de Rect() : F, D (défaut), FD ou DF. 
204
//style : comme celui de Rect() : F, D (défaut), FD ou DF. 
198
$pdf->RoundedRect(40, 32, 130, 80, 3.5, 'D');
205
$pdf->RoundedRect(40, 32, 130, 80, 3.5, 'D');
199
//création utilisateur et mot de passe coordonnées x , y hauteur et largeur , texte
206
//création utilisateur et mot de passe coordonnées x , y hauteur et largeur , texte
200
$pdf->Ln(5); 
207
$pdf->Ln(5); 
201
$pdf->SetFont('Arial','',12);
208
$pdf->SetFont('Arial','',12);
202
$pdf->cell(50);
209
$pdf->cell(50);
203
$pdf->Cell(45,10,utf8_decode($l_login_imp),0,0,'R');
210
$pdf->Cell(45,10,utf8_decode($l_login_imp),0,0,'R');
204
$pdf->SetFont('Arial','B',12);
211
$pdf->SetFont('Arial','B',12);
205
$pdf->Cell(45,10,$log_imp,0,1,'L');
212
$pdf->Cell(45,10,$log_imp,0,1,'L');
206
$pdf->cell(50);
213
$pdf->cell(50);
207
$pdf->SetFont('Arial','',12);
214
$pdf->SetFont('Arial','',12);
208
$pdf->Cell(45,10,utf8_decode($l_password_imp),0,0,'R');
215
$pdf->Cell(45,10,utf8_decode($l_password_imp),0,0,'R');
209
$pdf->SetFont('Arial','B',12);
216
$pdf->SetFont('Arial','B',12);
210
$pdf->Cell(45,10,$passwd_imp,0,1,'L');
217
$pdf->Cell(45,10,$passwd_imp,0,1,'L');
211
//saut de ligne 
218
//saut de ligne 
212
$pdf->Ln(7); 
219
$pdf->Ln(7); 
213
//création des attributs utilisateurs coordonnées x , y hauteur et largeur , texte
220
//création des attributs utilisateurs coordonnées x , y hauteur et largeur , texte
214
$pdf->cell(50);
221
$pdf->cell(50);
215
$pdf->SetFont('Arial','',12);
222
$pdf->SetFont('Arial','',12);
216
$pdf->Cell(45,10,utf8_decode($l_max_all_session_imp),0,0,'R');
223
$pdf->Cell(45,10,utf8_decode($l_max_all_session_imp),0,0,'R');
217
$pdf->SetFont('Arial','B',12);
224
$pdf->SetFont('Arial','B',12);
218
if ($mas_imp == "Unlimited") $mas_imp=utf8_decode($l_unlimited);
225
if ($mas_imp == "Unlimited") $mas_imp=utf8_decode($l_unlimited);
219
$pdf->Cell(45,10,$mas_imp,0,1,'L');
226
$pdf->Cell(45,10,$mas_imp,0,1,'L');
220
$pdf->cell(50);
227
$pdf->cell(50);
221
$pdf->SetFont('Arial','',12);
228
$pdf->SetFont('Arial','',12);
222
$pdf->Cell(45,10,utf8_decode($l_session_timeout_imp),0,0,'R');
229
$pdf->Cell(45,10,utf8_decode($l_session_timeout_imp),0,0,'R');
223
$pdf->SetFont('Arial','B',12);
230
$pdf->SetFont('Arial','B',12);
224
if ($sto_imp == "Unlimited") $sto_imp=utf8_decode($l_unlimited);
231
if ($sto_imp == "Unlimited") $sto_imp=utf8_decode($l_unlimited);
225
$pdf->Cell(45,10,$sto_imp,0,1,'L');
232
$pdf->Cell(45,10,$sto_imp,0,1,'L');
226
$pdf->cell(50);
233
$pdf->cell(50);
227
$pdf->SetFont('Arial','',12);
234
$pdf->SetFont('Arial','',12);
228
$pdf->Cell(45,10,utf8_decode($l_max_daily_session_imp),0,0,'R');
235
$pdf->Cell(45,10,utf8_decode($l_max_daily_session_imp),0,0,'R');
229
$pdf->SetFont('Arial','B',12);
236
$pdf->SetFont('Arial','B',12);
230
if ($mds_imp == "Unlimited") $mds_imp=utf8_decode($l_unlimited);
237
if ($mds_imp == "Unlimited") $mds_imp=utf8_decode($l_unlimited);
231
$pdf->Cell(45,10,$mds_imp,0,1,'L');
238
$pdf->Cell(45,10,$mds_imp,0,1,'L');
232
//$pdf->SetFont('Arial','',12);
239
//$pdf->SetFont('Arial','',12);
233
//$pdf->cell(50);
240
//$pdf->cell(50);
234
//$pdf->Cell(45,10,$l_max_monthly_session_imp,0,0,'R');
241
//$pdf->Cell(45,10,$l_max_monthly_session_imp,0,0,'R');
235
//$pdf->SetFont('Arial','B',12);
242
//$pdf->SetFont('Arial','B',12);
236
//$pdf->Cell(45,10,$mms_imp,0,1,'L');
243
//$pdf->Cell(45,10,$mms_imp,0,1,'L');
237
$pdf->cell(50);
244
$pdf->cell(50);
238
$pdf->SetFont('Arial','',12);
245
$pdf->SetFont('Arial','',12);
239
$pdf->Cell(45,10,utf8_decode($l_expiration_imp),0,0,'R');
246
$pdf->Cell(45,10,utf8_decode($l_expiration_imp),0,0,'R');
240
$pdf->SetFont('Arial','B',12);
247
$pdf->SetFont('Arial','B',12);
241
if ($exp_imp == "Without") $exp_imp=utf8_decode($l_without);
248
if ($exp_imp == "Without") $exp_imp=utf8_decode($l_without);
242
$pdf->Cell(45,10,$exp_imp,0,1,'L');
249
$pdf->Cell(45,10,$exp_imp,0,1,'L');
243
$pdf->Ln(7); 
250
$pdf->Ln(7); 
244
$pdf->cell(30);
251
$pdf->cell(30);
245
$pdf->SetFont('Arial','',8);
252
$pdf->SetFont('Arial','',8);
246
$pdf->Cell(0,10,utf8_decode($l_explain1_imp),0,1,'L');
253
$pdf->Cell(0,5,utf8_decode($l_explain1_imp),0,1,'L');
-
 
254
$pdf->cell(30);
-
 
255
$pdf->SetFont('Arial','',8);
-
 
256
$pdf->Cell(0,5,utf8_decode($l_explain2_imp),0,1,'L');
247
 
257
 
248
//renvoie au navigateur du document 
258
// envoie du document au navigateur 
249
$ticket_name="ticket_".$log_imp.".pdf";
259
$ticket_name="ticket_".$log_imp.".pdf";
250
$pdf->Output($ticket_name,'D');
260
$pdf->Output("ticket.pdf");
251
 
-
 
-
 
261
header ('Location: ticket.pdf');
252
?>
262
?>
253
 
263