Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1377 | Rev 1500 | Go to most recent revision | 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>
675 mathilde 6
<link href="<?=$donnees_pdf['chemin_css'] ?>" rel="stylesheet" type="text/css" />
643 mathilde 7
</head>
8
<body>
9
<!-- EN TETE  de la première page -->
10
        <table  style="width: 100%; background-color:#9AC343;">
699 mathilde 11
            <tr>
688 mathilde 12
                <td  style="border:none; text-align: left; width: 20%; height:20mm; margin-left:10mm; margin-right:10mm; ">
1379 mathias 13
                	<img  style="height:15mm;" src="http://resources.tela-botanica.org/tb/img/135x102/logo_carre_officiel.png" alt="Tela Botanica"/>
643 mathilde 14
                </td>
688 mathilde 15
                <td  style=" border:none; text-align: center; vertical-align: bottom ;  padding-bottom:5px;" >
16
                	<span style="font-size:20px; color:white;">
17
                		 <?=$donnees_pdf['nom']?>
18
                	</span> <br/><br/>
19
            		eFlore, la flore électronique de Tela Botanica.
713 mathilde 20
            		<span class="version"><?=$donnees_pdf['version']?></span>
643 mathilde 21
            	</td>
22
            </tr>
23
        </table>
24
        <br/>
25
        <br/>
26