22 lines
701 B
Smarty
22 lines
701 B
Smarty
<head>
|
|
{foreach from=$cssFiles item=file}
|
|
<link href="{$file}" rel="stylesheet" media="all">
|
|
{/foreach}
|
|
</head>
|
|
|
|
<body class="printLivraison" orientation="{$orientation}">
|
|
<!-- COMPOSITION -->
|
|
<div class="formLivraison">
|
|
<table class="printHeader">
|
|
<tr>
|
|
<th class="titre">
|
|
LIVRAISON {$infos.paniers_groupe_nom|upper}<br/>
|
|
{$infos.date_long_print}
|
|
</th>
|
|
<th class="page">COMPOSITION DES PANIERS</th>
|
|
<th class="logo"><img src="{$logo}"></th>
|
|
</tr>
|
|
</table>
|
|
{include file='livraisons/livraison_modal_view_tab_compo.tpl'}
|
|
</div>
|
|
</body> |