Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 659 | Go to most recent revision | Details | 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>
5
<link href="../../../presentations/styles/pdf.css" rel="stylesheet" type="text/css" />
6
</head>
7
<body>
8
<!-- EN TETE  de la première page -->
9
        <table  style="width: 100%; background-color:#9AC343;">
10
            <tr>
11
                <td rowspan="2" style="border:none; text-align: left; width: 20%; height:20mm; margin-left:10mm; margin-right:10mm; ">
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>
14
                <td  style=" border:none; text-align: center; vertical-align: bottom ; width: 80%;" >
15
                	<span style="font-size:35px; color:white;">
16
                		<?=$donnees['nom']?>
17
                	</span>
18
                </td>
19
            </tr>
20
            <tr>
21
            	<td style=" border:none; text-align: center;">
22
            		Tela Botanica - Le réseau de la botanique francophone.
23
            	</td>
24
            </tr>
25
        </table>
26
        <br/>
27
        <br/>
28