paniers/public_html_admin/templates/livraisons/prints/livraison_print_full.tpl

52 lines
1.7 KiB
Smarty

<head>
{foreach from=$cssFiles item=file}
<link href="{$file}" rel="stylesheet" media="all">
{/foreach}
</head>
<body class="printLivraison">
<!-- PANIERS -->
<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">LISTE DES PANIERS</th>
<th class="logo"><img src="{$logo}"></th>
</tr>
</table>
{include file='livraisons/livraison_modal_view_tab_paniers.tpl'}
</div>
{if $infos.legumes|@count>0}
<!-- COMPOSITION -->
<div class="formLivraison page_break">
<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>
<!-- LEGUMES -->
<div class="formLivraison page_break">
<table class="printHeader">
<tr>
<th class="titre">
LIVRAISON {$infos.paniers_groupe_nom|upper}<br/>
{$infos.date_long_print}
</th>
<th class="page">TOTAL LEGUMES</th>
<th class="logo"><img src="{$logo}"></th>
</tr>
</table>
{include file='livraisons/livraison_modal_view_tab_legumes.tpl'}
</div>
{/if}
</body>