This commit is contained in:
2025-04-01 00:38:54 +02:00
parent d4d4c0c09d
commit 87da06293a
22351 changed files with 5168854 additions and 7538 deletions

View File

@@ -0,0 +1,13 @@
{if !empty($x13gpsr.responsibleManufacturer)}
{include file='../responsible_manufacturer.tpl'}
{/if}
{if !empty($x13gpsr.responsiblePerson)}
{include file='../responsible_person.tpl'}
{/if}
{if $x13gpsr.config.displayExtraSafetyInformation}
<div class="x13gpsr__informations">
{$x13gpsr.extraSafetyInformation nofilter}
</div>
{/if}

View File

@@ -0,0 +1,37 @@
{if !empty($x13gpsr.responsibleManufacturer) || !empty($x13gpsr.responsiblePerson)}
<ul class="x13gpsr__nav" id="x13gpsrTab" role="tablist">
{if !empty($x13gpsr.responsibleManufacturer)}
<li class="x13gpsr__nav-item">
<a class="x13gpsr__nav-link active" id="x13gpsr-manufacturer-tab" data-toggle="x13gpsr-tab"
href="#x13gpsrManufacturer" role="tab" aria-controls="x13gpsrManufacturer"
aria-selected="true">{l s='Manufacturer' mod='x13gpsr'}</a>
</li>
{/if}
{if !empty($x13gpsr.responsiblePerson)}
<li class="x13gpsr__nav-item">
<a class="x13gpsr__nav-link{if empty($x13gpsr.responsibleManufacturer)} active{/if}" id="x13gpsr-person-tab" data-toggle="x13gpsr-tab" href="#x13gpsrPerson" role="tab"
aria-controls="x13gpsrPerson" aria-selected="false">{l s='Responsible person' mod='x13gpsr'}</a>
</li>
{/if}
</ul>
<div class="x13gpsr__tab-content" id="x13gpsrTabContent">
{if !empty($x13gpsr.responsibleManufacturer)}
<div class="x13gpsr__tab-pane active" id="x13gpsrManufacturer" role="tabpanel"
aria-labelledby="x13gpsr-manufacturer-tab">
{include file='../../_partials/responsible_manufacturer.tpl'}
</div>
{/if}
{if !empty($x13gpsr.responsiblePerson)}
<div class="x13gpsr__tab-pane{if empty($x13gpsr.responsibleManufacturer)} active{/if}" id="x13gpsrPerson" role="tabpanel" aria-labelledby="x13gpsr-person-tab">
{include file='../../_partials/responsible_person.tpl'}
</div>
{/if}
</div>
{/if}
{if $x13gpsr.config.displayExtraSafetyInformation}
<div class="x13gpsr__informations">
{$x13gpsr.extraSafetyInformation nofilter}
</div>
{/if}

View File

@@ -0,0 +1,13 @@
{if !empty($x13gpsr.responsibleManufacturer)}
{include file='module:x13gpsr/views/templates/hook/_partials/responsible_manufacturer.tpl'}
{/if}
{if !empty($x13gpsr.responsiblePerson)}
{include file='module:x13gpsr/views/templates/hook/_partials/responsible_person.tpl'}
{/if}
{if $x13gpsr.config.displayExtraSafetyInformation}
<div class="x13gpsr__informations">
{$x13gpsr.extraSafetyInformation nofilter}
</div>
{/if}

View File

@@ -0,0 +1,35 @@
{if $x13gpsr.config.displayManufacturerLogo && $x13gpsr.hasManufacturer && $x13gpsr.manufacturerLogo}
<p class="x13gpsr__manufacturer">
<a href="{$x13gpsr.manufacturerUrl}" title="{$x13gpsr.manufacturerName}">
<img src="{$x13gpsr.manufacturerLogo}" alt="{$x13gpsr.manufacturerName}">
</a>
</p>
{/if}
<p class="x13gpsr__list">
<strong class="x13gpsr__item x13gpsr__title">{l s='Manufacturer' mod='x13gpsr'}</strong>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span class="x13gpsr__label">{l s='Manufacturer Name' mod='x13gpsr'}:</span>{/if}
{$x13gpsr.responsibleManufacturer.name}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Adress' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsibleManufacturer.address}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='City' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsibleManufacturer.postcode}
{$x13gpsr.responsibleManufacturer.city}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Country' mod='x13gpsr'}:</span>
{/if}{$x13gpsr.responsibleManufacturer.country}</span>
{if $x13gpsr.responsibleManufacturer.email}
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='E-mail' mod='x13gpsr'}:</span> {/if}<a
href="mailto:{$x13gpsr.responsibleManufacturer.email}">{$x13gpsr.responsibleManufacturer.email}</a></span>
{/if}
{if $x13gpsr.responsibleManufacturer.phone}
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Phone' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsibleManufacturer.phone}</span>
{/if}
</p>
{if !empty($x13gpsr.responsibleManufacturer.extra_note)}
<div class="x13gpsr__extraNote">
{$x13gpsr.responsibleManufacturer.extra_note nofilter}
</div>
{/if}

