Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/tablice/index-old.php |
<!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">
<head>
<title> Tablice Ślubne - rejestracyjne tablice na Ślub</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta property="og:url" content="http://etykietynawino.pl/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Własne etykiety na wino." />
<meta property="og:description" content="..." />
<meta property="og:image" content="" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,400,300italic,300&subset=latin,latin-ext" rel="stylesheet" type="text/css" />
<link href="/css/style.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$.noConflict();
jQuery( document ).ready(function($) {
$.ajax({
url: "/katalog.php",
type: 'POST',
data: {
kat: '',
},
success: function(data)
{
$("#wzory>div").html(data);
}
}).done(function(o) {
console.log('saved');
});
$('#wzory ul li').click(function(){
$('#wzory ul li').removeClass('active');
$(this).addClass('active')
$.ajax({
url: "/katalog.php",
type: 'POST',
data: {
kat: $(this).attr('rel')+'/',
},
success: function(data)
{
$("#wzory>div").html(data);
}
}).done(function(o) {
console.log('saved');
});
});
});
</script>
</head>
<body class="front">
<div id="contain">
<a href="/" id="logo"></a>
<div id="etykieta"></div>
<div id="wzory">
<div></div>
</div>
</div>
</body>
</html>