47 lines
1.7 KiB
Smarty
47 lines
1.7 KiB
Smarty
[{assign var="pagePadding" value=","|explode:"45,15,30,25"}] [{* top, right, bottom, left *}]
|
|
[{assign var="showLogo" value=$showLogo|default:true}]
|
|
|
|
[{capture assign="pdfBlock_style"}]
|
|
[{block name="pdfStyles"}]
|
|
[{include file="@d3PdfDocuments/assets/d3pdfstyles.css.tpl"}]
|
|
[{/block}]
|
|
[{/capture}]
|
|
|
|
[{capture assign="pdfBlock_header"}]
|
|
[{block name="pdfHeader"}]
|
|
[{include file="@d3PdfDocuments/documents/inc/page/header.tpl" showLogo=$showLogo}]
|
|
[{/block}]
|
|
[{/capture}]
|
|
|
|
[{capture assign="pdfBlock_content"}]
|
|
[{include file="@d3PdfDocuments/documents/inc/elements/foldmarks.tpl" pagePadding=$pagePadding}]
|
|
|
|
[{block name="pdfAddressArea"}]
|
|
[{include file="@d3PdfDocuments/documents/inc/elements/addressarea.tpl" addressfile="@d3PdfDocuments/documents/deliverynote/recipientAddress.tpl"}]
|
|
[{/block}]
|
|
|
|
[{block name="pdfInformations"}]
|
|
[{include file="@d3PdfDocuments/documents/inc/elements/informations.tpl" documentinformationfile="@d3PdfDocuments/documents/deliverynote/informations.tpl"}]
|
|
[{/block}]
|
|
|
|
[{block name="pdfSalutation"}]
|
|
[{include file="@d3PdfDocuments/documents/deliverynote/salutation.tpl"}]
|
|
[{/block}]
|
|
|
|
[{block name="pdfArticleList"}]
|
|
[{include file="@d3PdfDocuments/documents/inc/elements/articlelist.tpl" showPrices=false}]
|
|
[{/block}]
|
|
|
|
[{block name="pdfConclusion"}]
|
|
[{include file="@d3PdfDocuments/documents/deliverynote/conclusion.tpl"}]
|
|
[{/block}]
|
|
[{/capture}]
|
|
|
|
[{capture assign="pdfBlock_footer"}]
|
|
[{block name="pdfFooter"}]
|
|
[{include file="@d3PdfDocuments/documents/inc/page/footer.tpl" pagePadding=$pagePadding}]
|
|
[{/block}]
|
|
[{/capture}]
|
|
|
|
[{include file="@d3PdfDocuments/documents/inc/page/base.tpl" pagePadding=$pagePadding}]
|