View File

@@ -0,0 +1,28 @@
<p class="x13gpsr__list">
<strong class="x13gpsr__item x13gpsr__title">{l s='Responsible person' mod='x13gpsr'}</strong>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Company name / Person Name' mod='x13gpsr'}:</span>
{/if}{$x13gpsr.responsiblePerson.name}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Adress' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsiblePerson.address}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='City' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsiblePerson.postcode}
{$x13gpsr.responsiblePerson.city}</span>
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Country' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsiblePerson.country}</span>
{if $x13gpsr.responsiblePerson.email}
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='E-mail' mod='x13gpsr'}:</span> {/if}<a
href="mailto:{$x13gpsr.responsiblePerson.email}">{$x13gpsr.responsiblePerson.email}</a></span>
{/if}
{if $x13gpsr.responsiblePerson.phone}
<span class="x13gpsr__item">{if $x13gpsr.config.displayLabel}<span
class="x13gpsr__label">{l s='Phone' mod='x13gpsr'}:</span> {/if}{$x13gpsr.responsiblePerson.phone}</span>
{/if}
</p>
{if !empty($x13gpsr.responsiblePerson.extra_note)}
<div class="x13gpsr__extraNote">
{$x13gpsr.responsiblePerson.extra_note nofilter}
</div>
{/if}

View File

@@ -0,0 +1,37 @@
{if !empty($x13gpsr.responsibleManufacturer) || !empty($x13gpsr.responsiblePerson)}
<ul class="x13gpsr__nav" id="x13gpsrTab" role="tablist">
{if !empty($x13gpsr.responsibleManufacturer)}
<li class="x13gpsr__nav-item">
<a class="x13gpsr__nav-link active" id="x13gpsr-manufacturer-tab" data-toggle="x13gpsr-tab"
href="#x13gpsrManufacturer" role="tab" aria-controls="x13gpsrManufacturer"
aria-selected="true">{l s='Manufacturer' mod='x13gpsr'}</a>
</li>
{/if}
{if !empty($x13gpsr.responsiblePerson)}
<li class="x13gpsr__nav-item">
<a class="x13gpsr__nav-link{if empty($x13gpsr.responsibleManufacturer)} active{/if}" id="x13gpsr-person-tab" data-toggle="x13gpsr-tab" href="#x13gpsrPerson" role="tab"
aria-controls="x13gpsrPerson" aria-selected="false">{l s='Responsible person' mod='x13gpsr'}</a>
</li>
{/if}
</ul>
<div class="x13gpsr__tab-content" id="x13gpsrTabContent">
{if !empty($x13gpsr.responsibleManufacturer)}
<div class="x13gpsr__tab-pane active" id="x13gpsrManufacturer" role="tabpanel"
aria-labelledby="x13gpsr-manufacturer-tab">
{include file='module:x13gpsr/views/templates/hook/_partials/responsible_manufacturer.tpl'}
</div>
{/if}
{if !empty($x13gpsr.responsiblePerson)}
<div class="x13gpsr__tab-pane{if empty($x13gpsr.responsibleManufacturer)} active{/if}" id="x13gpsrPerson" role="tabpanel" aria-labelledby="x13gpsr-person-tab">
{include file='module:x13gpsr/views/templates/hook/_partials/responsible_person.tpl'}
</div>
{/if}
</div>
{/if}
{if $x13gpsr.config.displayExtraSafetyInformation}
<div class="x13gpsr__informations">
{$x13gpsr.extraSafetyInformation nofilter}
</div>
{/if}