Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 692 | Rev 713 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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