first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
<head>
{use_javascript src="jquery-1.7.2.min.js" position="first"}
{use_javascript src="jquery-no-conflict.js" position="first"}
{use_javascript src="jquery.tools-1.2.6.min.js" position="first"}
{use_javascript src="/js/less.min.js"}
{use_stylesheet src="style.css" position="first"}
{use_less src="config.less" position="first"}
{use_less src="theme.less" position="first"}
{use_less src="style.less" position="first"}
{include_meta}
{include_stylesheets minify="true"}
{include_less}
{include_javascripts minify="true"}
<!--[if IE 6]>
{stylesheet_tag href='ie6.css'}
<![endif]-->
<!--[if IE 7]>
{stylesheet_tag href='ie7.css'}
<![endif]-->
<!--[if IE 8]>
{stylesheet_tag href='ie8.css'}
<![endif]-->
<!--[if IE 9]>
{stylesheet_tag href='ie9.css'}
<![endif]-->
<!--[if IE 10] -->
{php}
if(strpos($_SERVER['HTTP_USER_AGENT'], "MSIE 10")){
{/php}
{stylesheet_tag href='ie10.css'}
{php}
}
{/php}
<!--[endif] -->
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
{slot name="before_head_ends" hidden="true"}{/slot}
</head>
<body>
{slot name="base_header" hidden="true"}{/slot}
{render_layout default="three_column_layout"}
{slot name="base_footer" hidden="true"}{/slot}
</body>
</html>

View File

@@ -0,0 +1,3 @@
<div class="container_content">
{$content}
</div>

View File

@@ -0,0 +1,10 @@
{include_content id="st_layout_container_foot"}
{st_get_component module="stWebpageFrontend" component="footerWebpage"}
{st_get_component module="stFrontendMain" component="copyright" params="open='$open'"}
{if $show_online_users}
<div id="online">
{__ text="Użytkownicy online" langCatalogue="stFrontend"}: {$users_online}
</div>
{/if}
{include_st_component module="stGoogleAnalyticsFrontend" component="standard"}

View File

@@ -0,0 +1,77 @@
{init_tooltip}
{$stPartner}
<div id="overbaner">
<div class="left">
<!-- top page left -->
</div>
<div class="left">
<!-- top page bottom/left -->
</div>
<div class="right">
<!-- top page right -->
</div>
</div>
<div id="baner">
<div id="content_baner">
<div class="left">
<div class="logo">
<div class="icon_logo">
<a href="{$homepage_url}"><img src="{image_path image='logo.png'}" alt=" "/></a>
</div>
<div class="box_logo">
<h1>{$theme.logo.name}</h1>
<div class="txt_logo"><a href="/">{$theme.logo.desc}</a></div>
</div>
</div>
</div>
<div class="right column_baner_right">
<div class="row">
<!-- banner row -->
<div class="right">
{$stSearch}
</div>
<div class="right txt_input">
{__ text="Szukaj" langCatalogue="stSearchFrontend"}:
</div>
</div>
<div class="row">
<!-- banner row 2 -->
<div class="right">
{$selectLanguage}
</div>
<div class="right">
{$stCurrencyPickCurrency}
</div>
</div>
<div class="row">
<!-- banner row 3 -->
<div class="right">
<!-- element 1 -->
</div>
<div class="right txt space10_right">
<!-- element 2 -->
</div>
</div>
</div>
</div>
</div>
<div id="underbaner">
<div id="home" class="left">
<a href="{$homepage_url}"><img src="{image_path image='icon_home.gif'}" alt=" " /></a>
</div>
<div class="left">
{st_get_component module="stWebpageFrontend" component="headerWebpage"}
</div>
{slot name="container_head_bar" hidden="true"}{/slot}
<div style="min-width:250px;" class="right">
{$stBasketList}
<div id="login_status_container" class="right">
{include_st_component module="stUser" component="loginStatus"}
</div>
</div>
</div>
{slot name="container_head_bottom" hidden="true"}{/slot}
{$stNavigationShowLocation}

View File

@@ -0,0 +1,11 @@
<div class="container_content portal-column" id="portal_left">
{slot name="layout_container_left"}
{component name="stCategoryTree/show"}
{component name="stProduct/priceFilter"}
{component name="appProductAttributeFrontend/showFilter"}
{component name="stProductOptionsFrontend/filter"}
{component name="stProduct/new"}
{component name="stProduct/productGroup" parameters="product_group: RECOMMEND"}
{component name="stBoxFrontend/boxGroup" parameters="box_group: LEFT"}
{/slot}
</div>

View File

@@ -0,0 +1,10 @@
<div class="container_content portal-column" id="portal_right">
{slot name="layout_container_right"}
{component name="stNavigationFrontend/productsBox"}
{component name="stProduct/productGroup" parameters="product_group: PROMOTION"}
{component name="stProduct/productGroup" parameters="product_group: SALES"}
{component name="stBoxFrontend/boxGroup" parameters="box_group: RIGHT"}
{component name="stTrustedShopsFrontend/showSealbox"}
{component name="stTrustedShopsFrontend/showRatingWidget"}
{/slot}
</div>

View File

@@ -0,0 +1,20 @@
{use_stylesheet src="one_column_layout.css"}
{use_less src="one_column_layout.less"}
<div id="bg_container">
<div id="bg_container_bottom">
<div id="container">
<div id="header">
{include_file id="container_head"}
</div>
<div id="middle">
<div id="main">
{include_file id="container_content"}
</div>
<div class="clear"></div>
</div>
<div id="footer">
{include_file id="container_foot"}
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1 @@
{$content}

View File

@@ -0,0 +1,26 @@
{use_stylesheet src="three_column_layout.css"}
{use_less src="three_column_layout.less"}
<div id="bg_container">
<div id="bg_container_bottom">
<div id="container">
<div id="header">
{include_file id="container_head"}
</div>
<div id="middle">
<div id="left">
{include_file id="container_left"}
</div>
<div id="main">
{include_file id="container_content"}
</div>
<div id="right">
{include_file id="container_right"}
</div>
<div class="clear"></div>
</div>
<div id="footer">
{include_file id="container_foot"}
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,23 @@
{use_stylesheet src="two_column_layout.css"}
{use_less src="two_column_layout.less"}
<div id="bg_container">
<div id="bg_container_bottom">
<div id="container">
<div id="header">
{include_file id="container_head"}
</div>
<div id="middle">
<div id="left">
{include_file id="container_left"}
</div>
<div id="main">
{include_file id="container_content"}
</div>
<div class="clear"></div>
</div>
<div id="footer">
{include_file id="container_foot"}
</div>
</div>
</div>
</div>