127 lines
6.5 KiB
Smarty
127 lines
6.5 KiB
Smarty
<div style="text-align: left;">
|
|
<h2>Dziękujemy za rejestrację na II Kongres Surowcowy</h2>
|
|
<p><b>Termin: 3-6 listopada 2025 r.</b></p>
|
|
<p><b>Miejsce kongresu: Krynica-Zdrój</b></p>
|
|
<h3>Podsumowanie </h3>
|
|
<p>{'info_wysłane'|translate}</p>
|
|
<div>
|
|
<div class="divFormTable">
|
|
<div class="divTableFormBody">
|
|
<div class="divTableFormRow">
|
|
<div class="divTableFormCell"><h3>Dane uczestnika:</h3>
|
|
Imię: {$objParticipant->getName()}</br>
|
|
Nazwisko: {$objParticipant->getSurname()}</br>
|
|
Tytuł/stop. naukowy:{$objParticipant->getDegree()}</br>
|
|
Stanowisko: {$objParticipant->getPosition()|default:'brak'}</br>
|
|
Telefon: {$objParticipant->getPhone()}</br>
|
|
Fax: {$objParticipant->getFax()|default:'brak'}</br>
|
|
Email: {$objParticipant->getEmail()}</br>
|
|
</div>
|
|
</div>
|
|
<div class="divTableFormRow">
|
|
<div class="divTableFormCell"><h3>Dane instytucji:</h3>
|
|
Instytucja: {$objParticipant->getInstitution()|default:'brak'}</br>
|
|
Ulica i numer: {$objParticipant->getAddress()|default:'brak'}</br>
|
|
Kod pocztowy: {$objParticipant->getPostCode()|default:'brak'}</br>
|
|
Miejscowość: {$objParticipant->getCity()|default:'brak'}</br>
|
|
NIP Instytucji: {$objParticipant->getNip()|default:'brak'}</br>
|
|
</div>
|
|
</div>
|
|
<div class="divTableFormRow">
|
|
<div class="divTableFormCell"><h3>Dane wystąpienia:</h3>
|
|
Referat: {$objParticipant->getReferat()|default:'Nie'|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}</br>
|
|
Poster: {$objParticipant->getPoster()|default:'Nie'|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}
|
|
<p>Tytuł referatu/posteru: {$objParticipant->getMessage()|default:'brak'}</p>
|
|
<p>Autor: {$objParticipant->getAutor()|default:'brak'}</p>
|
|
</div>
|
|
</div>
|
|
<div class="divTableFormRow">
|
|
<div class="divTableFormCell"><h3>Informacja o kwocie do zapłaty:</h3>
|
|
<div>
|
|
Wybrane opcje:</br>
|
|
{* {if $discPrice == 2}*}
|
|
{if 2 == 2}
|
|
|
|
Opłata zwykła (płatność <b>po 11.10.2024</b>)
|
|
{else}
|
|
Opłata obniżona (płatność <b>do 11.10.2024</b>)
|
|
{/if}
|
|
<ul>
|
|
{foreach $arrayObjParameters as $objParam}
|
|
{if in_array($objParam->GetId(),$arrayFee)}
|
|
{* {if $discPrice == 2}*}
|
|
{if 2 == 1}
|
|
<li>{$objParam->GetName()} {if $objParam->GetId() eq 5}({$objParticipant->GetFeeOneDay()}){/if}</br>
|
|
Cena netto: {$objParam->GetPrice()|number_format:2:",":" "} PLN</br>
|
|
Cena brutto: {assign var="vat" value=$objParam->GetPrice()*1.23}{$vat|number_format:2:",":" "} PLN</br>
|
|
</li>
|
|
|
|
<h3>Razem do zapłaty:</h3>
|
|
{assign var="resultPrice" value=$objParticipant->getPrice()}
|
|
Cena netto: {$resultPrice|number_format:2:",":" "} PLN</br>
|
|
Cena brutto: {assign var="resultPriceVat" value=$resultPrice*1.23}{$resultPriceVat|number_format:2:",":" "} PLN</br>
|
|
|
|
{else}
|
|
<li>{$objParam->GetName()} {if $objParam->GetId() eq 5}({$objParticipant->GetFeeOneDay()}){/if}</br>
|
|
Cena netto (bez VAT): {$objParam->GetPriceProm()|number_format:2:",":" "} PLN</br>
|
|
Cena brutto (z VAT): {assign var="vat" value=$objParam->GetPriceProm()*1.23}{$vat|number_format:2:",":" "} PLN</br>
|
|
</li>
|
|
|
|
{assign var="resultPrice" value=$objParticipant->GetPrice()}
|
|
Cena netto: {$resultPrice|number_format:2:",":" "} PLN</br>
|
|
Cena brutto: {assign var="resultPriceVat" value=$resultPrice*1.23}{$resultPriceVat|number_format:2:",":" "} PLN</br>
|
|
{/if}
|
|
{/if}
|
|
{/foreach}
|
|
|
|
</ul>
|
|
<p><b>{'klauzula_ceny'|translate}</b></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="divTableFormRow">
|
|
<div class="divTableFormCell"><h3>Wyrażono zgody:</h3>
|
|
<p>Zgoda na przetwarzanie danych - {$objParticipant->getAgree1()|default:'Nie'|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
|
|
|
|
<p>Zgoda na przetwarzanie wizerunku - {$objParticipant->getAgree2()|default:'Nie'|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{literal}
|
|
<div style="display: none">
|
|
<style>
|
|
.divTableForm{
|
|
display: table;
|
|
width: 70%;
|
|
}
|
|
.divTableFormRow {
|
|
display: table-row;
|
|
}
|
|
.divTableFormHeading {
|
|
background-color: #EEE;
|
|
display: table-header-group;
|
|
}
|
|
.divTableFormCell, .divTableFormHead {
|
|
border: 0px solid #999999;
|
|
display: table-cell;
|
|
padding: 3px 10px;
|
|
}
|
|
.divTableFormHeading {
|
|
background-color: #EEE;
|
|
display: table-header-group;
|
|
font-weight: bold;
|
|
}
|
|
.divTableFormFoot {
|
|
background-color: #EEE;
|
|
display: table-footer-group;
|
|
font-weight: bold;
|
|
}
|
|
.divTableFormBody {
|
|
display: table-row-group;
|
|
}
|
|
</style>
|
|
</div>
|
|
{/literal} |