Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1500 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1020 raphael 1
<!doctype html>
2
<html>
643 mathilde 3
<!-- ici est le style  et l'en-tête de la première page.
4
pour un en-tête sur chaque page avec wkhtmltopdf utiliser --header.* -->
5
<head>
1500 mathias 6
	<meta charset="UTF-8">
7
	<link href="<?=$donnees_pdf['chemin_css'] ?>" rel="stylesheet" type="text/css" />
643 mathilde 8
</head>
9
<body>
10
<!-- EN TETE  de la première page -->
11
        <table  style="width: 100%; background-color:#9AC343;">
699 mathilde 12
            <tr>
688 mathilde 13
                <td  style="border:none; text-align: left; width: 20%; height:20mm; margin-left:10mm; margin-right:10mm; ">
1520 delphine 14
                	<img  style="height:15mm;" src="https://resources.tela-botanica.org/tb/img/135x102/logo_carre_officiel.png" alt="Tela Botanica"/>
643 mathilde 15
                </td>
688 mathilde 16
                <td  style=" border:none; text-align: center; vertical-align: bottom ;  padding-bottom:5px;" >
17
                	<span style="font-size:20px; color:white;">
18
                		 <?=$donnees_pdf['nom']?>
19
                	</span> <br/><br/>
20
            		eFlore, la flore électronique de Tela Botanica.
713 mathilde 21
            		<span class="version"><?=$donnees_pdf['version']?></span>
643 mathilde 22
            	</td>
23
            </tr>
24
        </table>
25
        <br/>
26
        <br/>
27