/var/www/hkosl.com/sinomax/eshop/20171110/m_tc/blank.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<!--[if lt IE 7 ]>
<html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]>
<html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]>
<html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="tc">
<!--<![endif]-->
<!-- Mirrored from eshop.sinomax.com/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 14 Sep 2017 06:24:04 GMT -->
<!-- Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<!-- /Added by HTTrack -->

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <base>
    <title>Sinomax E-Shop</title>

    <script type="text/javascript">
        if (/iP(hone|od)|android.+mobile|BlackBerry|IEMobile/i.test(navigator.userAgent)) {
            window.location("blank.php");
        } else if (/(tablet|ipad|playbook|silk)|(android(?!.*mobile))/i.test(navigator.userAgent)) {
            window.location.replace("../tc/blank.php");
        }
        else{
            window.location.replace("../tc/blank.php");
        }
    </script>



    <!-- Mobile Specific Metas
================================================== -->
    <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>-->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
    <!-- Set Up the App Icon -->
    <link rel="apple-touch-icon" href="images/touch-icon-iphone.html">
    <link rel="apple-touch-icon" sizes="76x76" href="images/touch-icon-ipad.html">
    <link rel="apple-touch-icon" sizes="120x120" href="images/touch-icon-iphone-retina.html">
    <link rel="apple-touch-icon" sizes="152x152" href="images/touch-icon-ipad-retina.html">
    <link rel="apple-touch-icon" sizes="180x180" href="images/touch-icon-iphone6plus.html">
    <!-- Favicons
================================================== -->
    <link rel="shortcut icon" href="../images/favicon.ico">
    <link rel="icon" type="image/png" href="../images/favicon.png" />
    
    <!-- google web font - open sans -->
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
    <!-- use font awesome -->
    
    <!-- Use jQuery
================================================== -->
    <script src="../js/jquery-1.11.1.min.js"></script>
    <!-- General Script -->
    <script src="../js/general.js"></script>
    <!-- Use Modernizr
================================================== -->
    <script src="../js/modernizr.custom.38310.js"></script>
    <!-- IE Support
================================================== -->
    <!--[if lt IE 9]>
<link href="../css/ie.css" rel="stylesheet" type="text/css" media="screen">
<script src="../js/html5shiv.js"></script>
<script src="../js/selectivizr-and-extra-selectors.min.js"></script><![endif]-->
    <!-- =====  you may change these -->
    <script type="text/javascript">
        jQuery(document).ready(function($) {
            $('#search_top .icn_search').click(function() {
                $(this).closest('#search_top').addClass('active');
                $(this).next('.sch_wrapper').slideDown(500);
            });
            $('#search_top .schClose').click(function() {
                $(this).closest('#search_top').removeClass('active');
                $('#search_top .sch_wrapper').slideUp(500);
            });
        });
    </script>

    <link href="../css/style.css" rel="stylesheet" type="text/css" media="screen">
    <link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen">

    <link rel="stylesheet" type="text/css" href="../css/slick.css" />
    <link rel="stylesheet" type="text/css" href="../css/newstyle.css">
    <link rel="stylesheet" type="text/css" href="../css/responsive-new.css">
    <link rel="stylesheet" type="text/css" href="../css/forMobile.css">
</head>
<body>
    
    <div id="main">
        <?php include '../include/m_header.php';?>
        <!-- #header ends ////////// -->
        <div class="clearfix"></div>

        <!-- contianer -->
        <div class="sub-content">




        </div>
        <!-- end of container -->



            <!-- Footer start ======================================== -->
            <?php include '../include/m_footer.php';?>
            <!-- #footer ends ////////// -->           
        </div>
    </div>
    <?php include '../include/language.php';?>
    <?php include '../include/loginMenu.php';?>

    <a href="#" class="scrollToTop">
        <img src="../images/new_images/scroll-top.png">
    </a>
    <!-- OWL Carousel -->
    <link rel="stylesheet" href="../css/owl.carousel.css">
    <link rel="stylesheet" href="../css/owl.theme.css">
    
    <script defer src="../js/owl.carousel.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function() {
            $(".slides").owlCarousel({
                autoPlay: 4000, //Set AutoPlay to 3 seconds
                slideSpeed: 300,
                autoHeight: true,
                singleItem: true,
                navigation: false,
                pagination: true,
                navigationText: ["<img src='../images/slide_left.png' />", "<img src='../images/slide_right.png' />"]
            });
            setInterval(function() {
                $(".owl-carousel").each(function() {
                    $(this).data('owlCarousel').autoHeight();
                });
            });
        });
    </script>

</body>
<!-- Mirrored from eshop.sinomax.com/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 14 Sep 2017 06:24:39 GMT -->


<!-- Created New JS Script -->
<script type="text/javascript" src="../js/slick.min.js"></script>
<script type="text/javascript" src="../js/newscript.js"></script>
<script type="text/javascript">
    $(document).on('ready', function() {

        $(".regular").slick({
            dots: false,
            infinite: true,
            slidesToShow: 4,
            slidesToScroll: 4,
            responsive: [{
                    breakpoint: 1199,
                    settings: {
                        slidesToShow: 3,
                        slidesToScroll: 3,
                    }
                }, {
                    breakpoint: 991,
                    settings: {
                        slidesToShow: 2,
                        slidesToScroll: 2
                    }
                }, {
                    breakpoint: 580,
                    settings: {
                        slidesToShow: 1,
                        slidesToScroll: 1
                    }
                }
                // You can unslick at a given breakpoint now by adding:
                // settings: "unslick"
                // instead of a settings object
            ]
        });

    });
</script>


</html>