Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GSgallery 2.0 - Simple Image Gallery Plugin (Square It)
#71
change head on
Code:
<head>
<title>???????? | ClimateCityGroup</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="????????" />
    <meta name="keywords" content="ClimateCityGroup" />
    <link rel="canonical" href="http://r1e.ru/company/" />
    <meta name="generator" content="GetSimple - 2.03" />
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
            
    <link rel="stylesheet" type="text/css" href="http://r1e.ru/plugins/squareit-gallery/css/sqr_imgal.css" media="all">

    <script>
        //define no conflict jquery variable
        var $jSqr = jQuery.noConflict();
        
        //Vertical Align
        $jSqr(window).load(function() {
            $jSqr('.sqr_img').vAlign();
        });
        
        (function ($) {
            // VERTICALLY ALIGN FUNCTION
            $.fn.vAlign = function() {
                return this.each(function(i){
                    var ah = $(this).height();
                    var ph = $(this).parent().parent().height();
                    var mh = (ph - ah) / 2;
                    $(this).css('padding-top', mh);
                    $(this).css('padding-bottom', mh);
                });
            };
        })(jQuery);
    </script>    
        
    <script type="text/javascript" src="http://r1e.ru/plugins/squareit-gallery/plugins/fancybox/jquery.fancybox-1.3.1.pack.js"></script>
    <script type="text/javascript" src="http://r1e.ru/plugins/squareit-gallery/plugins/fancybox/jquery.easing-1.3.pack.js"></script>
    <script type="text/javascript" src="http://r1e.ru/plugins/squareit-gallery/plugins/fancybox/jquery.mousewheel-3.0.2.pack.js"></script>
    
    <link rel="stylesheet" href="http://r1e.ru/plugins/squareit-gallery/plugins/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" />
    
    <script>
    $jSqr(document).ready(function() {
        $jSqr("a.gsgimgal").fancybox();
    });
    </script>
    <meta name="robots" content="index, follow" />

<link rel="stylesheet" type="text/css" href="http://r1e.ru/theme/yoda4ccg/main.css" />

<script src="http://r1e.ru/theme/yoda4ccg/scripts/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="http://r1e.ru/plugins/squareit-gallery/plugins/fancybox/jquery.mousewheel-3.0.2.pack.js" type="text/javascript"></script>
<script src="http://r1e.ru/theme/yoda4ccg/scripts/class.horinaja.jquery.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://r1e.ru/theme/yoda4ccg/scripts/horinaja.css" type="text/css" media="screen" />

<script type="text/javascript">
    $(document).ready(function(){
    $('#featured').Horinaja({
    capture:'featured',delai:0.5,
    duree:5,pagination:false});
    });
</script>
Reply


Messages In This Thread
GSgallery 2.0 - Simple Image Gallery Plugin (Square It) - by stania - 2010-10-04, 06:16:49



Users browsing this thread: 2 Guest(s)