web/index.php
changeset 133 9578d3ddce17
parent 129 80fb43f1be6a
child 143 2a3599a4b0f7
equal deleted inserted replaced
132:c84f8401d36e 133:9578d3ddce17
    59 	<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
    59 	<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
    60 	<link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'>
    60 	<link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'>
    61 
    61 
    62 	<script type="text/javascript">	
    62 	<script type="text/javascript">	
    63 	$(document).ready(function() {
    63 	$(document).ready(function() {
    64 
    64 		$(".loginbutton").click(function() {
    65 			$(".loginbutton").click(function() {
    65 			document.location.href="<?php URL_ROOT ?>?CONNECT=true";
    66 				document.location.href="<?php URL_ROOT ?>?CONNECT=true";
    66 		});
    67 			});
    67 		$("#IDENTIFIER").click(function() {
    68 			$("#IDENTIFIER").click(function() {
    68 			document.location.href="<?php URL_ROOT ?>?CONNECT=true";
    69 				document.location.href="<?php URL_ROOT ?>?CONNECT=true";
    69 		});
    70 			});
    70 		$("#ACCES").click(function() {
    71 			$("#ACCES").click(function() {
    71 			document.location.href="client.php";
    72 				document.location.href="client.php";
    72 		});
    73 			});
    73 		$(".archivesVideoBox").mouseover(function() {
    74 			$(".archivesVideoBox").mouseover(function() {
    74 			//$(this).animate({'backgroundColor'});
    75 				//$(this).animate({'backgroundColor'});
    75 			//$(this).css({'backgroundColor':'#d6d6d6'});
    76 				//$(this).css({'backgroundColor':'#d6d6d6'});
    76 			$(this).css({'backgroundColor':'#fff'});
    77 				$(this).css({'backgroundColor':'#fff'});
    77 			$(this).cursor = "pointer";
    78 				$(this).cursor = "pointer";
    78 		}).mouseout(function() {
    79 			}).mouseout(function(){
    79 			//$(this).css({'backgroundColor':'#f6f6f6'});
    80 				//$(this).css({'backgroundColor':'#f6f6f6'});
    80 			$(this).css({'backgroundColor':'#f2f2f2'});
    81 				$(this).css({'backgroundColor':'#f2f2f2'});
    81 		});
    82 			});
    82 		
    83 			
    83 		//<!-- SLIDER -->
    84 			<!-- SLIDER -->
    84 		$(".slidetabs").tabs(".images > div", {
    85 			$(".slidetabs").tabs(".images > div", {
    85 			effect: 'fade',
    86 				effect: 'fade',
    86 			rotate: false,
    87 				rotate: false,
    87 			interval: 4000,
    88 				interval: 4000,
    88 			clickable:false
    89 				clickable:false,
    89 		}).slideshow();		
    90 			}).slideshow();		
    90 		
    91 
       
    92 		$(".slidetabs").data("slideshow").play();
    91 		$(".slidetabs").data("slideshow").play();
    93 		});
    92 	});
    94 
    93 
    95 
    94 
    96 
    95 
    97 		
    96 		
    98 	</script>
    97 	</script>