first commit
This commit is contained in:
1
_rejestracja/template/.htaccess
Normal file
1
_rejestracja/template/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
Options -Indexes
|
||||
1
_rejestracja/template/clean.tpl
Normal file
1
_rejestracja/template/clean.tpl
Normal file
@@ -0,0 +1 @@
|
||||
{$content}
|
||||
113
_rejestracja/template/index.tpl
Normal file
113
_rejestracja/template/index.tpl
Normal file
@@ -0,0 +1,113 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<!--[if lte IE 8]><script src="{$urlStatic}/script/jQuery/html5shiv.js"></script><![endif]-->
|
||||
|
||||
<link rel="stylesheet" href="{$urlStatic}/css/Strona/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{$urlStatic}/css/flexslider.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{$urlStatic}/css/Strona/swipebox.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{$urlStatic}/css/Strona/skin.css" type="text/css" />
|
||||
{* <link rel="stylesheet" href="{$urlStatic}/css/bjqs.css" />*}
|
||||
|
||||
<meta name="keywords" content="{$metaKeywords|default:" $defaultKeywords"}" />
|
||||
<meta name="description" content="{$metaDescription|default:" $defaultDescription"}" />
|
||||
{if $headerRedirect.url!=''}
|
||||
<meta http-equiv="Refresh"
|
||||
content="{$headerRedirect.time}; URL={$headerRedirect.url}" />
|
||||
{/if}
|
||||
<title>{$pageTitle}</title>
|
||||
<script src='https://www.google.com/recaptcha/api.js?onload=recaptchaCallback'></script>
|
||||
<script src="{url label="translateJs"}" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript">
|
||||
var mainUrl = '{$urlMain}';</script>
|
||||
{section name=s loop=$javaScript} {if $javaScript[s].file!=''}
|
||||
<script src="{$javaScript[s].file}" type="text/javascript"
|
||||
charset="utf-8"></script>
|
||||
{/if} {if $javaScript[s].code!=''}
|
||||
<script type="text/javascript">
|
||||
<!-- <![CDATA[
|
||||
{
|
||||
$javaScript[s].code
|
||||
}
|
||||
// ]]> -->
|
||||
</script>
|
||||
{/if} {/section}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
{* Header *}
|
||||
<header id="header" class="header">
|
||||
<div class="top">
|
||||
<div class=""><h1 id="logo" class="logo" onclick="home" ><a title="" href="">Konferencja Aktualia</a></h1></div>
|
||||
<!-- <div class="cb"></div>-->
|
||||
<div class="title_konf">Konferencja Aktualia</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div class="menuRwd" onclick="menuRwd();"></div>
|
||||
<div class="menu" id="menu" style="z-index: 2;">
|
||||
<ul id="nav">
|
||||
<li><a href="https://aktualia.com.pl/">Home</a></li>
|
||||
<li><a href="https://aktualia.com.pl/okonferencji">O Kongresie</a></li>
|
||||
<li><a href="https://aktualia.com.pl/program">Program</a></li>
|
||||
<li><a href="https://aktualia.com.pl/rejestracja">Rejestracja</a></li>
|
||||
<li><a href="https://aktualia.com.pl/informacje">Informacje</a></li>
|
||||
<li><a href="https://aktualia.com.pl/materialy">Materiały</a></li>
|
||||
<li><a href="https://aktualia.com.pl/galeria">Galeria</a></li>
|
||||
<li><a href="https://aktualia.com.pl/kontakt">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="cb"></div>
|
||||
</header>
|
||||
<div class="baner1">
|
||||
<section class="slider">
|
||||
<div class="flexslider">
|
||||
<ul class="slides"><li><img src="{$urlStatic}/image/slider1.jpg" /></li>
|
||||
<li><img src="{$urlStatic}/image/slider2.jpg" /></li>
|
||||
<li><img src="{$urlStatic}/image/slider3.jpg" /></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
|
||||
|
||||
<div class="motto">
|
||||
<div class="mottoContent">
|
||||
|
||||
{$content}
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
|
||||
<div class="bottom">
|
||||
|
||||
<div class="bottomContent">
|
||||
<div style="float: left; width: 80%;margin-bottom:0px;">
|
||||
<h2>Instytut Gospodarki Surowcami Mineralnymi i Energią Polskiej Akademii Nauk</h2>
|
||||
<p>ul. J. Wybickiego 7A, 31-261 Kraków</p>
|
||||
<p>e-mail: <a href="mailto:aktualia@min-pan.krakow.pl">aktualia@min-pan.krakow.pl</a></div>
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
245
_rejestracja/template/index.tpl.bak
Normal file
245
_rejestracja/template/index.tpl.bak
Normal file
@@ -0,0 +1,245 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/png" href="{$urlStatic}/image/Strona/favicon.png" />
|
||||
<!--[if lte IE 8]><script src="{$urlStatic}/script/jQuery/html5shiv.js"></script><![endif]-->
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{$urlStatic}/css/Strona/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{$urlStatic}/css/flexslider.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{$urlStatic}/css/Strona/swipebox.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{$urlStatic}/css/Strona/skin.css" type="text/css" />
|
||||
{* <link rel="stylesheet" href="{$urlStatic}/css/bjqs.css" />*}
|
||||
|
||||
<meta name="keywords" content="{$metaKeywords|default:" $defaultKeywords"}" />
|
||||
<meta name="description" content="{$metaDescription|default:" $defaultDescription"}" />
|
||||
{if $headerRedirect.url!=''}
|
||||
<meta http-equiv="Refresh"
|
||||
content="{$headerRedirect.time}; URL={$headerRedirect.url}" />
|
||||
{/if}
|
||||
<title>{$pageTitle}</title>
|
||||
<script src="{url label="translateJs"}" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript">
|
||||
var mainUrl = '{$urlMain}';</script>
|
||||
{section name=s loop=$javaScript} {if $javaScript[s].file!=''}
|
||||
<script src="{$javaScript[s].file}" type="text/javascript"
|
||||
charset="utf-8"></script>
|
||||
{/if} {if $javaScript[s].code!=''}
|
||||
<script type="text/javascript">
|
||||
<!-- <![CDATA[
|
||||
{
|
||||
$javaScript[s].code
|
||||
}
|
||||
// ]]> -->
|
||||
</script>
|
||||
{/if} {/section}
|
||||
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$('#gallery a')
|
||||
.swipebox();
|
||||
$('a.gallery')
|
||||
.swipebox();
|
||||
|
||||
$('.gmaps')
|
||||
.swipebox({
|
||||
afterOpen: function () {
|
||||
$('#swipebox-slider').html('<div class="slide"><iframe src="https://www.google.com/maps/d/embed?mid=1g5i3gHu_eIJ7v4leNgZqC3SmhTw" width="90%" height="90%"></iframe></div>');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
{/literal}
|
||||
{*
|
||||
$('#header').css({top: "-25px"});
|
||||
$('.top').css({height: "49px"});
|
||||
$('h1.logo').css({marginTop: "10px"});
|
||||
$('h1.logo').css({marginBottom: "-25px"});
|
||||
$('.menu').css({lineHeight: "32px"});
|
||||
$('#logo').addClass('logo-small');
|
||||
$('.find').addClass('find-small');
|
||||
$('.langIcon').addClass('langIcon-small');
|
||||
|
||||
*}
|
||||
|
||||
|
||||
{literal}
|
||||
<script>
|
||||
window.addEventListener('resize', function () {
|
||||
if (window.innerWidth > 780) {
|
||||
$(window).load(function () {
|
||||
$("#header").sticky({topSpacing: -150, responsiveWidth: false});
|
||||
$('#header').on('sticky-start', function () {
|
||||
$('#header').addClass('sticky');
|
||||
$('.menu').addClass('menu-small');
|
||||
$('#logo').addClass('logo-small');
|
||||
$('h1.logo').css({marginTop: "120px"});
|
||||
$('h1.logo').css({marginBottom: "-69px"});
|
||||
$('.find').addClass('find-small');
|
||||
$('.langIcon').addClass('langIcon-small');
|
||||
$('.searchButton').addClass('searchButtonSmall');
|
||||
console.log("Started");
|
||||
});
|
||||
$('#header').on('sticky-end', function () {
|
||||
$('#header').removeClass('sticky');
|
||||
$('#logo').removeClass('logo-small');
|
||||
$('.find').removeClass('find-small');
|
||||
$('.langIcon').removeClass('langIcon-small');
|
||||
$('#logo').addClass('logo');
|
||||
$('#header').css({top: "0px"});
|
||||
$('h1.logo').css({marginTop: "25px"});
|
||||
$('h1.logo').css({marginBottom: "0px"});
|
||||
$('.menu').removeClass('menu-small');
|
||||
$('.searchButton').removeClass('searchButtonSmall');
|
||||
console.log("end");
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
function beforeSlider_001(slider) {
|
||||
$(slider.get(0)).find('.desc-wrap h3').each(function () {
|
||||
$(this).css('opacity', 0);
|
||||
});
|
||||
$(slider.get(0)).find('.desc-wrap .desc p').each(function () {
|
||||
$(this).css('opacity', 0);
|
||||
});
|
||||
$(slider.get(0)).find('.desc-wrap a').each(function () {
|
||||
$(this).css('opacity', 0);
|
||||
});
|
||||
}
|
||||
|
||||
function afterSlider_001(slider) {
|
||||
var content = $(slider.slides.get(slider.currentSlide));
|
||||
content.find('.desc-wrap h3').css('visibility', 'visible');
|
||||
content.find('.desc-wrap h3').delay(400).animate({opacity: 1}, 1000);
|
||||
content.find('.desc-wrap .desc p').css('visibility', 'visible');
|
||||
content.find('.desc-wrap .desc p').delay(700).animate({opacity: 1}, 1000);
|
||||
content.find('.desc-wrap a').css('visibility', 'visible');
|
||||
content.find('.desc-wrap a').delay(1200).animate({opacity: 1}, 1000);
|
||||
}
|
||||
|
||||
$(window).load(function () {
|
||||
$('.flexslider').flexslider({
|
||||
slideshowSpeed: {/literal}{$slideshowSpeed*1000}{literal},
|
||||
animationSpeed: 2000,
|
||||
easing: "swing",
|
||||
useCSS: "false",
|
||||
touch: false,
|
||||
slideshow: true,
|
||||
animation: "fade",
|
||||
start: function (slider) {
|
||||
|
||||
beforeSlider_001(slider);
|
||||
afterSlider_001(slider);
|
||||
},
|
||||
before: function (slider) {
|
||||
|
||||
beforeSlider_001(slider);
|
||||
},
|
||||
after: function (slider) {
|
||||
|
||||
afterSlider_001(slider);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
{/literal}
|
||||
{if isset($indexSG)}
|
||||
|
||||
{literal}
|
||||
|
||||
{/literal}
|
||||
{/if}
|
||||
{if isset($analyticsCode)}
|
||||
{$analyticsCode}
|
||||
{/if}
|
||||
</head>
|
||||
<body>
|
||||
{* Header *}
|
||||
<header id="header" class="header">
|
||||
{* Top *}
|
||||
<div class="top">
|
||||
<div class="col-4 col-s-5"><h1 id="logo" class="logo"> <a title=" " href="{$urlMain}/{$lang}">Strona Główna - PROCARD - tworzenie efektywnych i bezpiecznych systemów automatyzacji transakcji</a></h1></div>
|
||||
<div class="find col-4 col-s-4"><form action="{url label=$searchLabel}" method="post"><input type="text" name="search" size="20" placeholder="{'search_input'|translate}" onkeyup="$('.searchButton').show();" /><button class="searchButton" onclick="">></button></form></div>
|
||||
<div class="langIcon col-1 col-s-1">
|
||||
{if $lang == 'pl'}
|
||||
<a href="{$urlMain}/en"><img src="{$urlStatic}/image/Strona/english.jpg" alt="" border="0" align="left" style="margin-right:8px;">english version</a>
|
||||
{else}
|
||||
<a href="{$urlMain}/pl"><img src="{$urlStatic}/image/Strona/fl_pol.gif" alt="" border="0" align="left" style="margin-right:8px;">wersja polska</a>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
{* Nav *}
|
||||
<nav class="navigation">
|
||||
<div class="menuRwd" onclick="menuRwd();"></div>
|
||||
{$MenuTopTree}
|
||||
</nav>
|
||||
</header>
|
||||
<div class="cb"></div>
|
||||
{* Slider *}
|
||||
{$banerBox}
|
||||
<div class="cb"></div>
|
||||
{* Main Container *}
|
||||
{if isset($indexSG)}
|
||||
{$content}
|
||||
{else}
|
||||
|
||||
<section id="main" class="main contentText right dark fullscreen">
|
||||
|
||||
<div class="content box contentText">
|
||||
<div class="breadCrumbs">
|
||||
{breadCrumbs}
|
||||
</div>
|
||||
{$MenuTopChildTree}
|
||||
|
||||
{$content}
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/if}
|
||||
<footer id="contact" class="main footer">
|
||||
<div class="content container">
|
||||
<div class="box container 75%">
|
||||
<div class="map col-3 col-s-9">
|
||||
<div>
|
||||
{'footer_map'|translate}
|
||||
</div>
|
||||
<div>{'coordinate'|translate}
|
||||
</div>
|
||||
</div>
|
||||
<div class="address col-5 col-s-9">{'footer_address'|translate}</div>
|
||||
<div class="copyright col-4 col-s-9">{'footer_copyright'|translate}</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div style="display: none">
|
||||
<div id="slide1">Slide 1 Content</div>
|
||||
</div>
|
||||
{if !isset($polityka_akceptacja)}
|
||||
<div class="tekst" id="polityka" style="border: #d7dadd 1px dotted; text-align: center; position:fixed; margin: auto; bottom: 0px; padding: 5px; background: #d7dfe5; width: 100%; min-height: 30px; padding: 5px; display: block; z-index:9999;">
|
||||
|
||||
<p>{'polityka_plikow_cookies_text'|translate}
|
||||
<a href="#" onclick="setCookie('polityka_akceptacja', '1', 365);" title="Akceptuj">[x]</a> </p></div>
|
||||
{/if}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
13
_rejestracja/template/partial/File/Index.tpl
Normal file
13
_rejestracja/template/partial/File/Index.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
<h1>{$objElement->GetName()}</h1>
|
||||
|
||||
{foreach from=$arrayFile item=objFile name=type}
|
||||
<div>
|
||||
<div style="float: left; margin: 5px;"><a href="{$objFile->GetNameUrl()}" target="_blank"><img src="{$objFile->GetFileIcon()}" title="{$objFile->GetName()|escape}" alt="" style="border: 0px;" ></a></div>
|
||||
<div style="padding-top: 10px;"><a href="{$objFile->GetNameUrl()}" target="_blank" >{$objFile->GetTitle()}</a></div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
{*$formDownload*}
|
||||
|
||||
84
_rejestracja/template/partial/Index/AjaxForm.tpl
Normal file
84
_rejestracja/template/partial/Index/AjaxForm.tpl
Normal file
@@ -0,0 +1,84 @@
|
||||
<input name="type" type="hidden" value="{$type}" />
|
||||
{assign var=idGroup value=null}
|
||||
{assign var=idGroupVal value=null}
|
||||
{foreach $arrayGroupParam as $arrayObjParameters}
|
||||
{* Stałe *}
|
||||
{if $arrayObjParameters[0]->getPriceType() == 1}
|
||||
{* Lista - Rodzaj pieca *}
|
||||
{if $arrayObjParameters[0]->getList() == 1}
|
||||
{foreach $arrayObjParameters as $objParameters}
|
||||
{if $objParameters@first}
|
||||
<div class="entry">
|
||||
<div class="label"></div>
|
||||
<div class="value" >
|
||||
{/if}
|
||||
<label class="control control--radio" title="{$objParameters->GetOpis()}">{$objParameters->GetName()}
|
||||
<input type="radio" name="piec" value="{$objParameters->GetName()}" {if $objParameters@first}checked="checked" onclick="$('#project').hide();"{/if} {if $objParameters@last} onclick="$('#project').show();"{/if} />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
{if $objParameters@last}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
{* Wybór opcji Tak/Nie *}
|
||||
{if $arrayObjParameters[0]->getList() == 0}
|
||||
{foreach $arrayObjParameters as $objParameters}
|
||||
|
||||
{if $objParameters@first && $objParameters->getPriceType() == 1}
|
||||
{assign var=idGroup value=$objParameters->GetName()|text2url}
|
||||
{assign var=idGroupVal value="{$idGroup}Val"}
|
||||
<div class="entry" {if $objParameters->getDependId() > 0 && $type ==2}style="display: none;" id="project"{/if} >
|
||||
<div class="label">{$objParameters->GetName()}:</div>
|
||||
<div class="value" title="{$objParameters->GetOpis()}">
|
||||
{/if}
|
||||
{if $objParameters->getPriceType() == 1}
|
||||
<label class="control control--radio" onclick="$('#{$idGroup}').hide(); $('input[id={$idGroupVal}]').val('');">Nie
|
||||
<input type="radio" name="{$objParameters->GetName()|text2url}" value="{if $objParameters->getRevers()}1{else}0{/if}" checked="checked"/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio" onclick="$('#{$idGroup}').show();">Tak
|
||||
<input type="radio" name="{$objParameters->GetName()|text2url}" value="{if $objParameters->getRevers()}0{else}1{/if}" {if $type ==2} checked="checked"{/if}/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
{*<label class="control control--checkbox"><input name="{$objParameters->GetName()|text2url}" type="checkbox">
|
||||
<div class="control__indicator"></div></label>*}
|
||||
{/if}
|
||||
|
||||
{if $objParameters@last && $objParameters->getPriceType() == 1}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{if $objParameters->getPriceType() == 2}
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry" {if $objParameters->getDependId() > 0}style="display: none;"{/if} id="{$idGroup}">
|
||||
<div class="label">{$objParameters->GetName()}:</div>
|
||||
<div class="value" title="{$objParameters->GetOpis()}">
|
||||
{formField name="{$objParameters->GetName()|text2url}" type="text" errorClass="warning" id="$idGroupVal" }
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/if}
|
||||
{* Zmienne *}
|
||||
{if $arrayObjParameters[0]->getPriceType() == 2}
|
||||
{foreach $arrayObjParameters as $objParameters}
|
||||
{if $objParameters->getPriceProgres() == 0}
|
||||
<div class="entry" {if $objParameters->getDependId() > 0}style="display: none;" id="{$idGroup}"{/if} >
|
||||
<div class="label">{$objParameters->GetName()}{if $objParameters->GetUnit()} [{$objParameters->GetUnit()|replace:"^2":"<sup>2</sup>"}]{/if}:
|
||||
{if $objParameters->GetOpis()}
|
||||
<p style="font-size: 0.6em; margin: 0px; margin-top: -10px; color: #0087ba">({$objParameters->GetOpis()})</p>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="value" title="{$objParameters->GetOpis()}">
|
||||
{formField name="{$objParameters->GetName()|text2url}" type="text" errorClass="warning" id="$idGroupVal" }
|
||||
</div>
|
||||
</div>
|
||||
{assign var=idGroupVal value=null}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/foreach}
|
||||
0
_rejestracja/template/partial/Index/Captcha.tpl
Normal file
0
_rejestracja/template/partial/Index/Captcha.tpl
Normal file
455
_rejestracja/template/partial/Index/Index.tpl
Normal file
455
_rejestracja/template/partial/Index/Index.tpl
Normal file
@@ -0,0 +1,455 @@
|
||||
{* Main *}
|
||||
<div style="text-align: left;">
|
||||
|
||||
{if $showNews}
|
||||
<h2>{$indexNews->GetTitle()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
<a href="{url label=$objNewsElement->GetUrlLabel()}" >{$objNewsElement->GetName()}</a>
|
||||
{else}
|
||||
<h2>{$indexNews->GetName()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
{/if}
|
||||
<div class="formBox">
|
||||
<div class="trescAdd">
|
||||
<div class="cb"></div>
|
||||
<div class="formContainer">
|
||||
<div id="info_container">
|
||||
{if isset($info)}
|
||||
<div class="{if $error && $error!='info'}error{else}info{/if}">{$info}</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<form method="post" action="{url label=current}" id="sendContactForm" class="contactForm">
|
||||
<input name="send" type="hidden" value="true" />
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Dane uczestnika (służbowe)'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Imię'}:</div>
|
||||
<div class="value">{formField name="name" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Nazwisko'}:</div>
|
||||
<div class="value">{formField name="surname" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł/stop. naukowy'}:</div>
|
||||
<div class="value">{formField name="degree" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Stanowisko'}:</div>
|
||||
<div class="value">{formField name="position" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Telefon'}:</div>
|
||||
<div class="value">{formField name="phone" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Fax'}:</div>
|
||||
<div class="value">{formField name="fax" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='email'}:</div>
|
||||
<div class="value">{formField name="email" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">Dane do wystawienia faktury:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Instytucja'}:</div>
|
||||
<div class="value">{formField name="institution" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Ulica i numer'}:</div>
|
||||
<div class="value">{formField name="address" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Kod pocztowy'}:</div>
|
||||
<div class="value">{formField name="post_code" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Miejscowość'}:</div>
|
||||
<div class="value">{formField name="city" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='NIP Instytucji'}:</div>
|
||||
<div class="value">{formField name="nip" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam referat</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="referat" class="referat" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="referat" class="referat" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam poster</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="poster" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="poster" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="message" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Autor referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="autor" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"> </div>
|
||||
<div class="entry">
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree1" id="agree1" data-theme="d" >{translate word='agree1'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree2" id="agree2" data-theme="d" >{translate word='agree2'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Udział w konrefencji'}:</h5></div>
|
||||
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Opłata'}: </div>
|
||||
<div class="value">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">Opłata obniżona (płatność do 03.10.2025)
|
||||
<input type="radio" name="conference_fee_disc" id="conference_fee_disc" checked="true" class="conference_fee_disc" value="1" onclick="calculatePrice();"/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Opłata zwykła (płatność po 03.10.2025)
|
||||
<input type="radio" name="conference_fee_disc" id="conference_fee_norm" class="conference_fee_disc" value="2" onclick="calculatePrice();"/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cały kongres'}: </div>
|
||||
<div class="value">
|
||||
<input type="hidden" name="participation_option" id="participation_option" value="full" />
|
||||
<input type="hidden" name="one_day_lodging" id="one_day_lodging" value="0" />
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<div style="width:100%; display:flex; flex-wrap:no-wrap; align-items:start; gap;10px;">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" checked="true" id="conference_fee" class="conference_fee" value="1" onclick="$('#conference_1').show();
|
||||
$('#conference_2').hide(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<span>Biorę udział w całym kongresie</span>
|
||||
</div>
|
||||
<div style="width:100%; display:flex; flex-wrap:no-wrap; align-items:start; gap;10px;">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_3" class="conference_fee" value="6" onclick="calculatePrice()" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<span>Biorę udział w trzech dniach kongresu</span>
|
||||
</div>
|
||||
<div style="width:100%; display:flex; flex-wrap:no-wrap; align-items:start; gap;10px;">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_2" class="conference_fee" value="7" onclick="calculatePrice()" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<span>Biorę udział w dwóch dniach kongresu</span>
|
||||
</div>
|
||||
<div style="width:100%; display:flex; flex-wrap:no-wrap; align-items:start; gap;10px; margin-bottom:30px;">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_1_lodging" class="conference_fee" value="5" onclick="calculatePrice()" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<span>Biorę udział w jednym dniu konferencji (z noclegiem)</span>
|
||||
</div>
|
||||
<div style="width:100%; display:flex; flex-wrap:no-wrap; align-items:start; gap;10px; margin-bottom:30px;">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_1" class="conference_fee" value="5" onclick="calculatePrice()" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<span>Biorę udział w jednym dniu kongresu (bez noclegu)</span>
|
||||
</div>
|
||||
<div class="show--day-select" id="show--day-select" style="display:none; width:100%; margin-bottom:30px; flex-direction:column; gap:10px;">
|
||||
<label class="" for="days" style="width:100%;"> Wskaż dzień/dni swojej obecności * </label>
|
||||
<input type="text" name="days" class="" id="days" >
|
||||
</div>
|
||||
<div class="show--day-select" id="one-day-lodging-days" style="display:none; width:100%; margin-bottom:30px; flex-direction:column; gap:10px;">
|
||||
<span>Proszę zaznaczyć dzień:</span>
|
||||
<label class="control control--radio">3/4 listopada
|
||||
<input type="radio" name="participation_days" value="3/4 listopada" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">4/5 listopada
|
||||
<input type="radio" name="participation_days" value="4/5 listopada" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="show--day-select" id="one-day-no-lodging-days" style="display:none; width:100%; margin-bottom:30px; flex-direction:column; gap:10px;">
|
||||
<span>Proszę zaznaczyć dzień:</span>
|
||||
<label class="control control--radio">3 listopada
|
||||
<input type="radio" name="participation_days" value="3 listopada" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">4 listopada
|
||||
<input type="radio" name="participation_days" value="4 listopada" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">5 listopada
|
||||
<input type="radio" name="participation_days" value="5 listopada" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
<script>
|
||||
{literal}
|
||||
$(function () {
|
||||
$('#conference_1').show();
|
||||
calculatePrice();
|
||||
});
|
||||
$('.conference_fee').on('change', showSelectDate);
|
||||
|
||||
function showSelectDate() {
|
||||
const $form = $('#show--day-select');
|
||||
const selectedId = $('.conference_fee:checked').attr('id');
|
||||
$('#one_day_lodging').val('0');
|
||||
$('#participation_option').val('full');
|
||||
$('#one-day-lodging-days').hide();
|
||||
$('#one-day-no-lodging-days').hide();
|
||||
|
||||
if ( selectedId === 'conference_fee_1' ||
|
||||
selectedId === 'conference_fee_2' ||
|
||||
selectedId === 'conference_fee_3' ) {
|
||||
$form.css('display', 'flex');
|
||||
} else {
|
||||
$form.css('display', 'none');
|
||||
}
|
||||
if (selectedId === 'conference_fee_3') {
|
||||
$('#participation_option').val('three_days');
|
||||
}
|
||||
if (selectedId === 'conference_fee_2') {
|
||||
$('#participation_option').val('two_days');
|
||||
}
|
||||
if (selectedId === 'conference_fee_1_lodging') {
|
||||
$('#participation_option').val('one_day_lodging');
|
||||
$('#one_day_lodging').val('1');
|
||||
$form.hide();
|
||||
$('#one-day-lodging-days').css('display', 'flex');
|
||||
}
|
||||
if (selectedId === 'conference_fee_1') {
|
||||
$('#participation_option').val('one_day_no_lodging');
|
||||
$('#one-day-no-lodging-days').css('display', 'flex');
|
||||
}
|
||||
}
|
||||
|
||||
function calculatePrice() {
|
||||
if ($("#conference_fee_disc").is(':checked')) {
|
||||
//alert('disc');
|
||||
var price = {/literal}{$arrayPricePromJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPricePromVatJson}{literal};
|
||||
}
|
||||
if ($("#conference_fee_norm").is(':checked')) {
|
||||
//alert('normal');
|
||||
var price = {/literal}{$arrayPriceJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPriceVatJson}{literal};
|
||||
}
|
||||
|
||||
|
||||
var sumPrice = 0;
|
||||
var sumPriceVat = 0;
|
||||
var price_info = '';
|
||||
|
||||
let promo = $("#conference_fee_norm").is(':checked')
|
||||
|
||||
if ($("#conference_fee").is(':checked')) {
|
||||
sumPrice = price[1];
|
||||
sumPriceVat = priceVat[1];
|
||||
price_info += 'cała conf ';
|
||||
}
|
||||
|
||||
if ($('#conference_fee_3').is(':checked')) {
|
||||
sumPrice = !promo ? 2200 : 2500;
|
||||
sumPriceVat = !promo ? 2706 : 3075;
|
||||
price_info += '3-dniowa';
|
||||
}
|
||||
|
||||
if ($('#conference_fee_2').is(':checked')) {
|
||||
sumPrice = !promo ? 1800 : 2100;
|
||||
sumPriceVat = !promo ? 2214 : 2583;
|
||||
price_info += '2-dniowa';
|
||||
}
|
||||
|
||||
if ($('#conference_fee_1').is(':checked')) {
|
||||
sumPrice = !promo ? 1300 : 1600;
|
||||
sumPriceVat = !promo ? 1599 : 1968;
|
||||
price_info += '1-dniowa';
|
||||
}
|
||||
if ($('#conference_fee_1_lodging').is(':checked')) {
|
||||
sumPrice = !promo ? 1300 : 1600;
|
||||
sumPriceVat = !promo ? 1599 : 1968;
|
||||
price_info += '1-dniowa z noclegiem';
|
||||
}
|
||||
|
||||
if ($("#price_plus_room").is(':checked')) {
|
||||
sumPrice = sumPrice + price[2];
|
||||
sumPriceVat = sumPriceVat + priceVat[2];
|
||||
price_info += 'pokój jedynka ';
|
||||
}
|
||||
if ($("#price_plus_person").is(':checked')) {
|
||||
sumPrice = sumPrice + price[3];
|
||||
sumPriceVat = sumPriceVat + priceVat[3];
|
||||
price_info += 'osoba dodatkoawa ';
|
||||
}
|
||||
if ($("#price_plus_ang").is(':checked')) {
|
||||
sumPrice = sumPrice + price[4];
|
||||
sumPriceVat = sumPriceVat + priceVat[4];
|
||||
price_info += 'ang ';
|
||||
}
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
sumPrice = price[5];
|
||||
sumPriceVat = priceVat[5];
|
||||
price_info = 'jeden dzień ';
|
||||
}
|
||||
$("p.price_full_fee").html(sumPrice.toFixed(2) + ' PLN netto ' + '(' + sumPriceVat.toFixed(2) + ' PLN brutto)');
|
||||
//alert(sumPrice);
|
||||
$("p.price_info").html(price_info);
|
||||
window.sumPrice = sumPrice;
|
||||
window.sumPriceVat = sumPriceVat;
|
||||
|
||||
}
|
||||
$(function () {
|
||||
$(".conference_fee").on('change', function () {
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
$("#price_plus_room").prop("checked", false);
|
||||
$("#price_plus_ang").prop("checked", false);
|
||||
$("#price_plus_person").prop("checked", false);
|
||||
}
|
||||
});
|
||||
});
|
||||
{/literal}
|
||||
</script>
|
||||
<div class="confOptionContainer" id="conference_1">
|
||||
<label class="control control--checkbox" > Dopłata do pokoju 1-osobowego
|
||||
<input type="checkbox" name="fee_room1" class="price_plus_room" id="price_plus_room" data-theme="d" value="2" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" > Opłata za pobyt osoby towarzyszącej lub kierowcy w pokoju dwuosobowym
|
||||
<input type="checkbox" name="fee_room_add_person" id="price_plus_person" data-theme="d" onclick="$('#price_plus_room').prop
|
||||
("checked", true);" value="3" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" style="display: none;" > Udział w kongresie Ang.
|
||||
<input type="checkbox" name="fee_ang_conference" id="price_plus_ang" data-theme="d" value="4" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry" style="display:none;">
|
||||
<div class="label">{translate word='Jeden dzień (bez noclegu)'}:</div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_one" class="conference_fee" value="5" onclick="$('#conference_1').hide();
|
||||
$('#conference_2').show(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="confOptionContainer" id="conference_2">
|
||||
Wybierz dzień kongresu:
|
||||
<label class="control control--radio">03.11
|
||||
<input type="radio" name="day_conference" value="3.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">04.11
|
||||
<input type="radio" name="day_conference" value="4.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">5.11
|
||||
<input type="radio" name="day_conference" value="5.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">6.11
|
||||
<input type="radio" name="day_conference" value="6.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">Preferencje żywieniowe:</div>
|
||||
<div class="value">
|
||||
<label class="control control--radio">dieta standardowa
|
||||
<input type="radio" name="diet" value="1" checked="checked" onclick="$('#diet_special_container').hide(); $('#diet_special').val('');" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">dieta specjalna
|
||||
<input type="radio" name="diet" value="2" onclick="$('#diet_special_container').show();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div id="diet_special_container" style="display:none; margin-top:10px;">
|
||||
<label for="diet_special">Jaka?</label>
|
||||
<input type="text" name="diet_special" id="diet_special" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">Cena za konferencję</div>
|
||||
<div class="value"><p class="price_full_fee" style="margin: 0px;"> </p></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="entry">
|
||||
<div><h5 align="center"> </h5></div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div>
|
||||
<p>{$indexNews->GetShortnote()}</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="entry" style="padding-top: 1.1em;">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><div class="g-recaptcha" data-sitekey="6LfUVuoUAAAAAD7noZ6S0rf8ZPiZKQ2KVpNBA274" data-callback="recaptchaCallback"></div>
|
||||
<input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha" id="hiddenRecaptcha">
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry entryLast">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><input class="button _sendContact" type="button" id="form--send" value="{translate word='send'}" /></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
323
_rejestracja/template/partial/Index/Index.tpl.bak
Normal file
323
_rejestracja/template/partial/Index/Index.tpl.bak
Normal file
@@ -0,0 +1,323 @@
|
||||
{* Main *}
|
||||
<div style="text-align: left;">
|
||||
|
||||
{if $showNews}
|
||||
<h2>{$indexNews->GetTitle()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
<a href="{url label=$objNewsElement->GetUrlLabel()}" >{$objNewsElement->GetName()}</a>
|
||||
{else}
|
||||
<h2>{$indexNews->GetName()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
<div class="formBox">
|
||||
<div class="trescAdd">
|
||||
<div class="cb"></div>
|
||||
<div class="formContainer">
|
||||
<div id="info_container">
|
||||
{if isset($info)}
|
||||
<div class="{if $error && $error!='info'}error{else}info{/if}">{$info}</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<form method="post" action="" id="sendContactForm" class="contactForm">
|
||||
<input name="send" type="hidden" value="true" />
|
||||
<div class="entry">
|
||||
<div class="label"></div>
|
||||
<div class="value"><h3>{translate word='Dane uczestnika (służbowe)'}:</h3></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Imię'}:</div>
|
||||
<div class="value">{formField name="name" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Nazwisko'}:</div>
|
||||
<div class="value">{formField name="surname" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł/stop. naukowy'}:</div>
|
||||
<div class="value">{formField name="degree" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Stanowisko'}:</div>
|
||||
<div class="value">{formField name="position" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Telefon'}:</div>
|
||||
<div class="value">{formField name="phone" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Fax'}:</div>
|
||||
<div class="value">{formField name="fax" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='email'}:</div>
|
||||
<div class="value">{formField name="email" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label"></div>
|
||||
<div class="value"><h3>{translate word='Miejsce pracy'}:</h3></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Instytucja'}:</div>
|
||||
<div class="value">{formField name="institution" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Ulica i numer'}:</div>
|
||||
<div class="value">{formField name="address" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Kod pocztowy'}:</div>
|
||||
<div class="value">{formField name="post_code" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Miejscowość'}:</div>
|
||||
<div class="value">{formField name="city" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='NIP Instytucji'}:</div>
|
||||
<div class="value">{formField name="nip" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam referat</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="referat" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="referat" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam poster</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="poster" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="poster" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="message" type="textarea"}</div>
|
||||
</div>
|
||||
<div class="cb"> </div>
|
||||
<div class="entry">
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree1" id="agree1" data-theme="d" >{translate word='agree1'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree2" id="agree2" data-theme="d" >{translate word='agree2'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label"></div>
|
||||
<div class="value"><h3>{translate word='Udział w konrefencji'}:</h3></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cała konferencja'}: </div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee" class="conference_fee" value="1" onclick="$('#conference_1').show();
|
||||
$('#conference_2').hide();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<script>
|
||||
{literal}
|
||||
$(function () {
|
||||
var price = {1: 1500, 2: 500, 3: 1000, 4: 1500, 5: 700};
|
||||
var priceVat = {1: 1845, 2: 615, 3: 1230, 4: 1845, 5: 861};
|
||||
//var sumPrice;
|
||||
|
||||
$(".conference_fee").on('change', function () {
|
||||
var sumPrice = 0;
|
||||
var sumPriceVat = 0;
|
||||
if ($("#conference_fee").is(':checked')) {
|
||||
sumPrice = price[1];
|
||||
sumPriceVat = priceVat[1];
|
||||
//$("p.price_info").html('cała sama');
|
||||
|
||||
}
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
sumPrice = price[5];
|
||||
sumPriceVat = priceVat[5];
|
||||
$("#price_plus_room").prop("checked", false);
|
||||
$("#price_plus_ang").prop("checked", false);
|
||||
$("#price_plus_person").prop("checked", false);
|
||||
//$("p.price_info").html('jeden dzień');
|
||||
}
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
//alert(sumPrice);
|
||||
window.sumPrice = sumPrice;
|
||||
window.sumPriceVat = sumPriceVat;
|
||||
});
|
||||
|
||||
$("#price_plus_ang").on('change', function () {
|
||||
if ($("#price_plus_ang").is(':checked')) {
|
||||
sumPrice = sumPrice + price[4];
|
||||
sumPriceVat = sumPriceVat + priceVat[4];
|
||||
//$("p.price_info").html('cała + jedynka= ' + price[2]);
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
} else {
|
||||
sumPrice = sumPrice - price[4];
|
||||
sumPriceVat = sumPriceVat - priceVat[4];
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
$("#price_plus_room").on('change', function () {
|
||||
if ($("#price_plus_room").is(':checked')) {
|
||||
//alert('wygaś drugie');
|
||||
//alert($("#price_plus_person").prop());
|
||||
if ($("#price_plus_person").is(':checked')) {
|
||||
sumPrice = sumPrice - price[3];
|
||||
sumPriceVat = sumPriceVat - priceVat[3];
|
||||
}
|
||||
sumPrice = sumPrice + price[2];
|
||||
sumPriceVat = sumPriceVat + priceVat[2];
|
||||
$("#price_plus_person").prop("checked", false);
|
||||
//$("p.price_info").html('cała + jedynka= ' + price[2]);
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
} else {
|
||||
sumPrice = sumPrice - price[2];
|
||||
sumPriceVat = sumPriceVat - priceVat[2];
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
}
|
||||
});
|
||||
$("#price_plus_person").on('change', function () {
|
||||
if ($("#price_plus_person").is(':checked')) {
|
||||
//alert('wygaś drugie');
|
||||
//alert($("#price_plus_person").prop());
|
||||
if ($("#price_plus_room").is(':checked')) {
|
||||
sumPrice = sumPrice - price[2];
|
||||
sumPriceVat = sumPriceVat - priceVat[2];
|
||||
}
|
||||
$("#price_plus_room").prop("checked", false);
|
||||
//$("p.price_info").html('cała + osoba = ' + price[3]);
|
||||
sumPrice = sumPrice + price[3];
|
||||
sumPriceVat = sumPriceVat + priceVat[3];
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
} else {
|
||||
sumPrice = sumPrice - price[3];
|
||||
sumPriceVat = sumPriceVat - priceVat[3];
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
{/literal}
|
||||
</script>
|
||||
<div class="confOptionContainer" id="conference_1">
|
||||
<label class="control control--checkbox" > Dopłata do pokoju 1-osobowego
|
||||
<input type="checkbox" name="fee_room1" class="price_plus_room" id="price_plus_room" data-theme="d" value="2" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" > Opłata za pobyt osoby towarzyszącej lub kierowcy w pokoju dwuosobowym
|
||||
<input type="checkbox" name="fee_room_add_person" id="price_plus_person" data-theme="d" onclick="$('#price_plus_room').prop
|
||||
("checked", true);" value="3" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" style="display: none;" > Udział w konferencji Ang.
|
||||
<input type="checkbox" name="fee_ang_conference" id="price_plus_ang" data-theme="d" value="4" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Jeden dzień (bez noclegu)'}:</div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_one" class="conference_fee" value="5" onclick="$('#conference_1').hide();
|
||||
$('#conference_2').show();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="confOptionContainer" id="conference_2">
|
||||
Wybierz dzień konferencji:
|
||||
<label class="control control--radio">04.11
|
||||
<input type="radio" name="day_conference" value="03.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">05.11
|
||||
<input type="radio" name="day_conference" value="04.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">06.11
|
||||
<input type="radio" name="day_conference" value="05.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cena za konferencje'}</div>
|
||||
<div class="value"><p class="price_full_fee" style="margin: 0px;"> </p></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="cb"></div>
|
||||
<div>
|
||||
<p>
|
||||
{$indexNews->GetShortnote()}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="entry" style="padding-top: 8px;">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><div class="g-recaptcha" data-sitekey="6LfUVuoUAAAAAD7noZ6S0rf8ZPiZKQ2KVpNBA274" data-callback="recaptchaCallback"></div>
|
||||
<input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha" id="hiddenRecaptcha">
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry entryLast">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><input class="button _sendContact" type="button" value="{translate word='send'}" /></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
136
_rejestracja/template/partial/Index/IndexSent.tpl
Normal file
136
_rejestracja/template/partial/Index/IndexSent.tpl
Normal file
@@ -0,0 +1,136 @@
|
||||
<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 class="divFormTable">
|
||||
<div class="divTableFormBody">
|
||||
|
||||
<!-- Dane uczestnika -->
|
||||
<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>
|
||||
|
||||
<!-- Dane instytucji -->
|
||||
<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>
|
||||
|
||||
<!-- Wystąpienie -->
|
||||
<div class="divTableFormRow">
|
||||
<div class="divTableFormCell"><h3>Dane wystąpienia:</h3>
|
||||
Referat: {$objParticipant->getReferat()|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}<br>
|
||||
Poster: {$objParticipant->getPoster()|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}<br>
|
||||
<p>Tytuł referatu/posteru: {$objParticipant->getMessage()|default:'brak'}</p>
|
||||
<p>Autor: {$objParticipant->getAutor()|default:'brak'}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Informacja o kwocie -->
|
||||
<div class="divTableFormRow">
|
||||
<div class="divTableFormCell"><h3>Informacja o kwocie do zapłaty:</h3>
|
||||
{if $discPrice == 2}
|
||||
Opłata zwykła (płatność <b>po 03.10.2025</b>)
|
||||
{else}
|
||||
Opłata obniżona (płatność <b>do 03.10.2025</b>)
|
||||
{/if}
|
||||
<ul>
|
||||
{foreach $arrayObjParameters as $objParam}
|
||||
{if in_array($objParam->GetId(), $arrayFee)}
|
||||
<li>
|
||||
{$objParam->GetName()}
|
||||
{if $objParam->GetId() eq 5} ({$objParticipant->getFeeOneDay()}){/if}<br>
|
||||
|
||||
{if $discPrice == 2}
|
||||
{assign var="netto" value=$objParam->GetPrice()}
|
||||
Cena netto: {$netto|number_format:2:",":" "} PLN<br>
|
||||
{else}
|
||||
{assign var="netto" value=$objParam->GetPriceProm()}
|
||||
Cena netto (bez VAT): {$netto|number_format:2:",":" "} PLN<br>
|
||||
{/if}
|
||||
|
||||
{assign var="vat" value=$netto * 1.23}
|
||||
Cena brutto: {$vat|number_format:2:",":" "} PLN<br>
|
||||
</li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h3>Razem do zapłaty:</h3>
|
||||
{assign var="resultPrice" value=$objParticipant->getPrice()}
|
||||
Cena netto: {$resultPrice|number_format:2:",":" "} PLN<br>
|
||||
{assign var="resultPriceVat" value=$resultPrice * 1.23}
|
||||
Cena brutto: {$resultPriceVat|number_format:2:",":" "} PLN<br>
|
||||
|
||||
<p><b>{'klauzula_ceny'|translate}</b></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Zgody -->
|
||||
<div class="divTableFormRow">
|
||||
<div class="divTableFormCell"><h3>Wyrażono zgody:</h3>
|
||||
<p>Zgoda na przetwarzanie danych – {$objParticipant->getAgree1()|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
|
||||
<p>Zgoda na przetwarzanie wizerunku – {$objParticipant->getAgree2()|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="divTableFormRow">
|
||||
<div class="divTableFormCell"><h3>Wybrana opcja udziału:</h3>
|
||||
<p><b>Typ udziału:</b> {$objParticipant->getParticipationOption()|default:'pełna konferencja'}</p>
|
||||
{if $days}
|
||||
<p><b>Wskazane dni obecności:</b> {$days}</p>
|
||||
{elseif $objParticipant->getParticipationDays()}
|
||||
<p><b>Wskazane dni obecności:</b> {$objParticipant->getParticipationDays()}</p>
|
||||
{else}
|
||||
<p><b>Obecność podczas całej konferencji.</b></p>
|
||||
{/if}
|
||||
<p><b>Dopłata do pokoju 1-osobowego:</b> {$objParticipant->getFeeRoom1()|replace:1:'Tak'|replace:0:'Nie'|default:'Nie'}</p>
|
||||
<p><b>Osoba towarzysząca/kierowca:</b> {$objParticipant->getFeeRoomAddPerson()|replace:1:'Tak'|replace:0:'Nie'|default:'Nie'}</p>
|
||||
<p><b>Preferencje żywieniowe:</b> {$objParticipant->getDiet()|replace:1:'dieta standardowa'|replace:2:'dieta specjalna'|default:'dieta standardowa'} {if $objParticipant->getDietSpecial()}- {$objParticipant->getDietSpecial()}{/if}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{literal}
|
||||
<div style="display: none">
|
||||
<style>
|
||||
.divTableForm {
|
||||
display: table;
|
||||
width: 70%;
|
||||
}
|
||||
.divTableFormRow {
|
||||
display: table-row;
|
||||
}
|
||||
.divTableFormCell {
|
||||
display: table-cell;
|
||||
padding: 3px 10px;
|
||||
}
|
||||
.divTableFormBody {
|
||||
display: table-row-group;
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
{/literal}
|
||||
117
_rejestracja/template/partial/Index/IndexSent_.tpl_
Normal file
117
_rejestracja/template/partial/Index/IndexSent_.tpl_
Normal file
@@ -0,0 +1,117 @@
|
||||
<div style="text-align: left;">
|
||||
<h2>Dziękujemy za rejestrację na XXX Konferencję „Aktualia i perspektywy gospodarki surowcami mineralnymi”</h2>
|
||||
<p><b>Termin: 3-5 listopada 2021 r.</b></p>
|
||||
<p><b>Miejsce konferencji: Rytro k. Nowego Sącza</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>Temat: {$objParticipant->getMessage()|default:'brak'}</p>
|
||||
<p>Streszczenie: {$objParticipant->getMessageLong()|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>
|
||||
Opłata zwykła (płatność <b>po 08.10.2021</b>)
|
||||
<ul>
|
||||
{foreach $arrayObjParameters as $objParam}
|
||||
{if in_array($objParam->GetId(),$arrayFee)}
|
||||
{if $discPrice == 2}
|
||||
<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>
|
||||
{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>
|
||||
{/if}
|
||||
{/if}
|
||||
{/foreach}
|
||||
<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>
|
||||
|
||||
|
||||
</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}
|
||||
118
_rejestracja/template/partial/Index/IndexSent_good.tpl
Normal file
118
_rejestracja/template/partial/Index/IndexSent_good.tpl
Normal file
@@ -0,0 +1,118 @@
|
||||
<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 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()|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}<br>
|
||||
Poster: {$objParticipant->getPoster()|replace:1:'Tak'|replace:2:'Nie'|replace:0:'Nie'}<br>
|
||||
<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>
|
||||
<b>Wybrane opcje:</b><br>
|
||||
|
||||
{if $discPrice == 2}
|
||||
Opłata zwykła (płatność <b>po 03.10.2025</b>)<br>
|
||||
{else}
|
||||
Opłata obniżona (płatność <b>do 03.10.2025</b>)<br>
|
||||
{/if}
|
||||
|
||||
<ul>
|
||||
{foreach $arrayObjParameters as $objParam}
|
||||
{if in_array($objParam->GetId(), $arrayFee)}
|
||||
<li>
|
||||
{$objParam->GetName()}
|
||||
{if $objParam->GetId() == 5}
|
||||
({$objParticipant->GetFeeOneDay()})
|
||||
{/if}<br>
|
||||
|
||||
{if $discPrice == 2}
|
||||
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>
|
||||
{else}
|
||||
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>
|
||||
{/if}
|
||||
</li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
||||
<h3>Razem do zapłaty:</h3>
|
||||
{assign var="resultPrice" value=$objParticipant->getPrice()}
|
||||
Cena netto: {$resultPrice|number_format:2:",":" "} PLN<br>
|
||||
{assign var="resultPriceVat" value=$resultPrice*1.23}
|
||||
Cena brutto: {$resultPriceVat|number_format:2:",":" "} PLN<br>
|
||||
|
||||
<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()|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
|
||||
<p>Zgoda na przetwarzanie wizerunku: {$objParticipant->getAgree2()|replace:1:'Tak'|replace:'on':'Tak'|replace:0:'Nie'}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="divTableFormRow">
|
||||
<div class="divTableFormCell">
|
||||
<h3>Wybrana opcja kongresu:</h3>
|
||||
<div class="divTableFormCell"><h3>Wybrana opcja udziału:</h3>
|
||||
{if $days}
|
||||
<p><b>Wskazane dni obecności:</b> {$days}</p>
|
||||
{else}
|
||||
<p><b>Obecność podczas całej konferencji.</b></p>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
308
_rejestracja/template/partial/Index/Index_1data.tpl_
Normal file
308
_rejestracja/template/partial/Index/Index_1data.tpl_
Normal file
@@ -0,0 +1,308 @@
|
||||
{* Main *}
|
||||
<div style="text-align: left;">
|
||||
|
||||
{if $showNews}
|
||||
<h2>{$indexNews->GetTitle()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
<a href="{url label=$objNewsElement->GetUrlLabel()}" >{$objNewsElement->GetName()}</a>
|
||||
{else}
|
||||
<h2>{$indexNews->GetName()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
{/if}
|
||||
<div class="formBox">
|
||||
<div class="trescAdd">
|
||||
<div class="cb"></div>
|
||||
<div class="formContainer">
|
||||
<div id="info_container">
|
||||
{if isset($info)}
|
||||
<div class="{if $error && $error!='info'}error{else}info{/if}">{$info}</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<form method="post" action="{url label=current}" id="sendContactForm" class="contactForm">
|
||||
<input name="send" type="hidden" value="true" />
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Dane uczestnika (służbowe)'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Imię'}:</div>
|
||||
<div class="value">{formField name="name" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Nazwisko'}:</div>
|
||||
<div class="value">{formField name="surname" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł/stop. naukowy'}:</div>
|
||||
<div class="value">{formField name="degree" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Stanowisko'}:</div>
|
||||
<div class="value">{formField name="position" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Telefon'}:</div>
|
||||
<div class="value">{formField name="phone" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Fax'}:</div>
|
||||
<div class="value">{formField name="fax" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='email'}:</div>
|
||||
<div class="value">{formField name="email" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Miejsce pracy'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Instytucja'}:</div>
|
||||
<div class="value">{formField name="institution" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Ulica i numer'}:</div>
|
||||
<div class="value">{formField name="address" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Kod pocztowy'}:</div>
|
||||
<div class="value">{formField name="post_code" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Miejscowość'}:</div>
|
||||
<div class="value">{formField name="city" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='NIP Instytucji'}:</div>
|
||||
<div class="value">{formField name="nip" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam referat</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="referat" class="referat" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="referat" class="referat" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam poster</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="poster" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="poster" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="message" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Autor referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="autor" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"> </div>
|
||||
<div class="entry">
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree1" id="agree1" data-theme="d" >{translate word='agree1'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree2" id="agree2" data-theme="d" >{translate word='agree2'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Udział w konrefencji'}:</h5></div>
|
||||
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Opłata'}: </div>
|
||||
<div class="value">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">Opłata zwykła (płatność po 11.10.2024)
|
||||
<input type="radio" name="conference_fee_disc" id="conference_fee_norm" checked="true" class="conference_fee_disc" value="2" onclick="calculatePrice();"/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cała konferencja'}: </div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" checked="true" id="conference_fee" class="conference_fee" value="1" onclick="$('#conference_1').show();
|
||||
$('#conference_2').hide(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
$(function () {
|
||||
$('#conference_1').show();
|
||||
calculatePrice();
|
||||
});
|
||||
|
||||
function calculatePrice() {
|
||||
if ($("#conference_fee_disc").is(':checked')) {
|
||||
//alert('disc');
|
||||
var price = {/literal}{$arrayPricePromJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPricePromVatJson}{literal};
|
||||
}
|
||||
if ($("#conference_fee_norm").is(':checked')) {
|
||||
//alert('normal');
|
||||
var price = {/literal}{$arrayPriceJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPriceVatJson}{literal};
|
||||
}
|
||||
|
||||
|
||||
var sumPrice = 0;
|
||||
var sumPriceVat = 0;
|
||||
var price_info = '';
|
||||
if ($("#conference_fee").is(':checked')) {
|
||||
sumPrice = price[1];
|
||||
sumPriceVat = priceVat[1];
|
||||
price_info += 'cała conf ';
|
||||
}
|
||||
if ($("#price_plus_room").is(':checked')) {
|
||||
sumPrice = sumPrice + price[2];
|
||||
sumPriceVat = sumPriceVat + priceVat[2];
|
||||
price_info += 'pokój jedynka ';
|
||||
}
|
||||
if ($("#price_plus_person").is(':checked')) {
|
||||
sumPrice = sumPrice + price[3];
|
||||
sumPriceVat = sumPriceVat + priceVat[3];
|
||||
price_info += 'osoba dodatkoawa ';
|
||||
}
|
||||
if ($("#price_plus_ang").is(':checked')) {
|
||||
sumPrice = sumPrice + price[4];
|
||||
sumPriceVat = sumPriceVat + priceVat[4];
|
||||
price_info += 'ang ';
|
||||
}
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
sumPrice = price[5];
|
||||
sumPriceVat = priceVat[5];
|
||||
price_info = 'jeden dzień ';
|
||||
}
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
//alert(sumPrice);
|
||||
$("p.price_info").html(price_info);
|
||||
window.sumPrice = sumPrice;
|
||||
window.sumPriceVat = sumPriceVat;
|
||||
|
||||
|
||||
}
|
||||
$(function () {
|
||||
$(".conference_fee").on('change', function () {
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
$("#price_plus_room").prop("checked", false);
|
||||
$("#price_plus_ang").prop("checked", false);
|
||||
$("#price_plus_person").prop("checked", false);
|
||||
}
|
||||
});
|
||||
});
|
||||
{/literal}
|
||||
</script>
|
||||
<div class="confOptionContainer" id="conference_1">
|
||||
<label class="control control--checkbox" > Dopłata do pokoju 1-osobowego (w innym hotelu)
|
||||
<input type="checkbox" name="fee_room1" class="price_plus_room" id="price_plus_room" data-theme="d" value="2" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" > Opłata za pobyt osoby towarzyszącej lub kierowcy w pokoju dwuosobowym
|
||||
<input type="checkbox" name="fee_room_add_person" id="price_plus_person" data-theme="d" onclick="$('#price_plus_room').prop
|
||||
("checked", true);" value="3" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" style="display: none;" > Udział w konferencji Ang.
|
||||
<input type="checkbox" name="fee_ang_conference" id="price_plus_ang" data-theme="d" value="4" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Jeden dzień (bez noclegu)'}:</div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_one" class="conference_fee" value="5" onclick="$('#conference_1').hide();
|
||||
$('#conference_2').show(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="confOptionContainer" id="conference_2">
|
||||
Wybierz dzień konferencji:
|
||||
<label class="control control--radio">08.11
|
||||
<input type="radio" name="day_conference" value="8.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">09.11
|
||||
<input type="radio" name="day_conference" value="9.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">10.11
|
||||
<input type="radio" name="day_conference" value="10.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cena za konferencję'}</div>
|
||||
<div class="value"><p class="price_full_fee" style="margin: 0px;"> </p></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="entry">
|
||||
<div><h5 align="center"> </h5></div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div>
|
||||
<p>{$indexNews->GetShortnote()}</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="entry" style="padding-top: 1.1em;">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><div class="g-recaptcha" data-sitekey="6LfUVuoUAAAAAD7noZ6S0rf8ZPiZKQ2KVpNBA274" data-callback="recaptchaCallback"></div>
|
||||
<input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha" id="hiddenRecaptcha">
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry entryLast">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><input class="button _sendContact" type="button" value="{translate word='send'}" /></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
314
_rejestracja/template/partial/Index/Index__.tp
Normal file
314
_rejestracja/template/partial/Index/Index__.tp
Normal file
@@ -0,0 +1,314 @@
|
||||
{* Main *}
|
||||
<div style="text-align: left;">
|
||||
|
||||
{if $showNews}
|
||||
<h2>{$indexNews->GetTitle()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
<a href="{url label=$objNewsElement->GetUrlLabel()}" >{$objNewsElement->GetName()}</a>
|
||||
{else}
|
||||
<h2>{$indexNews->GetName()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
{/if}
|
||||
<div class="formBox">
|
||||
<div class="trescAdd">
|
||||
<div class="cb"></div>
|
||||
<div class="formContainer">
|
||||
<div id="info_container">
|
||||
{if isset($info)}
|
||||
<div class="{if $error && $error!='info'}error{else}info{/if}">{$info}</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<form method="post" action="{url label=current}" id="sendContactForm" class="contactForm">
|
||||
<input name="send" type="hidden" value="true" />
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Dane uczestnika (służbowe)'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Imię'}:</div>
|
||||
<div class="value">{formField name="name" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Nazwisko'}:</div>
|
||||
<div class="value">{formField name="surname" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł/stop. naukowy'}:</div>
|
||||
<div class="value">{formField name="degree" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Stanowisko'}:</div>
|
||||
<div class="value">{formField name="position" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Telefon'}:</div>
|
||||
<div class="value">{formField name="phone" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Fax'}:</div>
|
||||
<div class="value">{formField name="fax" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='email'}:</div>
|
||||
<div class="value">{formField name="email" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Miejsce pracy'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Instytucja'}:</div>
|
||||
<div class="value">{formField name="institution" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Ulica i numer'}:</div>
|
||||
<div class="value">{formField name="address" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Kod pocztowy'}:</div>
|
||||
<div class="value">{formField name="post_code" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Miejscowość'}:</div>
|
||||
<div class="value">{formField name="city" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='NIP Instytucji'}:</div>
|
||||
<div class="value">{formField name="nip" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam referat</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="referat" class="referat" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="referat" class="referat" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam poster</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="poster" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="poster" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="message" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Streszczenie referatu/posteru'}:</br><sub>(maksymalnie 1200 znaków)</sub></div>
|
||||
<div class="value">{formField name="message_long" type="textarea" maxlength="1200"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Autor referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="autor" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"> </div>
|
||||
<div class="entry">
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree1" id="agree1" data-theme="d" >{translate word='agree1'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree2" id="agree2" data-theme="d" >{translate word='agree2'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Udział w konrefencji'}:</h5></div>
|
||||
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Opłata'}: </div>
|
||||
<div class="value">
|
||||
<div class="confOption">
|
||||
|
||||
<label class="control control--radio">Opłata zwykła (płatność po 14.10.2022)
|
||||
<input type="radio" name="conference_fee_disc" checked="true" id="conference_fee_norm" class="conference_fee_disc" value="2" onclick="calculatePrice();"/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cała konferencja'}: </div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" checked="true" id="conference_fee" class="conference_fee" value="1" onclick="$('#conference_1').show();
|
||||
$('#conference_2').hide(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
$(function () {
|
||||
$('#conference_1').show();
|
||||
calculatePrice();
|
||||
});
|
||||
|
||||
function calculatePrice() {
|
||||
if ($("#conference_fee_disc").is(':checked')) {
|
||||
//alert('disc');
|
||||
var price = {/literal}{$arrayPricePromJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPricePromVatJson}{literal};
|
||||
}
|
||||
if ($("#conference_fee_norm").is(':checked')) {
|
||||
//alert('normal');
|
||||
var price = {/literal}{$arrayPriceJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPriceVatJson}{literal};
|
||||
}
|
||||
|
||||
|
||||
var sumPrice = 0;
|
||||
var sumPriceVat = 0;
|
||||
var price_info = '';
|
||||
if ($("#conference_fee").is(':checked')) {
|
||||
sumPrice = price[1];
|
||||
sumPriceVat = priceVat[1];
|
||||
price_info += 'cała conf ';
|
||||
}
|
||||
if ($("#price_plus_room").is(':checked')) {
|
||||
sumPrice = sumPrice + price[2];
|
||||
sumPriceVat = sumPriceVat + priceVat[2];
|
||||
price_info += 'pokój jedynka ';
|
||||
}
|
||||
if ($("#price_plus_person").is(':checked')) {
|
||||
sumPrice = sumPrice + price[3];
|
||||
sumPriceVat = sumPriceVat + priceVat[3];
|
||||
price_info += 'osoba dodatkoawa ';
|
||||
}
|
||||
if ($("#price_plus_ang").is(':checked')) {
|
||||
sumPrice = sumPrice + price[4];
|
||||
sumPriceVat = sumPriceVat + priceVat[4];
|
||||
price_info += 'ang ';
|
||||
}
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
sumPrice = price[5];
|
||||
sumPriceVat = priceVat[5];
|
||||
price_info = 'jeden dzień ';
|
||||
}
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
//alert(sumPrice);
|
||||
$("p.price_info").html(price_info);
|
||||
window.sumPrice = sumPrice;
|
||||
window.sumPriceVat = sumPriceVat;
|
||||
|
||||
|
||||
}
|
||||
$(function () {
|
||||
$(".conference_fee").on('change', function () {
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
$("#price_plus_room").prop("checked", false);
|
||||
$("#price_plus_ang").prop("checked", false);
|
||||
$("#price_plus_person").prop("checked", false);
|
||||
}
|
||||
});
|
||||
});
|
||||
{/literal}
|
||||
</script>
|
||||
<div class="confOptionContainer" id="conference_1">
|
||||
<label class="control control--checkbox" > Dopłata do pokoju 1-osobowego
|
||||
<input type="checkbox" name="fee_room1" class="price_plus_room" id="price_plus_room" data-theme="d" value="2" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" > Opłata za pobyt osoby towarzyszącej lub kierowcy w pokoju dwuosobowym
|
||||
<input type="checkbox" name="fee_room_add_person" id="price_plus_person" data-theme="d" onclick="$('#price_plus_room').prop
|
||||
("checked", true);" value="3" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" style="display: none;" > Udział w konferencji Ang.
|
||||
<input type="checkbox" name="fee_ang_conference" id="price_plus_ang" data-theme="d" value="4" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Jeden dzień (bez noclegu)'}:</div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_one" class="conference_fee" value="5" onclick="$('#conference_1').hide();
|
||||
$('#conference_2').show(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="confOptionContainer" id="conference_2">
|
||||
Wybierz dzień konferencji:
|
||||
<label class="control control--radio">04.11
|
||||
<input type="radio" name="day_conference" value="03.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">05.11
|
||||
<input type="radio" name="day_conference" value="04.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">06.11
|
||||
<input type="radio" name="day_conference" value="05.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cena za konferencje'}</div>
|
||||
<div class="value"><p class="price_full_fee" style="margin: 0px;"> </p></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="entry">
|
||||
<div><h5 align="center"> </h5></div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div>
|
||||
<p>{$indexNews->GetShortnote()}</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="entry" style="padding-top: 1.1em;">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><div class="g-recaptcha" data-sitekey="6LfUVuoUAAAAAD7noZ6S0rf8ZPiZKQ2KVpNBA274" data-callback="recaptchaCallback"></div>
|
||||
<input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha" id="hiddenRecaptcha">
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry entryLast">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><input class="button _sendContact" type="button" value="{translate word='send'}" /></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
309
_rejestracja/template/partial/Index/Index_good.tpl
Normal file
309
_rejestracja/template/partial/Index/Index_good.tpl
Normal file
@@ -0,0 +1,309 @@
|
||||
{* Main *}
|
||||
<div style="text-align: left;">
|
||||
|
||||
{if $showNews}
|
||||
<h2>{$indexNews->GetTitle()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
<a href="{url label=$objNewsElement->GetUrlLabel()}" >{$objNewsElement->GetName()}</a>
|
||||
{else}
|
||||
<h2>{$indexNews->GetName()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
{/if}
|
||||
<div class="formBox">
|
||||
<div class="trescAdd">
|
||||
<div class="cb"></div>
|
||||
<div class="formContainer">
|
||||
<div id="info_container">
|
||||
{if isset($info)}
|
||||
<div class="{if $error && $error!='info'}error{else}info{/if}">{$info}</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<form method="post" action="{url label=current}" id="sendContactForm" class="contactForm">
|
||||
<input name="send" type="hidden" value="true" />
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Dane uczestnika (służbowe)'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Imię'}:</div>
|
||||
<div class="value">{formField name="name" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Nazwisko'}:</div>
|
||||
<div class="value">{formField name="surname" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł/stop. naukowy'}:</div>
|
||||
<div class="value">{formField name="degree" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Stanowisko'}:</div>
|
||||
<div class="value">{formField name="position" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Telefon'}:</div>
|
||||
<div class="value">{formField name="phone" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Fax'}:</div>
|
||||
<div class="value">{formField name="fax" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='email'}:</div>
|
||||
<div class="value">{formField name="email" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Miejsce pracy'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Instytucja'}:</div>
|
||||
<div class="value">{formField name="institution" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Ulica i numer'}:</div>
|
||||
<div class="value">{formField name="address" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Kod pocztowy'}:</div>
|
||||
<div class="value">{formField name="post_code" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Miejscowość'}:</div>
|
||||
<div class="value">{formField name="city" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='NIP Instytucji'}:</div>
|
||||
<div class="value">{formField name="nip" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam referat</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="referat" class="referat" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="referat" class="referat" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam poster</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="poster" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="poster" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="message" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Autor referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="autor" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"> </div>
|
||||
<div class="entry">
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree1" id="agree1" data-theme="d" >{translate word='agree1'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree2" id="agree2" data-theme="d" >{translate word='agree2'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Udział w konrefencji'}:</h5></div>
|
||||
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Opłata'}: </div>
|
||||
<div class="value">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">Opłata obniżona (płatność do 11.10.2024)
|
||||
<input type="radio" name="conference_fee_disc" id="conference_fee_disc2" checked="true" class="conference_fee_disc" value="1" onclick="calculatePrice();"/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Opłata zwykła (płatność po 11.10.2024)
|
||||
<input type="radio" name="conference_fee_disc" id="conference_fee_norm" class="conference_fee_disc" value="2" onclick="calculatePrice();"/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cała konferencja'}: </div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" checked="true" id="conference_fee" class="conference_fee" value="1" onclick="$('#conference_1').show();
|
||||
$('#conference_2').hide(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
$(function () {
|
||||
$('#conference_1').show();
|
||||
calculatePrice();
|
||||
});
|
||||
|
||||
function calculatePrice() {
|
||||
if ($("#conference_fee_disc").is(':checked')) {
|
||||
var price = {/literal}{$arrayPricePromJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPricePromVatJson}{literal};
|
||||
}
|
||||
if ($("#conference_fee_norm").is(':checked')) {
|
||||
var price = {/literal}{$arrayPriceJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPriceVatJson}{literal};
|
||||
}
|
||||
|
||||
|
||||
var sumPrice = 0;
|
||||
var sumPriceVat = 0;
|
||||
var price_info = '';
|
||||
if ($("#conference_fee").is(':checked')) {
|
||||
sumPrice = price[1];
|
||||
sumPriceVat = priceVat[1];
|
||||
price_info += 'cała conf ';
|
||||
}
|
||||
if ($("#price_plus_room").is(':checked')) {
|
||||
sumPrice = sumPrice + price[2];
|
||||
sumPriceVat = sumPriceVat + priceVat[2];
|
||||
price_info += 'pokój jedynka ';
|
||||
}
|
||||
if ($("#price_plus_person").is(':checked')) {
|
||||
sumPrice = sumPrice + price[3];
|
||||
sumPriceVat = sumPriceVat + priceVat[3];
|
||||
price_info += 'osoba dodatkoawa ';
|
||||
}
|
||||
if ($("#price_plus_ang").is(':checked')) {
|
||||
sumPrice = sumPrice + price[4];
|
||||
sumPriceVat = sumPriceVat + priceVat[4];
|
||||
price_info += 'ang ';
|
||||
}
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
sumPrice = price[5];
|
||||
sumPriceVat = priceVat[5];
|
||||
price_info = 'jeden dzień ';
|
||||
}
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
$("p.price_info").html(price_info);
|
||||
window.sumPrice = sumPrice;
|
||||
window.sumPriceVat = sumPriceVat;
|
||||
|
||||
|
||||
}
|
||||
$(function () {
|
||||
$(".conference_fee").on('change', function () {
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
$("#price_plus_room").prop("checked", false);
|
||||
$("#price_plus_ang").prop("checked", false);
|
||||
$("#price_plus_person").prop("checked", false);
|
||||
}
|
||||
});
|
||||
});
|
||||
{/literal}
|
||||
</script>
|
||||
<div class="confOptionContainer" id="conference_1">
|
||||
<label class="control control--checkbox" > Dopłata do pokoju 1-osobowego
|
||||
<input type="checkbox" name="fee_room1" class="price_plus_room" id="price_plus_room" data-theme="d" value="2" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" > Opłata za pobyt osoby towarzyszącej lub kierowcy w pokoju dwuosobowym
|
||||
<input type="checkbox" name="fee_room_add_person" id="price_plus_person" data-theme="d" onclick="$('#price_plus_room').prop
|
||||
("checked", true);" value="3" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" style="display: none;" > Udział w konferencji Ang.
|
||||
<input type="checkbox" name="fee_ang_conference" id="price_plus_ang" data-theme="d" value="4" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Jeden dzień (bez noclegu)'}:</div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_one" class="conference_fee" value="5" onclick="$('#conference_1').hide();
|
||||
$('#conference_2').show(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="confOptionContainer" id="conference_2">
|
||||
Wybierz dzień konferencji:
|
||||
<label class="control control--radio">06.11
|
||||
<input type="radio" name="day_conference" value="6.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">07.11
|
||||
<input type="radio" name="day_conference" value="7.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">8.11
|
||||
<input type="radio" name="day_conference" value="8.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cena za konferencję'}</div>
|
||||
<div class="value"><p class="price_full_fee" style="margin: 0px;"> </p></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="entry">
|
||||
<div><h5 align="center"> </h5></div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div>
|
||||
<p>{$indexNews->GetShortnote()}</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="entry" style="padding-top: 1.1em;">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><div class="g-recaptcha" data-sitekey="6LfUVuoUAAAAAD7noZ6S0rf8ZPiZKQ2KVpNBA274" data-callback="recaptchaCallback"></div>
|
||||
<input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha" id="hiddenRecaptcha">
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry entryLast">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><input class="button _sendContact" type="button" value="{translate word='send'}" /></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
314
_rejestracja/template/partial/Index/Index_pokonf.tp_
Normal file
314
_rejestracja/template/partial/Index/Index_pokonf.tp_
Normal file
@@ -0,0 +1,314 @@
|
||||
{* Main *}
|
||||
<div style="text-align: left;">
|
||||
|
||||
{if $showNews}
|
||||
<h2>{$indexNews->GetTitle()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
<a href="{url label=$objNewsElement->GetUrlLabel()}" >{$objNewsElement->GetName()}</a>
|
||||
{else}
|
||||
<h2>{$indexNews->GetName()}</h2><p>{$indexNews->GetDescription()}</p>
|
||||
{/if}
|
||||
<div class="formBox">
|
||||
<div class="trescAdd">
|
||||
<div class="cb"></div>
|
||||
<div class="formContainer">
|
||||
<div id="info_container">
|
||||
{if isset($info)}
|
||||
<div class="{if $error && $error!='info'}error{else}info{/if}">{$info}</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<form method="post" action="{url label=current}" id="sendContactForm" class="contactForm">
|
||||
<input name="send" type="hidden" value="true" />
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Dane uczestnika (służbowe)'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Imię'}:</div>
|
||||
<div class="value">{formField name="name" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Nazwisko'}:</div>
|
||||
<div class="value">{formField name="surname" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł/stop. naukowy'}:</div>
|
||||
<div class="value">{formField name="degree" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Stanowisko'}:</div>
|
||||
<div class="value">{formField name="position" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Telefon'}:</div>
|
||||
<div class="value">{formField name="phone" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Fax'}:</div>
|
||||
<div class="value">{formField name="fax" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='email'}:</div>
|
||||
<div class="value">{formField name="email" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Miejsce pracy'}:</h5></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Instytucja'}:</div>
|
||||
<div class="value">{formField name="institution" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Ulica i numer'}:</div>
|
||||
<div class="value">{formField name="address" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Kod pocztowy'}:</div>
|
||||
<div class="value">{formField name="post_code" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Miejscowość'}:</div>
|
||||
<div class="value">{formField name="city" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='NIP Instytucji'}:</div>
|
||||
<div class="value">{formField name="nip" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam referat</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="referat" class="referat" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="referat" class="referat" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">Zgłaszam poster</div>
|
||||
<div class="value" title="s">
|
||||
|
||||
<label class="control control--radio">Tak
|
||||
<input type="radio" name="poster" value="1" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">Nie
|
||||
<input type="radio" name="poster" value="2" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Tytuł referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="message" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Streszczenie referatu/posteru'}:</br><sub>(maksymalnie 1200 znaków)</sub></div>
|
||||
<div class="value">{formField name="message_long" type="textarea" maxlength="1200"}</div>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Autor referatu/posteru'}:</div>
|
||||
<div class="value">{formField name="autor" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="cb"> </div>
|
||||
<div class="entry">
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree1" id="agree1" data-theme="d" >{translate word='agree1'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" title="{translate word='agree_title'}">
|
||||
<input type="checkbox" name="agree2" id="agree2" data-theme="d" >{translate word='agree2'}
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div><h5 align="center">{translate word='Udział w konrefencji'}:</h5></div>
|
||||
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Opłata'}: </div>
|
||||
<div class="value">
|
||||
<div class="confOption">
|
||||
|
||||
<label class="control control--radio">Opłata zwykła
|
||||
<input type="radio" name="conference_fee_disc" id="conference_fee_norm" checked="true" class="conference_fee_disc" value="2" onclick="calculatePrice();"/>
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cała konferencja'}: </div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" checked="true" id="conference_fee" class="conference_fee" value="1" onclick="$('#conference_1').show();
|
||||
$('#conference_2').hide(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
$(function () {
|
||||
$('#conference_1').show();
|
||||
calculatePrice();
|
||||
});
|
||||
|
||||
function calculatePrice() {
|
||||
if ($("#conference_fee_disc").is(':checked')) {
|
||||
//alert('disc');
|
||||
var price = {/literal}{$arrayPricePromJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPricePromVatJson}{literal};
|
||||
}
|
||||
if ($("#conference_fee_norm").is(':checked')) {
|
||||
//alert('normal');
|
||||
var price = {/literal}{$arrayPriceJson}{literal};
|
||||
var priceVat = {/literal}{$arrayPriceVatJson}{literal};
|
||||
}
|
||||
|
||||
|
||||
var sumPrice = 0;
|
||||
var sumPriceVat = 0;
|
||||
var price_info = '';
|
||||
if ($("#conference_fee").is(':checked')) {
|
||||
sumPrice = price[1];
|
||||
sumPriceVat = priceVat[1];
|
||||
price_info += 'cała conf ';
|
||||
}
|
||||
if ($("#price_plus_room").is(':checked')) {
|
||||
sumPrice = sumPrice + price[2];
|
||||
sumPriceVat = sumPriceVat + priceVat[2];
|
||||
price_info += 'pokój jedynka ';
|
||||
}
|
||||
if ($("#price_plus_person").is(':checked')) {
|
||||
sumPrice = sumPrice + price[3];
|
||||
sumPriceVat = sumPriceVat + priceVat[3];
|
||||
price_info += 'osoba dodatkoawa ';
|
||||
}
|
||||
if ($("#price_plus_ang").is(':checked')) {
|
||||
sumPrice = sumPrice + price[4];
|
||||
sumPriceVat = sumPriceVat + priceVat[4];
|
||||
price_info += 'ang ';
|
||||
}
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
sumPrice = price[5];
|
||||
sumPriceVat = priceVat[5];
|
||||
price_info = 'jeden dzień ';
|
||||
}
|
||||
$("p.price_full_fee").html(sumPrice + ',00 PLN netto ' + '(' + sumPriceVat + ',00 PLN brutto)');
|
||||
//alert(sumPrice);
|
||||
$("p.price_info").html(price_info);
|
||||
window.sumPrice = sumPrice;
|
||||
window.sumPriceVat = sumPriceVat;
|
||||
|
||||
|
||||
}
|
||||
$(function () {
|
||||
$(".conference_fee").on('change', function () {
|
||||
if ($("#conference_fee_one").is(':checked')) {
|
||||
$("#price_plus_room").prop("checked", false);
|
||||
$("#price_plus_ang").prop("checked", false);
|
||||
$("#price_plus_person").prop("checked", false);
|
||||
}
|
||||
});
|
||||
});
|
||||
{/literal}
|
||||
</script>
|
||||
<div class="confOptionContainer" id="conference_1">
|
||||
<label class="control control--checkbox" > Dopłata do pokoju 1-osobowego
|
||||
<input type="checkbox" name="fee_room1" class="price_plus_room" id="price_plus_room" data-theme="d" value="2" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" > Opłata za pobyt osoby towarzyszącej lub kierowcy w pokoju dwuosobowym
|
||||
<input type="checkbox" name="fee_room_add_person" id="price_plus_person" data-theme="d" onclick="$('#price_plus_room').prop
|
||||
("checked", true);" value="3" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--checkbox" style="display: none;" > Udział w konferencji Ang.
|
||||
<input type="checkbox" name="fee_ang_conference" id="price_plus_ang" data-theme="d" value="4" onchange="calculatePrice();" >
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Jeden dzień (bez noclegu)'}:</div>
|
||||
<div class="value">
|
||||
<div class="configContainer">
|
||||
<div class="confOption">
|
||||
<label class="control control--radio">
|
||||
<input type="radio" name="conference_fee" id="conference_fee_one" class="conference_fee" value="5" onclick="$('#conference_1').hide();
|
||||
$('#conference_2').show(); calculatePrice();" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<div class="confOptionContainer" id="conference_2">
|
||||
Wybierz dzień konferencji:
|
||||
<label class="control control--radio">16.11
|
||||
<input type="radio" name="day_conference" value="16.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">17.11
|
||||
<input type="radio" name="day_conference" value="17.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
<label class="control control--radio">18.11
|
||||
<input type="radio" name="day_conference" value="18.11" />
|
||||
<div class="control__indicator"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Cena za konferencje'}</div>
|
||||
<div class="value"><p class="price_full_fee" style="margin: 0px;"> </p></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="entry">
|
||||
<div><h5 align="center"> </h5></div>
|
||||
</div>
|
||||
|
||||
<div class="cb"></div>
|
||||
<div>
|
||||
<p>{$indexNews->GetShortnote()}</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="entry" style="padding-top: 1.1em;">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><div class="g-recaptcha" data-sitekey="6LfUVuoUAAAAAD7noZ6S0rf8ZPiZKQ2KVpNBA274" data-callback="recaptchaCallback"></div>
|
||||
<input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha" id="hiddenRecaptcha">
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry entryLast">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><input class="button _sendContact" type="button" value="{translate word='send'}" /></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
16
_rejestracja/template/partial/Index/MailTxt.tpl
Normal file
16
_rejestracja/template/partial/Index/MailTxt.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
Wpłynęło zapytanie od [{$email}] {$post.name} {$post.surname}
|
||||
{*Treść:<br /><br />
|
||||
{$message|nl2br}*}
|
||||
<br />
|
||||
<br />
|
||||
Kontakt:
|
||||
<br />
|
||||
{$post.name} {$post.surname}<br />
|
||||
Telefon: {$post.phone}<br />
|
||||
Adres e-mail: {$post.email}<br />
|
||||
|
||||
|
||||
|
||||
<p>Kalkulacja:</p>
|
||||
{$textPrice}
|
||||
46
_rejestracja/template/partial/Index/Maps.tpl
Normal file
46
_rejestracja/template/partial/Index/Maps.tpl
Normal file
@@ -0,0 +1,46 @@
|
||||
<section id="main" class="main contentText right dark fullscreen">
|
||||
|
||||
<div class="content box contentText">
|
||||
|
||||
<div class="tresc">
|
||||
<h1 class="title">{'maps_site'|translate}</h1>
|
||||
<div class="menuRight">
|
||||
{foreach from=$arrayTree item=itemLeft}
|
||||
<div class="link1-head"><a href="{$itemLeft->GetUrlWithType()}" >{$itemLeft->GetElementName()}</a></div>
|
||||
|
||||
|
||||
{if $itemLeft->GetHaveChildren()}
|
||||
{foreach from=$itemLeft->arrayChildren item=objElementSubChild name=childMenu key=keyChild}
|
||||
|
||||
{assign var=urlSubChild value=$objElementSubChild->GetUrlWithType()}
|
||||
{* {assign var=idParentSubChild value=$objElementSubChild->GetId()}*}
|
||||
|
||||
<div class="link1"><a href="{$urlSubChild}" >{$objElementSubChild->GetElementName()}</a></div>
|
||||
|
||||
{if $objElementSubChild->GetHaveChildren()} {*&& $active2 == $objElementSubChild->getId()*}
|
||||
{foreach from=$objElementSubChild->arrayChildren item=objElementSubSubChild name=childMenu key=keyChild}
|
||||
{assign var=urlSubSubChild value=$objElementSubSubChild->GetUrlWithType()}
|
||||
|
||||
<div class="link2"><astyle href="{$urlSubSubChild}" >{$objElementSubSubChild->GetElementName()}</a></div>
|
||||
{if $objElementSubSubChild->GetHaveChildren()}
|
||||
{assign var=arraySubSubSub value=$objElementSubSubChild->arrayChildren}
|
||||
{section keyElement $arraySubSubSub}
|
||||
<div class="link3"><a href="{$arraySubSubSub[keyElement]->GetUrlWithType()}" >{$arraySubSubSub[keyElement]->GetElementName()}</a></div>
|
||||
|
||||
{/section}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
127
_rejestracja/template/partial/Index/_/IndexSent.tpl
Normal file
127
_rejestracja/template/partial/Index/_/IndexSent.tpl
Normal file
@@ -0,0 +1,127 @@
|
||||
<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}
|
||||
46
_rejestracja/template/partial/Product/Index.tpl
Normal file
46
_rejestracja/template/partial/Product/Index.tpl
Normal file
@@ -0,0 +1,46 @@
|
||||
<h1 class="siteTitle">{$objElement->GetName()}</h1>
|
||||
|
||||
{assign var=x value=1}
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>nazwa</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$arrayObj item=obj name=product}
|
||||
|
||||
|
||||
|
||||
{*{if $obj->GetPicture()}
|
||||
<a href="{url label=$objSubsite->GetUrlLabel() }"><img src="{$objSubsite->GetPictureMiniUrl()}" alt="" /></a>
|
||||
{/if}
|
||||
<h2><a style="color:#3d4c6d;" href="{url label=$objSubsite->GetUrlLabel()}">{$objSubsite->GetName()}</a></h2>
|
||||
{if count($objSubsite->content->GetDescription()) <= 0 }
|
||||
<p>{$objSubsite->content->GetDescription()|strip_tags|truncate:50} <a href="{url label=$objSubsite->GetUrlLabel()}">{translate word='read_more'}</a></p>
|
||||
{/if}
|
||||
|
||||
*}
|
||||
<tr {if $x==1}{assign var=x value=0}{else}{assign var=x value=1}class="even"{/if}>
|
||||
{if $obj->GetPicture()}
|
||||
<td><img src="{$obj->GetPictureMiniUrl()}" alt="" /></td>
|
||||
{else}
|
||||
<td><img src="{$urlStatic}/image/Strona/zalepka_180.gif" alt="" /></td>
|
||||
{/if}
|
||||
<td>{$obj->GetName()}</td>
|
||||
<td style="text-align: center;">
|
||||
<a href="{url label=$urlProductDetailLabel id=$obj->GetId() title=$obj->GetName()|escape }">{translate word='read_more'}</a>
|
||||
</td>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
{*if !isset($searchString) || $searchString == ""}
|
||||
<tr>
|
||||
<td colspan="5" style="text-align: center;">Brak zdefiniowanych produktów.</td>
|
||||
</tr>
|
||||
{/if*}
|
||||
|
||||
|
||||
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
53
_rejestracja/template/partial/Product/View.tpl
Normal file
53
_rejestracja/template/partial/Product/View.tpl
Normal file
@@ -0,0 +1,53 @@
|
||||
<h1 class="siteTitle">{$objElement->GetName()}</h1>
|
||||
|
||||
{assign var=x value=1}
|
||||
<table width="100%" class="commonTable" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td>Id</td>
|
||||
|
||||
<td>{$objProduct->GetId()}</td>
|
||||
|
||||
</tr>
|
||||
|
||||
{foreach from=$arrayObjAttribute item=objAttribute}
|
||||
|
||||
{if $objAttribute->GetValue()}
|
||||
<tr>
|
||||
|
||||
<td>{$objAttribute->GetDescription()}</td>
|
||||
|
||||
<td>{$objAttribute->GetValue()}</td>
|
||||
|
||||
</tr>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<tr>
|
||||
<td>{translate word='opis'}</td>
|
||||
|
||||
<td>{$objProduct->GetDescription()}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{if $objProduct->GetPicture()}
|
||||
<a href="{$objProduct->GetPictureUrl()}" class="gallery" style="float: left; margin-right: 15px; margin-bottom: 15px;"><img src="{$objProduct->GetPictureMiniUrl()}" alt="{$objProduct->GetName()|escape}" title="{$objProduct->GetName()|escape}" border="0" /></a>
|
||||
{/if}
|
||||
{assign var=arrayImage value= $objProduct->getArrayImage()}
|
||||
{foreach from=$arrayImage item=image}
|
||||
<a href="{$image->GetFullUrlId($objProduct->GetId(), 'Product')}" class="gallery" style="float: left; margin-right: 15px; margin-bottom: 15px;"><img src="{$image->GetFullUrlMiniId($objProduct->GetId(), 'Product')}" alt="{$objProduct->GetName()|escape}" title="{$objProduct->GetName()|escape}" border="0" /></a>
|
||||
{/foreach}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="text-align: center;">
|
||||
{translate word='Niniejsza informacja handlowa nie jest ofertą w rozumieniu prawa'}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
21
_rejestracja/template/partial/Search/Index.tpl
Normal file
21
_rejestracja/template/partial/Search/Index.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{'search_title'|translate}</h1>
|
||||
{if isset($search)}
|
||||
<div><b>Szukaj:</b> {$search}</div>
|
||||
{/if}
|
||||
{foreach from=$arrayObjArtStr item=objArt}
|
||||
{assign var=objStruc value=$objArt->GetStructure()}
|
||||
<article class="mainNewsItem" style="min-height: 90px;">
|
||||
|
||||
<a href="{url label=$objStruc->GetUrlLabel()}"><h2>{$objArt->GetTitle()}</h2> </a>
|
||||
{$objArt->GetDescription()|strip_tags|truncate:"120":"..."} <a href="{url label=$objStruc->GetUrlLabel()}">{'more'|translate}</a>
|
||||
</article><div class="cb"></div>
|
||||
<p style="border-bottom: 1px solid #8f8f8f; margin: 30px 10px 30px 10px;"></p>
|
||||
{foreachelse}
|
||||
<p>
|
||||
{'brak_artykulow_wyszukiwania'|translate}
|
||||
</p>
|
||||
{/foreach}
|
||||
|
||||
</div>
|
||||
|
||||
94
_rejestracja/template/partial/Shared/BanerBox.tpl
Normal file
94
_rejestracja/template/partial/Shared/BanerBox.tpl
Normal file
@@ -0,0 +1,94 @@
|
||||
<section id="slider" class="slider">
|
||||
<div class="flexslider">
|
||||
<ul class="slides">
|
||||
{foreach from=$arrayToEditBaner item=objHomeElementBaner key=keyHome}
|
||||
{if $objHomeElementBaner->GetPhotoUrl()}
|
||||
<li>
|
||||
<div class="clearfix">
|
||||
{if isset($indexSG)}
|
||||
<img src="{$objHomeElementBaner->GetPhotoUrl()}" alt="" />
|
||||
{else}
|
||||
{assign var=imageSlider value=$objHomeElementBaner->GetPhotoPath()}
|
||||
{thumb file=$imageSlider longside=false shortside=false width="1200" height="290" link='false' crop=true }
|
||||
{/if}
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<div class="desc"><p style="opacity: 0; visibility: visible;">{$objHomeElementBaner->GetDescription()}</p>
|
||||
|
||||
</div>
|
||||
<h3 style="opacity: 0; visibility: visible;">{$objHomeElementBaner->GetName()}</h3>
|
||||
<a class="more" href="{$objHomeElementBaner->GetSourceUrl()|default:'#'}" style="opacity: 0; visibility: visible;">{'read_more_slider'|translate}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
{*
|
||||
<ul class="slides">
|
||||
<li>
|
||||
<div class="clearfix">
|
||||
<img src="{$urlStatic}/image/tmp/slider1.jpg" />
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<div class="desc"><p style="opacity: 0; visibility: visible;">Sed porttitor lectus nibh. Donec rutrum congue leo eget malesuada.</p>
|
||||
<a class="more" href="#" style="opacity: 0; visibility: visible;">czytaj więcej</a>
|
||||
</div>
|
||||
<h3 style="opacity: 0; visibility: visible;">Sed porttitor lectus nibha</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="clearfix">
|
||||
<img src="{$urlStatic}/image/tmp/slider2.jpg" />
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<div class="desc"><p style="opacity: 0; visibility: visible;">Donec rutrum congue leo eget malesuada. </p>
|
||||
<a class="more" href="#" style="opacity: 0; visibility: visible;">czytaj więcej</a>
|
||||
</div>
|
||||
<h3 style="opacity: 0; visibility: visible;">Pellentesque in ipsum id</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="clearfix">
|
||||
<img src="{$urlStatic}/image/tmp/slider3.jpg" />
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<div class="desc"><p style="opacity: 0; visibility: visible;">Quisque velit nisi, pretium ut lacinia in, elementum id enim. </p>
|
||||
<a class="more" href="#" style="opacity: 0; visibility: visible;">czytaj więcej</a>
|
||||
</div>
|
||||
<h3 style="opacity: 0; visibility: visible;">Orci porta dapibus.</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="clearfix">
|
||||
<img src="{$urlStatic}/image/tmp/slider4.jpg" />
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<div class="desc"><p style="opacity: 0; visibility: visible;">Donec rutrum congue leo eget malesuada. </p>
|
||||
<a class="more" href="#" style="opacity: 0; visibility: visible;">czytaj więcej</a>
|
||||
</div>
|
||||
<h3 style="opacity: 0; visibility: visible;">Curabitur aliquet quam</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>*}
|
||||
0
_rejestracja/template/partial/Shared/GetUrlLang.tpl
Normal file
0
_rejestracja/template/partial/Shared/GetUrlLang.tpl
Normal file
50
_rejestracja/template/partial/Shared/MenuBottomTree.tpl
Normal file
50
_rejestracja/template/partial/Shared/MenuBottomTree.tpl
Normal file
@@ -0,0 +1,50 @@
|
||||
<div class="boxBottomMenu left">
|
||||
{assign var=countMenuArray value=$arrayTree|@count}
|
||||
{foreach from=$arrayTree item=item name=mainMenuBottom key=key}
|
||||
{assign var=id value=$item->GetId()}
|
||||
{assign var=lang value=$item->GetLang()}
|
||||
{assign var=url value=$item->GetUrlWithType()}
|
||||
{assign var=urlName value=$item->GetUrl()}
|
||||
{assign var=name value=$item->GetMenuName()}
|
||||
{assign var=subname value=$item->GetSubname()}
|
||||
{if !$name} {assign var=name value=$item->GetName()}{/if}
|
||||
{if $item->GetType() == 1}
|
||||
<div class="elementBottomMenu" {if $smarty.foreach.mainMenuBottom.last}style="width:100px;"{/if}>
|
||||
<h4><a href="{$url}" >{$name}</a></h4>
|
||||
{if $item->GetHaveChildren()}
|
||||
|
||||
{foreach from=$item->arrayChildren item=objElementSub key=idElementSub name=mainSubMenu}
|
||||
{assign var=urlSub value=$objElementSub->GetUrlWithType()}
|
||||
{assign var=idParentSub value=$objElementSub->GetId()}
|
||||
<div class="itemBotomMenu"><a href="{$urlSub}" >{$objElementSub->GetElementName()}</a></div>
|
||||
{/foreach}
|
||||
|
||||
{/if}
|
||||
{if $name == 'Demo'}
|
||||
|
||||
<div class="itemBotomMenu"><a href="{$url}" >Wersja podstawowa</a></div>
|
||||
<div class="itemBotomMenu"><a href="{$url}" >Wersja pełna</a></div>
|
||||
<div class="itemBotomMenu"><a href="{$url}" >Wersja mobilna</a></div>
|
||||
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
<div style="margin-top: 15px; text-align: left;">
|
||||
<div class="fb-like" data-href="https://www.facebook.com/pages/GoNet-CRM/435255036505963" data-width="40" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
|
||||
</div>
|
||||
<div style="margin-top: 15px; text-align: left;">
|
||||
<script src="https://apis.google.com/js/platform.js"></script>
|
||||
|
||||
<div class="g-ytsubscribe" data-channel="GoNetCRMSupport" data-layout="default" data-count="hidden"></div>
|
||||
</div>
|
||||
<div style="margin-top: 15px; text-align: left;">
|
||||
<a href="{$urlStatic}/upload/GoNet_QS.exe" title=""><img src="{$urlStatic}/image/team_viewer.gif" alt="" /></a>
|
||||
</div>
|
||||
<div class="cb"></div>
|
||||
|
||||
|
||||
0
_rejestracja/template/partial/Shared/MenuBox.tpl
Normal file
0
_rejestracja/template/partial/Shared/MenuBox.tpl
Normal file
45
_rejestracja/template/partial/Shared/MenuTopChildTree.tpl
Normal file
45
_rejestracja/template/partial/Shared/MenuTopChildTree.tpl
Normal file
@@ -0,0 +1,45 @@
|
||||
{if isset($arrayTree[$active0]) && $arrayTree[$active0]->GetHaveChildren()}{* || $objElement->GetIdParent() > 0*}
|
||||
<aside class="col-4 columnRight">
|
||||
{* <div class="menuSubRwd" onclick="showHide('.menuRight');"></div> *}
|
||||
<div class="menuRight">
|
||||
{assign var=arrayTopArrayChild value=$arrayTree[$active0]}
|
||||
{assign var=countMenuChildArray value=$arrayTopArrayChild|@count}
|
||||
{if $countMenuChildArray > 0}
|
||||
{assign var=idChild value=$arrayTopArrayChild->GetId()}
|
||||
{assign var=langChild value=$arrayTopArrayChild->GetLang()}
|
||||
{assign var=urlChild value=$arrayTopArrayChild->GetUrlWithType()}
|
||||
{assign var=urlNamChilde value=$arrayTopArrayChild->GetUrl()}
|
||||
{assign var=nameChild value=$arrayTopArrayChild->GetMenuName()}
|
||||
{assign var=subnameChild value=$arrayTopArrayChild->GetSubname()}
|
||||
{if $arrayTopArrayChild->GetHaveChildren()}
|
||||
{foreach $arrayTopArrayChild->arrayChildren as $keyChild=>$objElementSubChild }
|
||||
{if !$nameChild}
|
||||
{assign var=nameChild value=$objElementSubChild->GetName()}
|
||||
{/if}
|
||||
{assign var=urlSubChild value=$objElementSubChild->GetUrlWithType()}
|
||||
{assign var=idParentSubChild value=$objElementSubChild->GetId()}
|
||||
{if $objElementSubChild@first}
|
||||
<div class="link1-head">{$nameChild}</div>
|
||||
{/if}
|
||||
<div class="link1"><a {if $active1 == $objElementSubChild->GetId()}style="color: #68ceff;"{/if} href="{$urlSubChild}" >{$objElementSubChild->GetElementName()}</a></div>
|
||||
{if $objElementSubChild->GetHaveChildren() && $active1 == $objElementSubChild->getId() }
|
||||
{foreach from=$objElementSubChild->arrayChildren item=objElementSubSubChild name=childMenu key=keyChild}
|
||||
{assign var=urlSubSubChild value=$objElementSubSubChild->GetUrlWithType()}
|
||||
{assign var=idParentSubSubChild value=$objElementSubSubChild->GetId()}
|
||||
<div class="link2"><a {if $active2 == $objElementSubSubChild->GetId()}style="color: #68ceff;"{/if} href="{$urlSubSubChild}" >{$objElementSubSubChild->GetElementName()}</a></div>
|
||||
{if $objElementSubSubChild->GetHaveChildren()} {*&& $active2 == $objElementSubSubChild->GetId()*}
|
||||
{assign var=arraySubSubSub value=$objElementSubSubChild->arrayChildren}
|
||||
{section keyElement $arraySubSubSub}
|
||||
<div class="link3"><a {if $active3 == $arraySubSubSub[keyElement]->GetId()}style="color: #68ceff;"{/if} href="{$arraySubSubSub[keyElement]->GetUrlWithType()}" >{$arraySubSubSub[keyElement]->GetElementName()}</a></div>
|
||||
|
||||
{/section}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
{/if}
|
||||
40
_rejestracja/template/partial/Shared/MenuTopTree.tpl
Normal file
40
_rejestracja/template/partial/Shared/MenuTopTree.tpl
Normal file
@@ -0,0 +1,40 @@
|
||||
<div class="menu{if !isset($indexSG)} menuBoxSub{/if}" id="menu" style="z-index: 2;">
|
||||
|
||||
<ul id="nav">
|
||||
<li><a href="{$urlMain}" >START</a></li>
|
||||
{assign var=countMenuArray value=$arrayTree|@count}
|
||||
{foreach from=$arrayTree item=item name=mainMenu key=key}
|
||||
{assign var=id value=$item->GetId()}
|
||||
{assign var=lang value=$item->GetLang()}
|
||||
{assign var=url value=$item->GetUrlWithType()}
|
||||
{assign var=urlName value=$item->GetUrl()}
|
||||
{assign var=name value=$item->GetMenuName()}
|
||||
{assign var=subname value=$item->GetSubname()}
|
||||
{if !$name} {assign var=name value=$item->GetName()}{/if}
|
||||
{if $item->GetType() == 1}
|
||||
<li {if $smarty.foreach.mainMenu.last}style="border-right: 0px"{/if}><a href="{$url}" >{$name}</a>{if $item->GetHaveChildren()}<a class="moreLink" href="#" title="" onclick="showHide('#moreLink_{$id}');" >∨</a>{/if}
|
||||
{if $item->GetHaveChildren()}
|
||||
<ul id="moreLink_{$id}" >
|
||||
{foreach from=$item->arrayChildren item=objElementSub key=idElementSub name=mainSubMenu}
|
||||
{assign var=urlSub value=$objElementSub->GetUrlWithType()}
|
||||
{assign var=idParentSub value=$objElementSub->GetId()}
|
||||
<li ><a href="{$urlSub}" >{$objElementSub->GetElementName()}</a> </li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
{/if}
|
||||
|
||||
</li>
|
||||
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
</ul>
|
||||
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
{literal}
|
||||
|
||||
{/literal}
|
||||
|
||||
|
||||
14
_rejestracja/template/partial/Shared/News.tpl
Normal file
14
_rejestracja/template/partial/Shared/News.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<h1 class="newsBoxTitle">{translate word='NEWS'}</h1>
|
||||
{assign var=labelNews value=''}
|
||||
{foreach from=$arrayObjNewsIndex item=objNewsIndex name=news}
|
||||
{assign var=idNewsIndex value=$objNewsIndex->GetId()}
|
||||
{assign var=objStructure value=$objNewsIndex->GetStructure()}
|
||||
{assign var=labelNews value=$objStructure->GetUrlLabel()}
|
||||
{assign var=Detail value=Detail}
|
||||
{assign var=labelNewsDetail value=$labelNews}
|
||||
{assign var=truncateCount value=100}
|
||||
<div class="newsBoxItem">
|
||||
{$objNewsIndex->GetDatePublicationWithoutTime()|replace:"-":"."}<br/>
|
||||
<a href="{url label=$labelNewsDetail title=$objNewsIndex->GetTitle()|text2url id=$idNewsIndex}">{$objNewsIndex->GetShortnote()|strip_tags|truncate:$truncateCount:" $moreNews"}</a>
|
||||
</div>
|
||||
{/foreach}
|
||||
0
_rejestracja/template/partial/Shared/Slider.tpl
Normal file
0
_rejestracja/template/partial/Shared/Slider.tpl
Normal file
1
_rejestracja/template/partial/Shared/infoFrame.tpl
Normal file
1
_rejestracja/template/partial/Shared/infoFrame.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<div class="{if $error=="ok"}message{else}messageError{/if}">{$info}</div>
|
||||
@@ -0,0 +1,37 @@
|
||||
$('buttonInfo').style.display = 'none';
|
||||
$('buttonError').style.display = 'none';
|
||||
|
||||
{if $wrongEmail!=''}
|
||||
$('buttonError').style.display = 'block';
|
||||
$('infoMsg').style.display = 'block';
|
||||
$('wrongEmail').innerHTML = '{$wrongEmail}';
|
||||
$('send').disabled=true;
|
||||
{else}
|
||||
|
||||
$('wrongEmail').innerHTML = '';
|
||||
{/if}
|
||||
{if $wrongPhone!=''}
|
||||
$('buttonError').style.display = 'block';
|
||||
$('infoMsg').style.display = 'block';
|
||||
$('wrongPhone').innerHTML = '{$wrongPhone}';
|
||||
$('send').disabled=true;
|
||||
{else}
|
||||
$('wrongPhone').innerHTML = '';
|
||||
{/if}
|
||||
{if $error!=''}
|
||||
$('buttonError').style.display = 'block';
|
||||
$('infoMsg').style.display = 'block';
|
||||
$('error').innerHTML = '{$error}';
|
||||
$('send').disabled=true;
|
||||
{else}
|
||||
$('error').innerHTML = '';
|
||||
{/if}
|
||||
{if $success!=''}
|
||||
$('buttonInfo').style.display = 'block';
|
||||
$('infoMsg').style.display = 'block';
|
||||
$('info').innerHTML = '{$success}';
|
||||
$('send').disabled=true;
|
||||
{else}
|
||||
$('info').innerHTML = '';
|
||||
{/if}
|
||||
|
||||
@@ -0,0 +1,136 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title></title><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
{literal}
|
||||
<style type="text/css">
|
||||
|
||||
td.header-maila {
|
||||
border-radius:6px 6px 0px 0px;
|
||||
-moz-border-radius: 6px 6px 0px 0px;
|
||||
-webkit-border-radius: 6px 6px 0px 0px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background-color: #006ab3;
|
||||
color: #f7f7f7;
|
||||
padding-top:6px;
|
||||
padding-bottom:6px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
|
||||
}
|
||||
|
||||
td.header-maila a {
|
||||
color: #f5f5f5;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
font-family:Arial;
|
||||
}
|
||||
|
||||
td.white {
|
||||
background-color: #ffffff;
|
||||
color: #6a6a6a;
|
||||
padding-top:20px;
|
||||
padding-bottom:30px;
|
||||
padding-left:30px;
|
||||
padding-right:30px;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.article-content {
|
||||
font-size: 13px;
|
||||
color: #6a6a6a;
|
||||
margin-bottom: 18px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.article-content h1 {
|
||||
font-size: 18px;
|
||||
color: #006ab3;
|
||||
margin-bottom: 6px;
|
||||
font-family: Arial;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.article-content a {
|
||||
color: #2f98e0;
|
||||
font-weight:bold;
|
||||
font-size: 13px;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.article-content img {
|
||||
max-width: 100%;
|
||||
border:1px solid #c8c8c8;
|
||||
}
|
||||
|
||||
.article-content ol, .article-content ul {
|
||||
margin-top:0px; margin-bottom:18px; margin-left:19px; padding:0;
|
||||
}
|
||||
|
||||
.article-content li { font-size: 13px; line-height: 18px; color: #6a6a6a; }
|
||||
.article-content li a { color: #2f98e0; text-decoration:none; }
|
||||
|
||||
td.stopka-maila {
|
||||
border-radius:0px 0px 6px 6px;
|
||||
-moz-border-radius: 0px 0px 6px 6px;
|
||||
-webkit-border-radius:0px 0px 6px 6px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background-color: #006ab3;
|
||||
color: #f7f7f7;
|
||||
padding-top:30px;
|
||||
padding-bottom:30px;
|
||||
padding-left:30px;
|
||||
padding-right:30px;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
td.stopka-maila a {
|
||||
color: #f7f7f7;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
</style>
|
||||
{/literal}
|
||||
|
||||
<body bgcolor="#ececec"><center>
|
||||
|
||||
<table style="margin-top:10px;" width="640" cellpadding="0" cellspacing="0" border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="640" height="30" align="right" class="header-maila">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td valign="top" width="14" align="left"><img src="{$urlStatic}/image/Strona/like-glyph.png" border="0" width="8" height="14" alt="Facebook icon"></td>
|
||||
<td valign="top"><a href="http://www.facebook.com/pages/GoNet-CRM/435255036505963">Facebook</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" bgcolor="#ffffff" valign="top"><img src="{$urlStatic}/image/Strona/top_mail.jpg" border="0" style="border: 0px solid;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="white">
|
||||
{* content *}
|
||||
<div align="left" class="article-content">
|
||||
<p>{'info_contact_email'|translate}</p>
|
||||
</div>
|
||||
{* end content *}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="stopka-maila" align="left"><img src="{$urlStatic}/image/Strona/kim_logo.gif" align="right">
|
||||
|
||||
<p>{'contact_mail_signature'|translate}</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
||||
19
_rejestracja/template/partial/SimpleArticle/Index/Faq.tpl
Normal file
19
_rejestracja/template/partial/SimpleArticle/Index/Faq.tpl
Normal file
@@ -0,0 +1,19 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
{if $objElement->GetSubname()}
|
||||
<div class="subTitle"> {$objElement->GetSubname()}</div>
|
||||
{/if}
|
||||
|
||||
|
||||
<h1>{$objArticle->GetTitle()}</h1>
|
||||
|
||||
|
||||
{$objArticle->GetDescription()}
|
||||
|
||||
<div class="back"><a href="javascript:history.back();">{translate word='back'}</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
132
_rejestracja/template/partial/SimpleArticle/Index/Form.tpl
Normal file
132
_rejestracja/template/partial/SimpleArticle/Index/Form.tpl
Normal file
@@ -0,0 +1,132 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
{if $objElement->GetSubname()}
|
||||
<div class="subTitle">{$objElement->GetSubname()}</div>
|
||||
{/if}
|
||||
|
||||
|
||||
{$objArticle->GetDescription()}
|
||||
|
||||
|
||||
<div id="info_container">
|
||||
{if isset($info)}
|
||||
<div class="{if $error && $error!='info'}error{else}info{/if}">{$info}</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="formBox">
|
||||
<div class="trescAdd">
|
||||
<div class="cb"></div>
|
||||
<div class="formContainer">
|
||||
{assign var=url value=$objElement->GetUrl()}
|
||||
<form method="post" action="{url _value=$url}" id="sendContactForm" class="contactForm">
|
||||
<input name="send" type="hidden" value="true" />
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Imię'}:</div>
|
||||
<div class="value">{formField name="name" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Nazwisko'}:</div>
|
||||
<div class="value">{formField name="surname" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Telefon'}:</div>
|
||||
<div class="value">{formField name="phone" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='email'}:</div>
|
||||
<div class="value">{formField name="email" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='message'}:</div>
|
||||
<div class="value">{formField name="message" type="textarea" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry" style="padding-top: 8px;">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><div class="g-recaptcha" data-sitekey="6LcNLRsUAAAAAGx7ZIDZDUbkjGDGioDaBGGC64fV" data-callback="recaptchaCallback"></div>
|
||||
<input type="hidden" class="hiddenRecaptcha required" name="hiddenRecaptcha" id="hiddenRecaptcha">
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry entryLast">
|
||||
<div class="label"> </div>
|
||||
<div class="value"><input class="button _sendContact" type="button" value="{translate word='send'}" /></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
{$contentObj->GetDescriptionAdd()}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{*<tr>
|
||||
<td width="180">Imię</td>
|
||||
<td width="440"><input name="imie" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nazwisko</td>
|
||||
<td><input name="nazwisko" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stanowisko</td>
|
||||
<td><input name="stanowisko" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nazwa firmy</td>
|
||||
<td><input name="nazwa_firmy" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Miejscowość</td>
|
||||
<td><input name="miejscowosc" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kod pocztowy</td>
|
||||
<td><input name="kod" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ulica i nr lokalu</td>
|
||||
<td><input name="ulica_nr" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Telefon</td>
|
||||
<td><input name="telefon" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Adres e-mail</td>
|
||||
<td><input name="email" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Adres strony internetowej *</td>
|
||||
<td><input name="www" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">Proszę o kontakt:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" colspan="2">
|
||||
<table border="0" cellpadding="2" cellspacing="0" width="170">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="right">telefoniczny</td>
|
||||
<td><input checked="checked" name="kontakt" type="radio" value="telefoniczny" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">e-mail</td>
|
||||
<td><input name="kontakt" type="radio" value="email" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="_top">Treść zapytania</td>
|
||||
<td><textarea name="tresc" style="BORDER-RIGHT: #79b8db 1px solid; BORDER-TOP: #79b8db 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #79b8db 1px solid; WIDTH: 400px; COLOR: #444444; BORDER-BOTTOM: #79b8db 1px solid; FONT-FAMILY: Tahoma, Verdana; HEIGHT: 70px"></textarea></td>
|
||||
</tr>*}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{'Formularz zapytania'|translate}</h1>
|
||||
|
||||
|
||||
|
||||
{'message_sent'|translate}
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
32
_rejestracja/template/partial/SimpleArticle/Index/Index.tpl
Normal file
32
_rejestracja/template/partial/SimpleArticle/Index/Index.tpl
Normal file
@@ -0,0 +1,32 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
{if $objElement->GetSubname()}
|
||||
<div class="subTitle">{$objElement->GetSubname()}</div>
|
||||
{/if}
|
||||
<div>
|
||||
|
||||
|
||||
|
||||
{foreach from=$articleList item=objArticle name=objArticle }
|
||||
{assign var=objDescription value=$objArticle->GetDescriptionObj()}
|
||||
{assign var=id value=$objArticle->GetId()}
|
||||
<article class="mainNewsItem" style="min-height: 90px;">
|
||||
{if $objArticle->GetPicture()}
|
||||
<a href="{url label=$labelDetal id=$id title=$objDescription->GetTitle()|text2url}">
|
||||
{assign var=imageItemGallery value=$objArticle->GetPicturePath()}
|
||||
<figure class="itemImageGallery" title="{$objArticle->GetShortnote()|strip_tags|escape}" >{thumb file=$imageItemGallery longside=false shortside=false width="280" height="160" link='false' crop=true }</figure>
|
||||
</a>
|
||||
{else}
|
||||
{* <img src="{$urlStatic}/image/Strona/160x120.jpg" alt="{$objArticle->GetTitle()}" title="{$objArticle->GetShortnote()|strip_tags|escape}" style="float: left; margin-right: 25px; margin-bottom: 0px;" /> *}
|
||||
{/if}
|
||||
<div class="dateList">{$objArticle->GetDatePublicationWithoutTime()|date_format:"%d.%m.%Y"} r.</div>
|
||||
<a href="{url label=$labelDetal id=$id title=$objDescription->GetTitle()|text2url}"><h2>{$objDescription->GetTitle()}</h2> </a>
|
||||
{$objDescription->GetShortnote()|strip_tags}<a href="{url label=$labelDetal id=$id title=$objDescription->GetTitle()|text2url}">{'more'|translate}...</a>
|
||||
</article><div class="cb"></div>
|
||||
<p style="border-bottom: 1px solid #8f8f8f; margin: 30px 10px 30px 10px;"></p>
|
||||
{/foreach}
|
||||
<div style="clear: both;"></div>
|
||||
<div class="pager" style="margin-bottom: 10px; margin-right: 5px;">{pagination class=pagermore _current=$objElement->GetUrl() currPage=$page pageCount=$maxPage name=p next='>' prev='<'}</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,23 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
{if $objElement->GetSubname()}
|
||||
<div class="subTitle">{$objElement->GetSubname()}</div>
|
||||
{/if}
|
||||
<div>
|
||||
|
||||
|
||||
|
||||
{foreach from=$articleList item=objArticle name=objArticle }
|
||||
{assign var=objDescription value=$objArticle->GetDescriptionObj()}
|
||||
{assign var=id value=$objArticle->GetId()}
|
||||
<article class="mainNewsItem" >
|
||||
<a href="{url label=$labelDetal id=$id title=$objDescription->GetTitle()|text2url}"><h2>{$objDescription->GetTitle()}</h2> </a>
|
||||
{$objDescription->GetShortnote()|strip_tags}{if $objDescription->GetShortnote()} <a href="{url label=$labelDetal id=$id title=$objDescription->GetTitle()|text2url}">{'more'|translate}...</a>{/if}
|
||||
</article><div class="cb"></div>
|
||||
<p style="border-bottom: 1px solid #8f8f8f; margin: 30px 10px 30px 10px;"></p>
|
||||
{/foreach}
|
||||
<div style="clear: both;"></div>
|
||||
<div class="pager" style="margin-bottom: 10px; margin-right: 5px;">{pagination class=pagermore _current=$objElement->GetUrl() currPage=$page pageCount=$maxPage name=p next='>' prev='<'}</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,36 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
{if $objElement->GetSubname()}
|
||||
<div class="subTitle">{$objElement->GetSubname()}</div>
|
||||
{/if}
|
||||
<div>
|
||||
{if $objArticle->GetPicture()}
|
||||
<div class="newsImg"><a title="obrazek" href="{url label=$labelDetal id=$id title=$objArticle->GetTitle()|text2url}"><img src="{$objArticle->GetPictureUrl()}" alt="{$objArticle->GetTitle()}" title="{$objArticle->GetTitle()}" border="0"/></a></div>
|
||||
{/if}
|
||||
|
||||
{$objArticle->GetDescription()}
|
||||
{assign var=k value=0}
|
||||
{foreach from=$articleList item=objArticle name=objArticle }
|
||||
{assign var=objDescription value=$objArticle->GetDescriptionObj()}
|
||||
{assign var=id value=$objArticle->GetId()}
|
||||
{assign var=k value=$k+1}
|
||||
<article class="mainNewsItem" style="min-height: 90px;">
|
||||
{if $objArticle->GetPicture()}
|
||||
<a href="{url label=$labelDetal id=$id title=$objDescription->GetTitle()|text2url}" title="{$objArticle->GetTitle()|escape}">
|
||||
{* <img src="{$objArticle->GetPictureUrl()}" alt="{$objArticle->GetTitle()}" title="{$objArticle->GetShortnote()|strip_tags|escape}" style="float: left; margin-right: 10px;" />*}
|
||||
{assign var=imageItemGallery value=$objArticle->GetPicturePath()}
|
||||
<figure class="itemImageGallery" title="{$objArticle->GetShortnote()|strip_tags|escape}" >{thumb file=$imageItemGallery longside=false shortside=false width="280" height="160" link='false' crop=true }</figure>
|
||||
</a>
|
||||
|
||||
{/if}
|
||||
<a href="{url label=$labelDetal id=$id title=$objDescription->GetTitle()|text2url}" title="{$objArticle->GetTitle()|escape}"><h2>{$objDescription->GetTitle()}</h2></a>
|
||||
{$objDescription->GetShortnote()|strip_tags}<a href="{url label=$labelDetal id=$id title=$objDescription->GetTitle()|text2url}" title="{$objArticle->GetTitle()|escape}">więcej...</a>
|
||||
{*<div class="dateList">{$objArticle->GetDatePublicationWithoutTime()|date_format:"%d.%m.%Y"} r.</div>*}
|
||||
</article><div class="cb"></div>
|
||||
<p style="border-bottom: 1px solid #8f8f8f; margin: 30px 10px 30px 10px;"></p>
|
||||
{/foreach}
|
||||
<div style="clear: both;"></div>
|
||||
<div class="pager" style="margin-bottom: 10px; margin-right: 5px;">{pagination class=pagermore _current=$objElement->GetUrl() currPage=$page pageCount=$maxPage name=p next='>' prev='<'}</div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
Wpłynęło zapytanie od [{$email}] {$post.name} {$post.surname}
|
||||
<br /><br />
|
||||
|
||||
Treść:<br /><br />
|
||||
{$message|nl2br}
|
||||
<br />
|
||||
<br />
|
||||
Kontakt:
|
||||
<br />
|
||||
{$post.name} {$post.surname}<br />
|
||||
Telefon: {$post.phone}<br />
|
||||
Adres e-mail: {$post.email}<br />
|
||||
Telefon: {$post.phone}<br />
|
||||
|
||||
|
||||
20
_rejestracja/template/partial/SimpleArticle/Index/News.tpl
Normal file
20
_rejestracja/template/partial/SimpleArticle/Index/News.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
{if $objElement->GetSubname()}
|
||||
<div class="subTitle"> {$objElement->GetSubname()}</div>
|
||||
{/if}
|
||||
|
||||
<div class="mainContent">
|
||||
{if $objArticle->GetPictureMini()}
|
||||
<div class="newsImg left" style="margin-right: 1em;"><img src="{$objArticle->GetPictureMiniUrl()}" alt="{$objArticle->GetTitle()}" title="{$objArticle->GetTitle()}" border="0" /></div>
|
||||
{/if}
|
||||
|
||||
<h1>{$objArticle->GetTitle()}</h1>
|
||||
<p>
|
||||
{$objArticle->GetDescription()}
|
||||
</p>
|
||||
<a href="{url label=$objElement->GetUrlLabel()}">{translate word='back_to_news'}</a>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,30 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
{if $objElement->GetSubname()}
|
||||
<div class="subTitle">{$objElement->GetSubname()}</div>
|
||||
{/if}
|
||||
<div>
|
||||
<h2>{$objArticle->GetTitle()}</h2>
|
||||
|
||||
{*if $objArticle->GetPicture()}
|
||||
<div class="newsImg"><img src="{$objArticle->GetPictureUrl()}" alt="{$objArticle->GetTitle()}" title="{$objArticle->GetTitle()}" style="border: 2px solid #76632d;" /></div>
|
||||
{/if*}
|
||||
|
||||
{$objArticle->getDescription()}
|
||||
|
||||
<div >
|
||||
{foreach from=$arrayImage item=image}
|
||||
<div class="imgGallery" style="float: left; margin-right: 10px;">
|
||||
<a class="gallery" href="{$image->GetFullUrlId($objArticle->GetId())}" title="{$image->GetDescription()|escape}" >
|
||||
{assign var=imageGallery value=$image->GetFullPathOrgId($objArticle->GetId())}
|
||||
{assign var=titleImg value=$image->GetDescription()|escape}
|
||||
<figure class="itemImageGalleryDetail">{thumb file=$imageGallery longside=false shortside=false width="250" height="160" link='false' crop=true title=$titleImg }</figure>
|
||||
{* <img src="{$image->GetFullUrlMiniId($objArticle->GetId())}" alt="{$image->GetDescription()}" title="{$image->GetDescription()}" /><br />*}
|
||||
</a>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
<div class="cb"> </div>
|
||||
<a href="{url label=$objElement->GetUrlLabel()}">{translate word='back'}</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,32 @@
|
||||
<div class="tytul-strony">{$objElement->GetName()}</div>
|
||||
{$objArticle->GetDescription()}
|
||||
{assign var=x value=1}
|
||||
<table width="100%" cellpadding="4" cellspacing="0" border="0">
|
||||
|
||||
{foreach from=$arrayObjSubsite item=objSubsite name=Subsite}
|
||||
|
||||
|
||||
|
||||
<tr {if $x==1}{assign var=x value=0}{else}{assign var=x value=1}class="even"{/if}>
|
||||
{if $objSubsite->GetPicture()}
|
||||
<td width="10%"><img src="{$objSubsite->GetPictureMiniUrl()}" alt="" /></td>
|
||||
{else}
|
||||
<td width="10%"><img src="{$urlStatic}/image/Strona/id.gif" alt="" /></td>
|
||||
{/if}
|
||||
<td width="60%"><a href="{url label=$objSubsite->GetUrlLabel()}">{$objSubsite->GetName()}</a></td>
|
||||
<td width="30%" style="text-align: center;">
|
||||
<a href="{url label=$objSubsite->GetUrlLabel()}">{translate word='read_more'}</a>
|
||||
</td>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
{*if !isset($searchString) || $searchString == ""}
|
||||
<tr>
|
||||
<td colspan="3" style="text-align: center;">Brak zdefiniowanych produktów.</td>
|
||||
</tr>
|
||||
{/if*}
|
||||
|
||||
|
||||
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
82
_rejestracja/template/partial/SimpleArticle/Index/View.tpl
Normal file
82
_rejestracja/template/partial/SimpleArticle/Index/View.tpl
Normal file
@@ -0,0 +1,82 @@
|
||||
<div class="tresc">
|
||||
<h1 class="title">{$objElement->GetName()}</h1>
|
||||
{if $objElement->GetSubname()}
|
||||
<div class="subTitle"> {$objElement->GetSubname()}</div>
|
||||
{/if}
|
||||
|
||||
{if isset($idCategory) && $idCategory != 1 && isset($labelDetal)}
|
||||
|
||||
<h1>{$objArticle->GetTitle()}</h1>
|
||||
{if $objArticle->GetPicture()}
|
||||
<div class="newsImg"><img src="{$objArticle->GetPictureUrl()}" alt="{$objArticle->GetTitle()}" title="{$objArticle->GetTitle()}" border="0"/></div>
|
||||
{/if}
|
||||
|
||||
|
||||
{assign var=descriptionArray value=$objArticle->GetDescriptionArray()}
|
||||
{foreach from=$descriptionArray name=article item=article key=key}
|
||||
<div id="page_{$key+1}" {if $smarty.foreach.article.first}{else}style="display: none;"{/if}>{$article|replace:'<ul>':'<ul class="arrowPointers">'}</div>
|
||||
{/foreach}
|
||||
|
||||
{ if $descriptionArray|@count > 1 }
|
||||
<center>
|
||||
<div>
|
||||
{foreach from=$descriptionArray name=pagi item=article key=key}
|
||||
<a href="#" id="link_{$key+1}" {if $smarty.foreach.pagi.first}style="color: red; font-weight: bold;"{/if} onclick="{foreach from=$descriptionArray item=art key=i} document.getElementById('page_{$i+1}').style.display = 'none'; document.getElementById('link_{$i+1}').innerHTML = '{$i+1}'; document.getElementById('link_{$i+1}').style.color = '';{/foreach} document.getElementById('page_{$key+1}').style.display = ''; document.getElementById('link_{$key+1}').innerHTML = '<b>{$key+1}</b>'; document.getElementById('link_{$key+1}').style.color = 'red';"> {$key+1} </a>
|
||||
{/foreach}
|
||||
</div>
|
||||
</center>
|
||||
{ /if }
|
||||
|
||||
<div class="back"><a href="javascript:history.back();">{translate word='back'}</a></div>
|
||||
|
||||
|
||||
{else}
|
||||
|
||||
{if $lang == 'pl'}
|
||||
{assign var=kontakt value='http://www.ogiela.pl/pl/formularz_zapytania'}
|
||||
{else}
|
||||
{assign var=kontakt value='http://www.ogiela.pl/en/contact_form'}
|
||||
{/if}
|
||||
|
||||
{$objArticle->GetDescription()|replace:'#KONTAKT#':$kontakt}
|
||||
<div class="imagesList">
|
||||
{foreach from=$arrayImage item=image key=key name=imageGallery}
|
||||
<a class="gallery normalImg{if $smarty.foreach.imageGallery.index > 3} SubImage_imageGallery{/if}" href="{$image->GetFullUrlId($objArticle->GetId())}" {if $smarty.foreach.imageGallery.index > 3}style="display: none;" {/if}>
|
||||
{assign var=imageGallery value=$image->GetFullPathOrgId($objArticle->GetId())}
|
||||
{thumb file=$imageGallery longside=false shortside=false width="250" height="160" link='false' crop=true }
|
||||
{*<img src="{$image->GetFullUrlMiniId($objArticle->GetId())}" width="120" height="60" alt="" style="border: 1px solid white;" />*}
|
||||
</a>
|
||||
{/foreach}
|
||||
{if $smarty.foreach.imageGallery.index > 3}
|
||||
<div class="moreImage" id="moreImage"><a href="#" onclick="$('.SubImage_imageGallery').show('slow'); $('#lessImage').show(); $('#moreImage').hide(); return false; " >{translate word='more'}</a></div>
|
||||
<div class="lessImage" id="lessImage"><a href="#" onclick="$('.SubImage_imageGallery').hide('slow'); $('#moreImage').show(); $('#lessImage').hide(); return false;" >{translate word='less'}</a></div>
|
||||
{/if}
|
||||
</div>
|
||||
<div> </div>
|
||||
|
||||
{foreach from=$articleList item=articleSubObj}
|
||||
<h1>{$articleSubObj->GetTitle()}</h1>
|
||||
{$articleSubObj->GetDescription()}
|
||||
<div class="imagesList">
|
||||
|
||||
{assign var=imageSubGallery value=$articleSubObj->getArrayImage()}
|
||||
{assign var=idSubGallery value=$articleSubObj->getId()}
|
||||
{foreach $imageSubGallery as $imageSub}
|
||||
{* {foreach from=$imageSubGallery item=imageSub name=%$idSubGallery%} *}
|
||||
<a rel="{$idSubGallery}" class="gallery normalImg {if $imageSub@index > 3}SubImage_{$idSubGallery}{/if}" href="{$imageSub->GetFullUrlId($articleSubObj->GetId())}" {if $imageSub@index > 3}style="display: none;" {/if}>
|
||||
{assign var=imageGallery value=$imageSub->GetFullPathOrgId($articleSubObj->GetId())}
|
||||
{thumb file=$imageGallery longside=false shortside=false width="250" height="160" link='false' crop=true }
|
||||
{*<img src="{$imageSub->GetFullUrlMiniId($articleSubObj->GetId())}" width="120" height="60" alt="" style="border: 1px solid white;" />*}
|
||||
</a>
|
||||
{/foreach}
|
||||
{if $imageSub@index > 3}
|
||||
<div class="moreImage" id="moreImage{$idSubGallery}"><a href="#" onclick="$('.SubImage_{$idSubGallery}').show('slow'); $('#lessImage{$idSubGallery}').show(); $('#moreImage{$idSubGallery}').hide(); return false; " >{translate word='more'}</a></div>
|
||||
<div class="lessImage" id="lessImage{$idSubGallery}"><a href="#" onclick="$('.SubImage_{$idSubGallery}').hide('slow'); $('#moreImage{$idSubGallery}').show(); $('#lessImage{$idSubGallery}').hide(); return false;" >{translate word='less'}</a></div>
|
||||
{/if}
|
||||
</div>
|
||||
{/foreach}
|
||||
<div> </div>
|
||||
{/if}
|
||||
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
15
_rejestracja/template/partial/Translate/Js.tpl
Normal file
15
_rejestracja/template/partial/Translate/Js.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
var TranslateArray = new Array();
|
||||
|
||||
{foreach $lang as $k=>$l}
|
||||
TranslateArray['{$k}'] = '{$l}';
|
||||
{/foreach}
|
||||
|
||||
{literal}
|
||||
function translate(label) {
|
||||
if (TranslateArray[label] == undefined) {
|
||||
return label;
|
||||
} else {
|
||||
return TranslateArray[label];
|
||||
}
|
||||
}
|
||||
{/literal}
|
||||
592
_rejestracja/template/szablon.html
Normal file
592
_rejestracja/template/szablon.html
Normal file
@@ -0,0 +1,592 @@
|
||||
<html class="js" lang="pl"><head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="dcterms.created" content="2015-10-13">
|
||||
<meta name="dcterms.subject" content="Home">
|
||||
<meta name="robots" content="index,follow,all">
|
||||
<meta name="dc.language" content="pl">
|
||||
<meta name="designer" content="IT.PStudio /network solutions/">
|
||||
<meta name="dcterms.creator" content="webStudio 2.2.4">
|
||||
<meta name="dcterms.rights" content="OPPC">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="template/css/normalize.css">
|
||||
<link rel="stylesheet" type="text/css" href="template/css/flexslider.css">
|
||||
<link rel="stylesheet" type="text/css" href="template/css/animate.css">
|
||||
<link rel="stylesheet" type="text/css" href="template/css/global.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300&subset=latin,latin-ext" rel="stylesheet" type="text/css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="--><!--/css/fonts/stylesheet.css" />-->
|
||||
<link rel="stylesheet" type="text/css" href="template/js/fancybox/jquery.fancybox.css?v=2.1.5" media="screen">
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/x-icon" href="template/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="template/favicon.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js">IE7_PNG_SUFFIX=".png";</script>
|
||||
<link href="template/css/ie.css" rel="stylesheet" type="text/css" />
|
||||
<![endif]-->
|
||||
<!--[if IE 9 ]><style>* {filter: none !important;}</style><![endif]-->
|
||||
|
||||
|
||||
|
||||
<title>Home - Organizacje Pracodawców – Polska Organizacja Przemysłu Chemicznego</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="organizacja pracodawców, chemia program sektorowy, polska branża chemiczna, ochrona interesów branży chemicznej, prace rozwojowe wsparcie, rozwój branży chemicznej, targi promocja chemiczny przemysł, kampania informacyjna, rozwiązywanie sporów, grupa zaku">
|
||||
|
||||
<script async="" src="https://www.google-analytics.com/analytics.js"></script><script>
|
||||
document.documentElement.className = document.documentElement.className.replace("no-js", "js");
|
||||
|
||||
|
||||
var formAlert1 = 'Wypełnij wszystkie oznaczone pola i spróbuj ponownie. Adres email wydaje się być nieprawidłowy.';
|
||||
var formAlert2 = 'Wypełnij wszystkie oznaczone pola i spróbuj ponownie.';
|
||||
var formAlert3 = 'Adres email wydaje się być nieprawidłowy.';
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style type="text/css">.fancybox-margin{margin-right:21px;}</style></head>
|
||||
|
||||
<body class="page-id-2 home lang-pl no-parent page-btn-header page-box-home page-box-contact sidebar-column-right page-template-default no-touch">
|
||||
<div id="wrapper">
|
||||
<header id="header">
|
||||
<div class="clearfix wrap">
|
||||
<div id="top">
|
||||
<h1 id="logo"><a href="/" title=""><img src="files/images/logo/logo2.jpg" alt="" kasperskylab_antibanner="on"></a></h1>
|
||||
<ul id="btn-header" class="btn-header sidebar-group-box-6 sidebar"><li class="box box-item-1 box-10"><div class="inner"><div class="box-text"></div><div class="box-more clearfix"><a class="button" href="/nasi-czlonkowie,4,pl.html" title="przystąp do NAS" target="_blank">przystąp do NAS</a></div></div></li></ul> </div>
|
||||
</div>
|
||||
<nav id="nav" class="clearfix">
|
||||
<div class="wrap">
|
||||
<div id="button-mobile-menu">
|
||||
<a title="Menu" href="#"><span>Menu</span></a>
|
||||
</div>
|
||||
<ul class="menu sf-js-enabled sf-arrows">
|
||||
<li class="level-0 current"><a href="/" class="level-0-link current-link" title="Home">Home</a></li>
|
||||
<li class="level-0 parent"><a href="aktualnosci,12,pl.html" class="level-0-link sf-with-ul" title="Aktualności">Aktualności</a>
|
||||
<ul style="display: none;">
|
||||
|
||||
<li class="level-1"><a href="wydarzenia,16,pl.html" class="level-1-link" title="WYDARZENIA">WYDARZENIA</a></li>
|
||||
</ul></li>
|
||||
<li class="level-0 parent"><a href="o-nas,3,pl.html" class="level-0-link sf-with-ul" title="O nas ">O nas </a>
|
||||
<ul style="display: none;">
|
||||
|
||||
<li class="level-1"><a href="dzialalnosc,13,pl.html" class="level-1-link" title="DZIAŁALNOŚĆ">DZIAŁALNOŚĆ</a></li>
|
||||
<li class="level-1"><a href="struktura,14,pl.html" class="level-1-link" title="STRUKTURA">STRUKTURA</a></li>
|
||||
<li class="level-1"><a href="statut,15,pl.html" class="level-1-link" title="STATUT">STATUT</a></li>
|
||||
</ul></li>
|
||||
<li class="level-0 parent"><a href="oferta,5,pl.html" class="level-0-link sf-with-ul" title="Oferta">Oferta</a>
|
||||
<ul style="display: none;">
|
||||
|
||||
<li class="level-1 parent"><a href="korzysci,18,pl.html" class="level-1-link sf-with-ul" title="KORZYŚCI">KORZYŚCI</a>
|
||||
<ul style="display: none;">
|
||||
|
||||
<li class="level-2"><a href="grupa-zakupowa,20,pl.html" class="level-2-link" title="Grupa zakupowa">Grupa zakupowa</a></li>
|
||||
<li class="level-2"><a href="wsparcie-prawno-podatkowe,21,pl.html" class="level-2-link" title="Wsparcie prawno-podatkowe">Wsparcie prawno-podatkowe</a></li>
|
||||
<li class="level-2"><a href="programy-unijne-i-konsulting,22,pl.html" class="level-2-link" title="Programy unijne i konsulting">Programy unijne i konsulting</a></li>
|
||||
<li class="level-2"><a href="program-sektorowy,19,pl.html" class="level-2-link" title="Program sektorowy">Program sektorowy</a></li>
|
||||
</ul></li>
|
||||
<li class="level-1"><a href="abonament,26,pl.html" class="level-1-link" title="ABONAMENT">ABONAMENT</a></li>
|
||||
</ul></li>
|
||||
<li class="level-0"><a href="nasi-czlonkowie,4,pl.html" class="level-0-link" title="NASI CZŁONKOWIE">NASI CZŁONKOWIE</a></li>
|
||||
<li class="level-0"><a href="kontakt,6,pl.html" class="level-0-link" title="Kontakt">Kontakt</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<div class="clearfix">
|
||||
<style>
|
||||
#slider-content-wrap-20 img {
|
||||
width: 100%
|
||||
}
|
||||
</style>
|
||||
<div id="slider-content-wrap-20" class="slider-content-wrap">
|
||||
<div id="slider-content-desc-wrap-20" class="desc-wrap"> <div class="inner"></div></div><div class="slider-content-slides"><div class="slider-content-loader"><div id="slider-content-20" class="slider-content flexslider">
|
||||
<ul class="slides">
|
||||
<li class="item" style="background-image: url("files/images/slider/slid_2.jpg"); width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: block; z-index: 1;">
|
||||
<div class="clearfix">
|
||||
<img src="files/images/slider/slid_2.jpg" alt="" kasperskylab_antibanner="on" draggable="false"> <span class="layer-mask"></span>
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<h3 style="opacity: 0; visibility: visible;">Grupa zakupowa</h3>
|
||||
<div class="desc"><p style="opacity: 0; visibility: visible;">Istotą Grupy Zakupowej jest możliwość nabywania tańszych dóbr i usług na rzecz wybranej grupy odbiorców. Grupa firm nabywa u konkretnego dostawcy hurtową ilość produktów i uzyskuje rabat cenowy.</p>
|
||||
<a class="more" href="/grupa-zakupowa,20,pl.html" style="opacity: 0; visibility: visible;">czytaj więcej</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item" style="background-image: url("files/images/slider/slid_3.jpg"); width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: block; z-index: 1;">
|
||||
<div class="clearfix">
|
||||
<img src="files/images/slider/slid_3.jpg" alt="" kasperskylab_antibanner="on" draggable="false"> <span class="layer-mask"></span>
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<h3 style="opacity: 0; visibility: visible;">Wsparcie prawno-podatkowe</h3>
|
||||
<div class="desc"><p style="opacity: 0; visibility: visible;">Uzyskaj bezpłatną pomoc renomowanej kancelarii prawnej w zakresie opinii i analiz prawnych oraz indywidualne doradztwo licencjonowanego doradcy podatkowego.</p>
|
||||
<a class="more" href="/wsparcie-prawno-podatkowe,21,pl.html" style="opacity: 0; visibility: visible;">czytaj więcej</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item" style="background-image: url("files/images/slider/slid_4.jpg"); width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: block; z-index: 1;">
|
||||
<div class="clearfix">
|
||||
<img src="files/images/slider/slid_4.jpg" alt="" kasperskylab_antibanner="on" draggable="false"> <span class="layer-mask"></span>
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<h3 style="opacity: 0; visibility: visible;">Projekty unijne i konsulting</h3>
|
||||
<div class="desc"><p style="opacity: 0; visibility: visible;">Firmy członkowskie mogą uzyskać bezpłatne indywidualne wsparcie w zakresie pozyskiwania środków finansowych ze środków unijnych, doradztwa strategicznego oraz przygotowania inwestycji.</p>
|
||||
<a class="more" href="/programy-unijne-i-konsulting,22,pl.html" style="opacity: 0; visibility: visible;">czytaj więcej</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item flex-active-slide" style="background-image: url("files/images/slider/slid_1.jpg"); width: 100%; float: left; margin-right: -100%; position: relative; opacity: 1; display: block; z-index: 2;">
|
||||
<div class="clearfix">
|
||||
<img src="files/images/slider/slid_1.jpg" alt="" kasperskylab_antibanner="on" draggable="false"> <span class="layer-mask"></span>
|
||||
<div class="wrap">
|
||||
<div class="desc-wrap">
|
||||
<h3 style="opacity: 1; visibility: visible;">Program sektorowy</h3>
|
||||
<div class="desc"><p style="opacity: 1; visibility: visible;">Opracowujemy warunki rozwoju sektora chemicznego. Jeśli chcesz mieć realny wpływ na kształtowanie przyszłości przemysłu chemicznego, przyłącz się do naszej inicjatywy.</p>
|
||||
<a class="more" href="/program-sektorowy,19,pl.html" style="opacity: 0.999639; visibility: visible;">czytaj więcej</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<ol class="flex-control-nav flex-control-paging"><li><a class="">1</a></li><li><a class="">2</a></li><li><a class="">3</a></li><li><a class="flex-active">4</a></li></ol><ul class="flex-direction-nav"><li><a class="flex-prev" href="#">Previous</a></li><li><a class="flex-next" href="#">Next</a></li></ul></div>
|
||||
<div class="slider-mask"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="main">
|
||||
<div class="clearfix wrap">
|
||||
<section id="content" class="content content-default clearfix">
|
||||
<ul id="box-home" class="box-home sidebar-group-box-7 sidebar clearfix"><li class="box box-item-1 box-12"><h3 class="box-title">Grupa zakupowa</h3><div class="inner"><div class="box-text"><p style="text-align: center;"><img alt="" src="/files/images/img/box-img-2_b.jpg" style="width: 500px; height: 300px;" kasperskylab_antibanner="on"></p>
|
||||
|
||||
<p>Istotą Grupy Zakupowej jest możliwość nabywania tańszych dóbr i usług na rzecz wybranej grupy odbiorców. Grupa firm nabywa u konkretnego dostawcy hurtową ilość produktów i uzyskuje rabat cenowy.</p>
|
||||
</div><div class="box-more clearfix"><a class="button" href="/grupa-zakupowa,20,pl.html" title="więcej">więcej</a></div></div></li><li class="box box-item-2 box-13"><h3 class="box-title">Wsparcie prawno-podatkowe</h3><div class="inner"><div class="box-text"><p style="text-align: center;"><img alt="" src="/files/images/img/box-img-3_b.jpg" style="width: 500px; height: 300px;" kasperskylab_antibanner="on"></p>
|
||||
|
||||
<p style="text-align: justify;">Członkowie organizacji mogą uzyskać bezpłatną indywidualną poradę Kancelarii prawnej w przygotowaniu analiz prawnych czy w zastępstwie procesowym oraz konsultacje Doradcy podatkowego.</p>
|
||||
</div><div class="box-more clearfix"><a class="button" href="/wsparcie-prawno-podatkowe,21,pl.html" title="więcej">więcej</a></div></div></li><li class="box box-item-3 box-14"><h3 class="box-title">PROJEKTY UNIJNE I KONSULTING</h3><div class="inner"><div class="box-text"><p style="text-align: center;"><img alt="" src="/files/images/img/box-img-4_b.jpg" style="width: 500px; height: 300px;" kasperskylab_antibanner="on"></p>
|
||||
|
||||
<p>Firmy członkowskie mogą uzyskać bezpłatne indywidualne wsparcie w zakresie pozyskiwania finansowania ze środków unijnych, strategicznego doradztwa oraz przygotowania inwestycji.</p>
|
||||
</div><div class="box-more clearfix"><a class="button" href="/programy-unijne-i-konsulting,22,pl.html" title="więcej">więcej</a></div></div></li><li class="box box-item-4 box-11"><h3 class="box-title">Program sektorowy</h3><div class="inner"><div class="box-text"><p style="text-align: center;"><img alt="" src="/files/images/img/box-img-1_b.jpg" style="width: 500px; height: 300px;" kasperskylab_antibanner="on"></p>
|
||||
|
||||
<p style="text-align: justify;">Program sektorowy to dedykowane środki finansowe z budżetu Państwa i z dotacji unijnej, przeznaczane na rozwój asortymentu produktów i usług oferowanych przez przedsiębiorstwa w danej dziedzinie gospodarki.</p>
|
||||
</div><div class="box-more clearfix"><a class="button" href="/program-sektorowy,19,pl.html" title="więcej">więcej</a></div></div></li></ul> <article>
|
||||
</article> </section>
|
||||
</div>
|
||||
</div>
|
||||
<section class="section-news section-wrap">
|
||||
<div class="clearfix wrap">
|
||||
<div class="titlewrap">
|
||||
<h2>Aktualności</h2>
|
||||
</div>
|
||||
|
||||
<div id="news-wrap-listing" class="news-wrap"> <div class="news-listing news listing clearfix">
|
||||
<article class="clearfix item">
|
||||
<div class="meta">
|
||||
<div class="news-date">2016-05-22</div>
|
||||
</div>
|
||||
<div class="thumbwrap"><a href="miedzynarodowe-targi-dostawcow-dla-przemyslu-kosmetycznego-cosmeticbusiness,16,pl,news,16,2,48.html" title=""><img src="files/News/pl/48_min.jpg" alt="" kasperskylab_antibanner="on"></a></div> <h3 class="title"><a href="miedzynarodowe-targi-dostawcow-dla-przemyslu-kosmetycznego-cosmeticbusiness,16,pl,news,16,2,48.html" title="Międzynarodowe Targi Dostawców dla Przemysłu Kosmetycznego CosmeticBusiness">Międzynarodowe Targi Dostawców dla Przemysłu Kosmetycznego CosmeticBusiness</a></h3>
|
||||
|
||||
<div class="text">Międzynarodowe Targi Dostawców dla Przemysłu Kosmetycznego CosmeticBusiness to najważniejsza tego typu impreza wystawiennicza w Niemczech ......</div>
|
||||
<a class="button news-more" href="miedzynarodowe-targi-dostawcow-dla-przemyslu-kosmetycznego-cosmeticbusiness,16,pl,news,16,2,48.html">więcej</a>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<article class="clearfix item">
|
||||
<div class="meta">
|
||||
<div class="news-date">2016-05-16</div>
|
||||
</div>
|
||||
<div class="thumbwrap"><a href="konferencja-nowoczesna-kosmetologia-od-nauki-do-biznesu-28052016-r,16,pl,news,16,2,47.html" title=""><img src="files/News/pl/47_min.jpg" alt="" kasperskylab_antibanner="on"></a></div> <h3 class="title"><a href="konferencja-nowoczesna-kosmetologia-od-nauki-do-biznesu-28052016-r,16,pl,news,16,2,47.html" title=" Konferencja: „Nowoczesna Kosmetologia - od Nauki do Biznesu” - 28.05.2016 r."> Konferencja: „Nowoczesna Kosmetologia - od Nauki do Biznesu” - 28.05.2016 r.</a></h3>
|
||||
|
||||
<div class="text">Wydział Farmaceutyczny Uniwersytetu Jagiellońskiego - Collegium Medicum zaprasza na konferencję: „Nowoczesna Kosmetologia - od Nauki do Biznesu .......</div>
|
||||
<a class="button news-more" href="konferencja-nowoczesna-kosmetologia-od-nauki-do-biznesu-28052016-r,16,pl,news,16,2,47.html">więcej</a>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<article class="clearfix item">
|
||||
<div class="meta">
|
||||
<div class="news-date">2016-05-05</div>
|
||||
</div>
|
||||
<div class="thumbwrap"><a href="chemplast-2016,16,pl,news,16,2,44.html" title=""><img src="files/News/pl/44_min.jpg" alt="" kasperskylab_antibanner="on"></a></div> <h3 class="title"><a href="chemplast-2016,16,pl,news,16,2,44.html" title="Chemplast 2016">Chemplast 2016</a></h3>
|
||||
|
||||
<div class="text">Chemplast to odbywające się od kilkunastu lat na Słowacji targi, grupujące przedstawicieli branży chemicznej, tworzyw sztucznych oraz produktów konstrukcyjnych ......</div>
|
||||
<a class="button news-more" href="chemplast-2016,16,pl,news,16,2,44.html">więcej</a>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</div> </div> </div>
|
||||
</section>
|
||||
|
||||
<section class="section-wrap section-contact">
|
||||
<div class="clearfix wrap">
|
||||
<ul id="box-contact" class="box-contact sidebar-group-box-8 sidebar"><li class="box box-item-1 box-15"><h3 class="box-title">dane kontaktowe</h3><div class="inner"><div class="box-text"><p style="text-align: center;"><span style="font-size:20px;">ORGANIZACJA PRACODAWCÓW PRZEMYSŁU CHEMICZNEGO</span></p>
|
||||
|
||||
<p style="text-align: center;"><img alt="" src="/files/images/img/contact-ico-1.jpg" style="width: 27px; height: 27px;" kasperskylab_antibanner="on">Adres: ul. Stefana Czarnieckiego 21/23 lok. 1, 01-548 Warszawa</p>
|
||||
|
||||
<ul>
|
||||
<li style="text-align: center;"><img alt="" src="/files/images/img/contact-ico-2.jpg" style="width: 27px; height: 27px;" kasperskylab_antibanner="on">Tel.: +48 22 299 56 20</li>
|
||||
<li style="text-align: center;"><img alt="" src="/files/images/img/contact-ico-2.jpg" style="width: 27px; height: 27px;" kasperskylab_antibanner="on">Tel.kom.: +48 537 607 407</li>
|
||||
<li style="text-align: center;"><img alt="" src="/files/images/img/contact-ico-3.jpg" style="width: 27px; height: 27px;" kasperskylab_antibanner="on">E-mail: <a href="mailto:biuro@oppc.org.pl" rel="nofollow spemail">biuro@oppc.org.pl</a></li>
|
||||
</ul>
|
||||
</div></div></li></ul> </div>
|
||||
</section>
|
||||
<section class="section-wrap section-newsletter">
|
||||
<div class="clearfix wrap">
|
||||
<script type="text/javascript">
|
||||
var nl_sign = 0;
|
||||
|
||||
function nl_check_sign(val)
|
||||
{
|
||||
nl_sign = val;
|
||||
}
|
||||
|
||||
function nl_check_email(name)
|
||||
{
|
||||
var txt = document.getElementById(name).value;
|
||||
if ((txt.length < 6) || (txt.match('@') != '@') || (txt.match(' ') == ' '))
|
||||
{
|
||||
return false;
|
||||
} else
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
function nl_check_form()
|
||||
{
|
||||
var error = false;
|
||||
var error_msg = '';
|
||||
|
||||
if (!nl_check_email('mail'))
|
||||
{
|
||||
error = true;
|
||||
error_msg = error_msg + '* Należy podać poprawny adres "E-Mail" !\n';
|
||||
}
|
||||
|
||||
if (nl_sign == -1)
|
||||
{
|
||||
error = true;
|
||||
error_msg = error_msg + '* Należy wybrać jedną z opcji: "Zapisz się" lub "Wypisz się" !\n';
|
||||
}
|
||||
|
||||
if (error)
|
||||
{
|
||||
alert(error_msg);
|
||||
return false;
|
||||
} else
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<form name="nl" action="index.php?l=pl&id=25&p=nl&action=0" method="post" onsubmit="return nl_check_form();">
|
||||
|
||||
<!--<div class="break"></div>-->
|
||||
<!--<b>E-Mail:</b>-->
|
||||
<div class="input clearfix">
|
||||
<label>Bądź na bieżąco. Zapisz się na Newsletter</label><input type="text" name="email" placeholder="E-mail" id="mail" style="margin-bottom: 4px;">
|
||||
<input type="submit" value=" OK " style="cursor: pointer;">
|
||||
</div>
|
||||
<div class="checked clearfix">
|
||||
<label><input type="radio" name="sign" value="0" onclick="nl_check_sign(this.value);" style="border: none;" checked="checked">Zapisz się</label> <label><input type="radio" name="sign" value="1" onclick="nl_check_sign(this.value);" style="border: none;">Wypisz się</label>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer id="footer" class="footer clearfix">
|
||||
<div class="clearfix wrap">
|
||||
<p id="copy" class="">Copyright © <strong>OPPC 2015-2016</strong> </p>
|
||||
<p id="design-by"><strong>IT.PStudio</strong> <a href="http://itpstudio.pl" title="strony responsywne" target="_blank">strony responsywne</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="cookies" style="display: none;"><p><a href="javascript:void(0);" class="closecookies">Zamknij</a>Na tej stronie internetowej wykorzystywane są pliki <strong>cookies</strong> zbierane do celów statystycznych i wykorzystywane do poprawnego działania serwisu www.<br>Warunki przechowywania lub dostępu do plików cookies można zmienić w ustawieniach przeglądarki - niedokonanie zmian ustawień przeglądarki jest jednoznaczne z wyrażeniem zgody na ich zapisywanie.</p></div>
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
|
||||
<script src="template/js/jquery.easing.1.3.js"></script>
|
||||
<script src="template/js/jquery.cookie.js"></script>
|
||||
<script src="template/js/functions.min.js"></script>
|
||||
<script src="template/js/superfish.min.js"></script>
|
||||
<script src="template/js/fancybox/jquery.fancybox.pack.js?v=2.1.5"></script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$("a[rel*=spemail]").spemail("|,:", "linkbase");
|
||||
$("#main a[href$='.jpg'],#main a[href$='.png'],#main a[href$='.gif']").attr('rel', 'galeria').fancybox({
|
||||
helpers: {
|
||||
title: {
|
||||
type: 'inside'
|
||||
}
|
||||
},
|
||||
});
|
||||
$("a.galeria").fancybox({
|
||||
helpers: {
|
||||
title: {
|
||||
type: 'inside'
|
||||
}
|
||||
},
|
||||
transitionIn: 'elastic',
|
||||
transitionOut: 'elastic',
|
||||
titlePosition: 'over',
|
||||
titleFormat: 'formatTitle'
|
||||
});
|
||||
$(".blank").attr("target", "_blank");
|
||||
|
||||
|
||||
/* cookies
|
||||
====================================================================*/
|
||||
$('.closecookies').click(function (event) {
|
||||
$.cookie("aboutcookie", "true", {expires: 360});
|
||||
$('#cookies').fadeOut();
|
||||
event.preventDefault();
|
||||
});
|
||||
if ($.cookie('aboutcookie') == null) {
|
||||
$('#cookies').show();
|
||||
} else {
|
||||
$('#cookies').hide();
|
||||
}
|
||||
|
||||
|
||||
/* form
|
||||
====================================================================*/
|
||||
walidForm('#form-contact', ['company']);
|
||||
walidForm('#form-fast');
|
||||
clearInput();
|
||||
|
||||
|
||||
/* menu
|
||||
====================================================================*/
|
||||
jQuery('#nav .menu').superfish();
|
||||
|
||||
/* taby (jquery ui)
|
||||
====================================================================*/
|
||||
$(".tabs").tabs();
|
||||
|
||||
|
||||
/* galeria produkt
|
||||
====================================================================*/
|
||||
jQuery("#photos .item img").click(function () {
|
||||
// see if same thumb is being clicked
|
||||
if (jQuery(this).hasClass("active")) {
|
||||
return;
|
||||
}
|
||||
|
||||
// calclulate large image's URL based on the thumbnail URL (flickr specific)
|
||||
var url = jQuery(this).attr("src").replace("/small/", "/medium/");
|
||||
|
||||
// zoom
|
||||
var zoom = jQuery(this).attr("src").replace("/small/", "/large/");
|
||||
|
||||
// get handle to element that wraps the image and make it semi-transparent
|
||||
var wrap = jQuery(".thumbwrap");
|
||||
|
||||
// the large image from www.flickr.com
|
||||
var img = new Image();
|
||||
|
||||
|
||||
// call this function after it's loaded
|
||||
img.onload = function () {
|
||||
|
||||
// make wrapper fully visible
|
||||
wrap.find(".loading").fadeTo("fast", 0);
|
||||
wrap.find("img").fadeTo("fast", 1);
|
||||
|
||||
// change the image
|
||||
wrap.find("img").attr("src", url);
|
||||
|
||||
wrap.find("a").attr("href", zoom);
|
||||
};
|
||||
|
||||
// begin loading the image from www.flickr.com
|
||||
img.src = url;
|
||||
|
||||
wrap.find("img").fadeTo("fast", 0);
|
||||
wrap.find(".loading").fadeTo("fast", 1);
|
||||
|
||||
// activate item
|
||||
jQuery("#photos .item").removeClass("active");
|
||||
jQuery(this).parent().parent().addClass("active");
|
||||
|
||||
return false;
|
||||
|
||||
});
|
||||
|
||||
|
||||
/* sociao media
|
||||
====================================================================*/
|
||||
function handleSlideBox(slayer) {
|
||||
var master = slayer.getElements('.belt');
|
||||
master.each(function (el) {
|
||||
el.addEvent('click', function (event) {
|
||||
if (slayer.style.right == '0px') {
|
||||
slayer.style.right = '-326px';
|
||||
slayer.setStyle('z-index', '99');
|
||||
}
|
||||
else {
|
||||
slayer.style.right = '0px';
|
||||
slayer.setStyle('z-index', '100');
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function handleTouchScreenDevices() {
|
||||
if (("ontouchstart" in jQuery(document.body))) {
|
||||
jQuery(document.body).addClass("touch");
|
||||
jQuery(document.body).removeClass("no-touch");
|
||||
handleSlideBox(jQuery('slide-box-fblike'));
|
||||
handleSlideBox(jQuery('slide-box-pinterest'));
|
||||
handleSlideBox(jQuery('slide-box-newsletter'));
|
||||
} else {
|
||||
jQuery(document.body).addClass("no-touch");
|
||||
jQuery(document.body).removeClass("touch");
|
||||
}
|
||||
}
|
||||
|
||||
handleTouchScreenDevices();
|
||||
|
||||
|
||||
|
||||
/* mobile nav
|
||||
====================================================================*/
|
||||
var topold = '';
|
||||
jQuery('#button-mobile-menu').unbind('click')
|
||||
.bind('click', function (event) {
|
||||
event.preventDefault();
|
||||
var $nav = jQuery('#nav');
|
||||
$nav.find('.menu').animate({height: 'toggle'});
|
||||
$nav.toggleClass('active');
|
||||
var offset = $nav.offset();
|
||||
var top = offset.top;
|
||||
|
||||
if ($nav.hasClass('active')) {
|
||||
topold = $nav.css('top');
|
||||
$nav.css({'top': top, 'position': 'absolute'});
|
||||
} else {
|
||||
$nav.css({'top': topold, 'position': 'fixed'});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
/* slider
|
||||
====================================================================*/
|
||||
function showTitle(item, duration) {
|
||||
$item = item.find('.desc-wrap');
|
||||
|
||||
//alert(jQuery.trim($item.html()));
|
||||
|
||||
if (jQuery.trim($item.html()) != '') {
|
||||
jQuery('.slider-content-wrap > .desc-wrap').fadeIn(duration);
|
||||
jQuery('.slider-content-wrap > .desc-wrap .inner').animate({'opacity': 0}, 300, function () {
|
||||
jQuery(this).html($item.html());
|
||||
});
|
||||
setTimeout(function () {
|
||||
$('.slider-content-wrap > .desc-wrap .inner').animate({'opacity': 1}, 300)
|
||||
}, duration);
|
||||
|
||||
} else {
|
||||
jQuery('.slider-content-wrap > .desc-wrap').fadeOut(duration);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
function beforeSlider_001(slider) {
|
||||
$(slider.get(0)).find('.desc-wrap h3').each(function () {
|
||||
$(this).css('opacity', 0);
|
||||
});
|
||||
$(slider.get(0)).find('.desc-wrap .desc p').each(function () {
|
||||
$(this).css('opacity', 0);
|
||||
});
|
||||
$(slider.get(0)).find('.desc-wrap .desc a').each(function () {
|
||||
$(this).css('opacity', 0);
|
||||
});
|
||||
}
|
||||
|
||||
function afterSlider_001(slider) {
|
||||
var content = $(slider.slides.get(slider.currentSlide));
|
||||
content.find('.desc-wrap h3').css('visibility', 'visible');
|
||||
content.find('.desc-wrap h3').delay(400).animate({opacity: 1}, 1000);
|
||||
content.find('.desc-wrap .desc p').css('visibility', 'visible');
|
||||
content.find('.desc-wrap .desc p').delay(700).animate({opacity: 1}, 1000);
|
||||
content.find('.desc-wrap .desc a').css('visibility', 'visible');
|
||||
content.find('.desc-wrap .desc a').delay(1200).animate({opacity: 1}, 1000);
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<script src="template/js/jquery.imagesloaded.min.js"></script>
|
||||
<script src="template/js/jquery.flexslider-min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
var carousel = $("#slider-content-20");
|
||||
function runCarousel() {
|
||||
$("#slider-content-20").flexslider({
|
||||
slideshowSpeed: 12000,
|
||||
animationSpeed: 2000,
|
||||
easing: "swing",
|
||||
useCSS: "false",
|
||||
touch: false,
|
||||
slideshow: true,
|
||||
animation: "fade",
|
||||
start: function (slider) {
|
||||
|
||||
beforeSlider_001(slider);
|
||||
afterSlider_001(slider);
|
||||
},
|
||||
before: function (slider) {
|
||||
|
||||
beforeSlider_001(slider);
|
||||
},
|
||||
after: function (slider) {
|
||||
|
||||
afterSlider_001(slider);
|
||||
},
|
||||
});
|
||||
}
|
||||
$("#slider-content-20").imagesLoaded(runCarousel);
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$("#tabs-wrap-23 .tabs-title").click(function () {
|
||||
$("#tabs-wrap-23 .tabs-content:visible").slideUp("slow")
|
||||
$("#tabs-wrap-23 .tabs-item").removeClass("active");
|
||||
$(this).next().slideToggle("slow");
|
||||
$(this).parent().toggleClass("active");
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user