Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 642 → Rev 643

/trunk/modules/pdf_export/squelettes/pdf_header.tpl.html
New file
0,0 → 1,28
<!-- ici est le style et l'en-tête de la première page.
pour un en-tête sur chaque page avec wkhtmltopdf utiliser --header.* -->
<html>
<head>
<link href="../../../presentations/styles/pdf.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- EN TETE de la première page -->
<table style="width: 100%; background-color:#9AC343;">
<tr>
<td rowspan="2" style="border:none; text-align: left; width: 20%; height:20mm; margin-left:10mm; margin-right:10mm; ">
<img style="height:15mm;" src="http://www.tela-botanica.org/sites/botanique/generique/images/graphisme/logo_tela_fond_vert.png" alt="Tela Botanica"/>
</td>
<td style=" border:none; text-align: center; vertical-align: bottom ; width: 80%;" >
<span style="font-size:35px; color:white;">
<?=$donnees['nom']?>
</span>
</td>
</tr>
<tr>
<td style=" border:none; text-align: center;">
Tela Botanica - Le réseau de la botanique francophone.
</td>
</tr>
</table>
<br/>
<br/>