Ayarlar Kalıcı Bağlantılar'da
Şurayı Kontrol Edermisiniz..
siteadi.com//index.php Sorunu |
20 Mesajlar | 2.666 Okunma |
include("panel/system/ayar.php");
include("panel/system/fonksiyon.php");
?>
site_title; ?>
if(isset($_GET['sayfa'])){
$s = $_GET['sayfa'];
switch($s){
case 'anasayfa';
require_once("sayfalar/anasayfa.php");
break;
case 'sayfalar';
require_once("sayfalar/sayfalar.php");
break;
case 'urun-gruplari';
require_once("sayfalar/urun_gruplari.php");
break;
case 'urunler';
require_once("sayfalar/urunler.php");
break;
case 'urun-detay';
require_once("sayfalar/urun_detay.php");
break;
case 'proje-gruplari';
require_once("sayfalar/proje_gruplari.php");
break;
case 'projeler';
require_once("sayfalar/projeler.php");
break;
case 'proje-detay';
require_once("sayfalar/proje_detay.php");
break;
case 'bizden-haberler';
require_once("sayfalar/bizden_haberler.php");
break;
case 'haber-detay';
require_once("sayfalar/haber_detay.php");
break;
case 'galeri';
require_once("sayfalar/galeri.php");
break;
case 'galeri-kategori';
require_once("sayfalar/galeri_kategori.php");
break;
case 'insan-kaynaklari';
require_once("sayfalar/insan_kaynaklari.php");
break;
case 'iletisim';
require_once("sayfalar/iletisim.php");
break;
default:
require_once("sayfalar/anasayfa.php");
}
}else{
require_once("sayfalar/anasayfa.php");
}
?>
<script>
$(function(){
$("#hizlimesaj").click(function(){
$.ajax({
type: "POST",
url: "mesaj.php",
data: $('#hizlimsj').serialize(),
error:function(){ alert("Bir hata algılandı."); },
success: function(veri) { alert(veri); document.forms["hizlimsj"].reset(); }
});
});
});
</script>
HIZLI İLETİŞİM
Sorun Ve Şikayetlerinizi Bize Hızlı Bir Şekilde Bildirin
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/tr_TR/sdk.js#xfbml=1&appId=1501874500094559&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script>
jQuery('#googlemap').gmap3({
map: {
options: {
center: [37.913182, 32.524584],
zoom: 14,
scrollwheel: false
}
},
marker: {
latLng: [37.913182, 32.524584],
options: {
icon: new google.maps.MarkerImage("/images/default/marker.png"),
animation: google.maps.Animation.DROP
}
}
});
</script>
<script>
var $ = jQuery;
$(function() {
$('.ur-list').magnificPopup({
delegate: 'a.u-zoom',
type: 'image',
gallery: {
enabled: true
}
});
$('.zoom-list').magnificPopup({
delegate: '.zoomfancy',
type: 'image',
gallery: {
enabled: true
}
});
$('.sg-list').magnificPopup({
type: 'image'
});
$("#phone").mask("(999) 999-99-99");
$("select").selectBoxIt({
autoWidth: false,
showEffect: "fadeIn",
hideEffect: "fadeOut"
});
var owl9 = $("#owl-demo-9");
owl9.owlCarousel({
autoPlay: false,
pagination: false,
stopOnHover: false,
itemsCustom: [
[0, 1],
[450, 2],
[600, 3],
[700, 3],
[1000, 4],
[1200, 4],
[1400, 4],
[1600, 4]
]
});
$(".p-right").click(function() {
owl9.trigger('owl.next');
});
$(".p-left").click(function() {
owl9.trigger('owl.prev');
});
$("#owl-fullurun").owlCarousel({
navigation: false,
pagination: false,
slideSpeed: 300,
paginationSpeed: 400,
singleItem: true
});
$('#incfont').click(function() {
curSize = parseInt($('.fontsize').css('font-size')) + 2;
if (curSize <= 20) $('.fontsize').css('font-size', curSize);
return false;
});
$('#decfont').click(function() {
curSize = parseInt($('.fontsize').css('font-size')) - 2;
if (curSize >= 12) $('.fontsize').css('font-size', curSize);
return false;
});
});
</script>
<script>
var $ = jQuery;
function PrintContent() {
var DocumentContainer = document.getElementById('content');
var WindowObject = window.open('', "PrintWindow", "width=750,height=650,top=50,left=50,toolbars=no,scrollbars=yes,status=no,resizable=yes");
WindowObject.document.writeln(DocumentContainer.innerHTML);
WindowObject.document.close();
WindowObject.focus();
WindowObject.print();
WindowObject.close();
}
$(window).bind("load", function() {
$cortaw = $(".c-slider").height();
$arrowh = $(".prev-u").height();
$(".prev-u,.next-u").css({
"top": Math.floor(($cortaw - $arrowh) / 2) + "px"
});
});
$(window).resize(function() {
$cortaw = $(".c-slider").height();
$arrowh = $(".prev-u").height();
$(".prev-u,.next-u").css({
"top": Math.floor(($cortaw - $arrowh) / 2) + "px"
});
});
$(function() {
$(".urun-tabs-ul").find("li:first").addClass("active");
$(".urun-tab-content").find("div.tab-pane:first").addClass("active");
var owl6 = $("#owl-demo-6");
owl6.owlCarousel({
itemsCustom: [
[0, 2],
[450, 3],
[600, 3],
[700, 3],
[1000, 3],
[1200, 3],
[1400, 3],
[1600, 3]
],
navigation: false,
responsive: true,
pagination: false,
responsiveRefreshRate: 200,
autoPlay: false,
stopOnHover: false
});
$(".next-u").click(function() {
owl6.trigger('owl.next');
});
$(".prev-u").click(function() {
owl6.trigger('owl.prev');
});
$("#owl-demo-6 .item a").click(function() {
var $deger = $(this).attr("data-src");
var $strsp = $deger.replace("thumb", "large");
$(".resim-crop a > img").removeAttr("src");
$(".resim-crop a > img").attr('src', $deger);
$(".resim-crop a").removeAttr('href');
$(".resim-crop a").attr('href', $strsp);
});
var zoomConfig = {
cursor: 'crosshair',
gallery: 'owl-demo-6',
zoomWindowWidth: 300,
zoomWindowHeight: 200,
galleryActiveClass: 'active'
};
var image = $('#owl-demo-6 a');
var zoomImage = $('#u-zoom');
var $winen = $(window).width();
if ($winen < 1024) {
$('.zoomContainer').remove();
zoomImage.removeData('elevateZoom');
} else {
zoomImage.elevateZoom(zoomConfig);
}
});
$(window).resize(function() {
var $winen = $(window).width();
if ($winen < 1024) {
$('.zoomContainer').remove();
zoomImage.removeData('elevateZoom');
}
});
</script>
<script></script>
<script></script>
<script></script>
<script></script>