|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* To change this license header, choose License Headers in Project Properties.
|
||||||
|
* To change this template file, choose Tools | Templates
|
||||||
|
* and open the template in the editor.
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* To change this license header, choose License Headers in Project Properties.
|
||||||
|
* To change this template file, choose Tools | Templates
|
||||||
|
* and open the template in the editor.
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* To change this license header, choose License Headers in Project Properties.
|
||||||
|
* To change this template file, choose Tools | Templates
|
||||||
|
* and open the template in the editor.
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
@ -195,48 +195,48 @@
|
||||||
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
jQuery(document).ready(function() {
|
jQuery(document).ready(function () {
|
||||||
jQuery('.nailthumb-container').nailthumb({width:130,height:110});
|
jQuery('.nailthumb-container').nailthumb({width: 130, height: 110});
|
||||||
$("#pagination_top").html($("#pagination_bottom").html());
|
$("#pagination_top").html($("#pagination_bottom").html());
|
||||||
});
|
});
|
||||||
|
|
||||||
this.imagePreview = function(){
|
this.imagePreview = function () {
|
||||||
/* CONFIG */
|
/* CONFIG */
|
||||||
|
|
||||||
xOffset = 10;
|
xOffset = 10;
|
||||||
yOffset = 30;
|
yOffset = -300;
|
||||||
|
|
||||||
// these 2 variable determine popup's distance from the cursor
|
// these 2 variable determine popup's distance from the cursor
|
||||||
// you might want to adjust to get the right result
|
// you might want to adjust to get the right result
|
||||||
|
|
||||||
/* END CONFIG */
|
/* END CONFIG */
|
||||||
$("a.thumb-container").hover(function(e){
|
$("a.thumb-container").hover(function (e) {
|
||||||
this.t = this.title;
|
this.t = this.title;
|
||||||
this.title = "";
|
this.title = "";
|
||||||
var c = (this.t != "") ? "<br/>" + this.t : "";
|
var c = (this.t != "") ? "<br/>" + this.t : "";
|
||||||
$("body").append("<p id='preview'><img src='"+ this.href +"' alt='Image preview' />"+ c +"</p>");
|
$("body").append("<p id='preview'><img src='" + this.href + "' alt='Image preview' />" + c + "</p>");
|
||||||
$("#preview")
|
$("#preview")
|
||||||
.css("top",(e.pageY - xOffset) + "px")
|
.css("top", (e.pageY - xOffset) + "px")
|
||||||
.css("left",(e.pageX + yOffset) + "px")
|
.css("left", (e.pageX + yOffset) + "px")
|
||||||
.fadeIn("fast");
|
.fadeIn("fast");
|
||||||
},
|
},
|
||||||
function(){
|
function () {
|
||||||
this.title = this.t;
|
this.title = this.t;
|
||||||
$("#preview").remove();
|
$("#preview").remove();
|
||||||
});
|
});
|
||||||
$("a.thumb-container").mousemove(function(e){
|
$("a.thumb-container").mousemove(function (e) {
|
||||||
$("#preview")
|
$("#preview")
|
||||||
.css("top",(e.pageY - xOffset) + "px")
|
.css("top", (e.pageY - xOffset) + "px")
|
||||||
.css("left",(e.pageX + yOffset) + "px");
|
.css("left", (e.pageX + yOffset) + "px");
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// starting the script on page load
|
// starting the script on page load
|
||||||
$(document).ready(function(){
|
$(document).ready(function () {
|
||||||
imagePreview();
|
imagePreview();
|
||||||
});
|
});
|
||||||
$(function() {
|
$(function () {
|
||||||
$('#gallery a').lightBox({
|
$('#gallery a').lightBox({
|
||||||
overlayOpacity: 0.6,
|
overlayOpacity: 0.6,
|
||||||
containerResizeSpeed: 350,
|
containerResizeSpeed: 350,
|
||||||
|
|
@ -244,7 +244,7 @@
|
||||||
txtOf: 'z'
|
txtOf: 'z'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
$(window).load(function() {
|
$(window).load(function () {
|
||||||
$("#loader").hide();
|
$("#loader").hide();
|
||||||
$('#gallery').show();
|
$('#gallery').show();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
<!-- end page -->
|
<!-- end page -->
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p class="copyright">© 2013 Wszelkie prawa zastrzeżone.</p>
|
<p class="copyright">© 2015 Wszelkie prawa zastrzeżone.</p>
|
||||||
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
<!-- end page -->
|
<!-- end page -->
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p class="copyright">© 2013 Wszelkie prawa zastrzeżone.</p>
|
<p class="copyright">© 2015 Wszelkie prawa zastrzeżone.</p>
|
||||||
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
<!-- end page -->
|
<!-- end page -->
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p class="copyright">© 2013 Wszelkie prawa zastrzeżone.</p>
|
<p class="copyright">© 2015 Wszelkie prawa zastrzeżone.</p>
|
||||||
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@
|
||||||
<!-- end page -->
|
<!-- end page -->
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p class="copyright">© 2013 Wszelkie prawa zastrzeżone.</p>
|
<p class="copyright">© 2015 Wszelkie prawa zastrzeżone.</p>
|
||||||
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,163 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
|
<title>Hodowla kaktusów i innych sukulentów</title>
|
||||||
|
<meta name="keywords" content="kaktusy" />
|
||||||
|
<meta name="Premium Series" content="" />
|
||||||
|
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
|
||||||
|
<link href="css/default.css" rel="stylesheet" type="text/css" media="screen" />
|
||||||
|
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
|
||||||
|
<style>
|
||||||
|
.boxer {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
.boxer .box-row {
|
||||||
|
display: table-row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.boxer .box {
|
||||||
|
display: table-cell;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- start header -->
|
||||||
|
<div id="header">
|
||||||
|
<div id="logo">
|
||||||
|
<h1><a href="http://www.kaktusiarnia.pl"><span>Hodowla kaktusów i innych sukulentów</span></a></h1>
|
||||||
|
</div>
|
||||||
|
<div id="splash"><img src="images/img02.gif" alt="" /> </div>
|
||||||
|
<div id="menu">
|
||||||
|
<ul id="main">
|
||||||
|
<li class="current_page_item"><a href="index.html">Strona Główna</a></li>
|
||||||
|
<li><a href="http://kaktusy.firestorm.pl/">Sklep</a></li>
|
||||||
|
<li><a href="uprawa.html">Uprawa</a></li>
|
||||||
|
<li><a href="galeria.php">Galeria</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
<li><a href="linki.html">Linki</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
|
<!-- end header -->
|
||||||
|
<div id="wrapper">
|
||||||
|
<!-- start page -->
|
||||||
|
<div id="page">
|
||||||
|
<div id="sidebar1" class="sidebar">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<h2>Menu</h2>
|
||||||
|
<ul>
|
||||||
|
<li class="current_page_item_left"><a href="index.html">Strona Główna</a></li>
|
||||||
|
<li><a href="http://kaktusy.firestorm.pl/">Sklep</a></li>
|
||||||
|
<li><a href="uprawa.html">Uprawa</a></li>
|
||||||
|
<li><a href="galeria.php">Galeria</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
<li><a href="linki.html">Linki</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<h2>Kontakt</h2>
|
||||||
|
<div class="kontakt">
|
||||||
|
<p><b>Andrzej i Łucja Hinz</b><br />
|
||||||
|
ul. Partyzantów 2<br />
|
||||||
|
84-230 RUMIA k. GDYNI<br />
|
||||||
|
<b>kom.</b> 512-459-225<br />
|
||||||
|
<a href="mailto:kaktusiarnia@kaktusiarnia.pl" style="color:#6E8A21;">kaktusiarnia@kaktusiarnia.pl</a><br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- start content -->
|
||||||
|
<div id="content">
|
||||||
|
<div class="flower"></div>
|
||||||
|
<div class="post">
|
||||||
|
<h1 class="title">Co można u nas zobaczyć?</h1>
|
||||||
|
<p class="byline"><small> </small></p>
|
||||||
|
<div class="entry">
|
||||||
|
|
||||||
|
|
||||||
|
<h2><b><i>Podczas dni otwartych można podziwiać pierwsze kwitnące kaktusy i inne sukulenty ...</i></b></h2>
|
||||||
|
<div class="boxer">
|
||||||
|
<div class="box-row">
|
||||||
|
<div class="box"><img src="warto_gr/kwitnace_01.JPG" width="300px" class="thumb-container"/></div>
|
||||||
|
<div class="box"><img src="warto_gr/kwitnace_02.JPG" width="300px" class="thumb-container"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="box-row">
|
||||||
|
<div class="box"><img src="warto_gr/kwitnace_03.JPG" width="300px" class="thumb-container"/></div>
|
||||||
|
<div class="box"><img src="warto_gr/kwitnace_04.JPG" width="300px" class="thumb-container"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="box-row">
|
||||||
|
<div class="box">
|
||||||
|
<img src="warto_gr/kwitnace_05.JPG" width="300px" class="thumb-container"/>
|
||||||
|
<br />
|
||||||
|
<img src="warto_gr/kwitnace_07.JPG" width="300px" class="thumb-container"/>
|
||||||
|
</div>
|
||||||
|
<div class="box"><img src="warto_gr/kwitnace_06.JPG" width="300px" class="thumb-container"/></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
|
<h2><b><i>... oraz liczne zwierzęta, które wystawiane są specjalnie na tą okazję</i></b></h2>
|
||||||
|
<div class="boxer">
|
||||||
|
<div class="box-row">
|
||||||
|
<div class="box"><img src="warto_gr/zwierzaki_01.JPG" width="300px" class="thumb-container"/></div>
|
||||||
|
<div class="box"><img src="warto_gr/zwierzaki_02.JPG" width="300px" class="thumb-container"/></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end content -->
|
||||||
|
<div style="clear: both;"> </div>
|
||||||
|
</div>
|
||||||
|
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
|
||||||
|
<!-- end page -->
|
||||||
|
</div>
|
||||||
|
<div id="footer">
|
||||||
|
<p class="copyright">© 2015 Wszelkie prawa zastrzeżone.</p>
|
||||||
|
<p class="link">Opieka nad stroną • <a href="mailto:ahinz@o2.pl">ahinz@o2.pl</a></p>
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
this.imagePreview = function () {
|
||||||
|
xOffset = 10;
|
||||||
|
yOffset = -300;
|
||||||
|
$(".thumb-container").hover(function (e) {
|
||||||
|
this.t = this.title;
|
||||||
|
this.title = "";
|
||||||
|
var c = (this.t != "") ? "<br/>" + this.t : "";
|
||||||
|
$("body").append("<p id='preview'><img src='" + this.src + "' alt='Image preview' />" + c + "</p>");
|
||||||
|
$("#preview")
|
||||||
|
.css("top", (e.pageY - xOffset) + "px")
|
||||||
|
.css("left", (e.pageX + yOffset) + "px")
|
||||||
|
.fadeIn("fast");
|
||||||
|
},
|
||||||
|
function () {
|
||||||
|
this.title = this.t;
|
||||||
|
$("#preview").remove();
|
||||||
|
});
|
||||||
|
$("a.thumb-container").mousemove(function (e) {
|
||||||
|
$("#preview")
|
||||||
|
.css("top", (e.pageY - xOffset) + "px")
|
||||||
|
.css("left", (e.pageX + yOffset) + "px");
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
// starting the script on page load
|
||||||
|
$(document).ready(function () {
|
||||||
|
imagePreview();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
After Width: | Height: | Size: 380 KiB |
|
After Width: | Height: | Size: 380 KiB |
|
After Width: | Height: | Size: 341 KiB |
|
After Width: | Height: | Size: 286 KiB |
|
After Width: | Height: | Size: 245 KiB |
|
After Width: | Height: | Size: 382 KiB |
|
After Width: | Height: | Size: 210 KiB |
|
After Width: | Height: | Size: 324 KiB |
|
After Width: | Height: | Size: 338 KiB |