Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 675 | Rev 688 | 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>
683 mathilde 5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
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;">
11
            <tr>
12
                <td rowspan="2" style="border:none; text-align: left; width: 20%; height:20mm; margin-left:10mm; margin-right:10mm; ">
13
                	<img  style="height:15mm;" src="http://www.tela-botanica.org/sites/botanique/generique/images/graphisme/logo_tela_fond_vert.png" alt="Tela Botanica"/>
14
                </td>
15
                <td  style=" border:none; text-align: center; vertical-align: bottom ; width: 80%;" >
16
                	<span style="font-size:35px; color:white;">
675 mathilde 17
                		<?=$donnees_pdf['nom']?>
643 mathilde 18
                	</span>
19
                </td>
20
            </tr>
21
            <tr>
22
            	<td style=" border:none; text-align: center;">
23
            		Tela Botanica - Le réseau de la botanique francophone.
24
            	</td>
25
            </tr>
26
        </table>
27
        <br/>
28
        <br/>
29