fixed footer and policy
This commit is contained in:
@@ -430,7 +430,7 @@ $html = <<<HTML
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<h3 style="text-align: center;">File Tecnico numero: $tdnumber</h3>
|
||||
<h3 style="text-align: center;">File Tecnico n./ Technical File N.: $tdnumber</h3>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
@@ -499,7 +499,7 @@ if ($ceinside != 'Y') {
|
||||
$html .= '<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">MANDATARIO</th>
|
||||
<th colspan="2">MANDATARIO / REPRESENTATIVE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -598,11 +598,11 @@ $html .= <<<HTML
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="first-column">Codice Articolo</td>
|
||||
<td class="first-column">Codice Articolo / Article Code</td>
|
||||
<td class="header-data">{$description}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Modello</td>
|
||||
<td class="first-column">Modello / Model</td>
|
||||
<td class="header-data">{$model}</td>
|
||||
</tr>
|
||||
HTML;
|
||||
@@ -610,7 +610,7 @@ HTML;
|
||||
if ($idarttype == 1) {
|
||||
$html .= <<<HTML
|
||||
<tr>
|
||||
<td class="first-column">Classificazione</td>
|
||||
<td class="first-column">Classificazione / Classification</td>
|
||||
<td class="header-data">{$classfinal}</td>
|
||||
</tr>
|
||||
HTML;
|
||||
@@ -618,19 +618,19 @@ HTML;
|
||||
|
||||
$html .= <<<HTML
|
||||
<tr>
|
||||
<td class="first-column">Misura</td>
|
||||
<td class="first-column">Misura / Measure</td>
|
||||
<td class="header-data">{$measuremin} - {$measuremax}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Destinazione d'uso del DPI</td>
|
||||
<td class="first-column">Destinazione d'uso del DPI / PPE Destination Use</td>
|
||||
<td class="header-data">{$destppe}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Processo di lavorazione</td>
|
||||
<td class="first-column">Processo di lavorazione / Production process</td>
|
||||
<td class="header-data">{$manprocess}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">DPI soggetto ad invecchiamento</td>
|
||||
<td class="first-column">DPI soggetto ad invecchiamento / PPE subject to aging</td>
|
||||
<td class="header-data">{$ppeagetext}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -657,11 +657,11 @@ while ($rowstd = $resultstd->fetch_assoc()) {
|
||||
$stdcode = $rowstd['standardcode'];
|
||||
$dpicat = $rowstd['value_dpicategory'];
|
||||
$html .= "<tr>
|
||||
<td style='font-weight: bold; width: 20%;'>Norme armonizzate di riferimento</td>
|
||||
<td style='font-weight: bold; width: 20%;'>Norme armonizzate di riferimento / Applicable harmonized standards</td>
|
||||
<td class='header-data' style='width: 20%;'>{$stdcode}</td>
|
||||
<td style='font-weight: bold; width: 15%;'>Cat Protezione DPI</td>
|
||||
<td style='font-weight: bold; width: 15%;'>Cat Protezione DPI / PPE Protection Cat</td>
|
||||
<td class='header-data' style='width: 15%;'>{$rowstd['name_protectioncategory']}</td>
|
||||
<td style='font-weight: bold; width: 15%;'>Categoria del DPI</td>
|
||||
<td style='font-weight: bold; width: 15%;'>Categoria del DPI / PPE Category</td>
|
||||
<td class='header-data' style='width: 15%;'>{$rowstd['value_dpicategory']}</td>
|
||||
</tr>";
|
||||
};
|
||||
@@ -674,32 +674,32 @@ if ($idarttype == 1) {
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Altre informazioni</th>
|
||||
<th colspan="2">Altre informazioni / Other information</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="first-column">Resistenza allo scivolamento</td>
|
||||
<td class="first-column">Resistenza allo scivolamento / Slip resistance</td>
|
||||
<td class="header-data" style="width: 50%;">{$slippingtext}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Autoclavabile</td>
|
||||
<td class="first-column">Autoclavabile / Autoclavable</td>
|
||||
<td class="header-data">{$autoclavabletext}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Certificazione UKCA</td>
|
||||
<td class="first-column">Certificazione UKCA / UKCA Certification</td>
|
||||
<td class="header-data">{$ukcatext}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Calzature con plantari personalizzati (DGUV)</td>
|
||||
<td class="first-column">Calzature con plantari personalizzati (DGUV) / Footwear with customized insoles (DGUV)</td>
|
||||
<td class="header-data">{$shoesorthopedictext}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Calzature modificate con rialzi o inserti nel fondo (DGUV)</td>
|
||||
<td class="first-column">Calzature modificate con rialzi o inserti nel fondo (DGUV) / Footwear modified with lifts or sole inserts (DGUV)</td>
|
||||
<td class="header-data">{$shoesorthopedicmodtext}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Calzature ESD</td>
|
||||
<td class="first-column">Calzature ESD / ESD Footwear</td>
|
||||
<td class="header-data">{$esdtext}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -717,7 +717,7 @@ $html .= '<table>
|
||||
while ($rowaddreq = $resultaddreq->fetch_assoc()) {
|
||||
|
||||
$html .= "<tr>
|
||||
<td style='font-weight: bold; width: 15%;'>Categoria di protezione aggiuntiva</td>
|
||||
<td style='font-weight: bold; width: 15%;'>Categoria di protezione aggiuntiva / Additional protection category</td>
|
||||
<td class='header-data' style='width: 15%;'>{$rowaddreq['name_additionalrequirements_it']}</td>
|
||||
|
||||
</tr>";
|
||||
@@ -752,7 +752,7 @@ if ($virusprot == "Y") :
|
||||
$html .= '<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 50%;" colspan="1">Protezione da Virus</td>
|
||||
<td style="width: 50%;" colspan="1">Protezione da Virus / Virus Protection</td>
|
||||
<td>{}</td>
|
||||
</tr>
|
||||
|
||||
@@ -769,11 +769,11 @@ if (!empty($chemicalAgents)) :
|
||||
$html .= '<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Chemical Agent</td>';
|
||||
<td>Agenti Chimici / Chemical Agent</td>';
|
||||
|
||||
if ($idarttype == 2) {
|
||||
$html .= '<td>Level</td>
|
||||
<td>Degradation Percentage</td>';
|
||||
$html .= '<td>Livello / Level</td>
|
||||
<td>Percentuale di degradazione / Degradation Percentage</td>';
|
||||
}
|
||||
|
||||
$html .= '</tr>
|
||||
@@ -980,31 +980,31 @@ HTML;
|
||||
} else {
|
||||
$html .= <<<HTML
|
||||
<tr>
|
||||
<td class="first-column">Posizione della marcatura sul DPI</td>
|
||||
<td class="first-column">Posizione della marcatura sul DPI / Position of the marking on the PPE</td>
|
||||
<td class="header-data">{$localisationppemarking}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Marchio del fabbricante</td>
|
||||
<td class="first-column">Marchio del fabbricante / Manufacturer's mark</td>
|
||||
<td><img src="{$filenamelogowithpath}" style="max-height: 80px;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Codice Articolo</td>
|
||||
<td class="first-column">Codice Articolo / Article Code</td>
|
||||
<td class="header-data">$description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Indirizzo del fabbricante</td>
|
||||
<td class="first-column">Indirizzo del fabbricante / manufacturer's address</td>
|
||||
<td class="header-data">$address - $country</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Misura</td>
|
||||
<td class="first-column">Misura / Measure</td>
|
||||
<td class="header-data">{$sizeexamplecemark}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Mese ed anno di produzione</td>
|
||||
<td class="first-column">Mese ed anno di produzione / Production month and year</td>
|
||||
<td class="header-data">{$monthyearprod}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="first-column">Numero di serie e/o di lotto</td>
|
||||
<td class="first-column">Numero di serie e/o di lotto / Serial number and/or lot</td>
|
||||
<td class="header-data">{$serialbatchnumber}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user