/var/www/hkosl.com/innoutstorage2019/en/contactus.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<?php
    
require_once ('../webadmin/basic_info.php');
?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>

    <?php require_once ("html_head.php"?>

    <?php
        
if($langcode == "tc"){
            
$recaptcha_langcode "zh-HK";
        }else{
            
$recaptcha_langcode "en";
        }

    
?>
    <script src='https://www.google.com/recaptcha/api.js?hl=<?=$recaptcha_langcode?>'></script>

</head>

<body class="stretched no-transition">

<?php require_once ("google_analysis.php"); ?>


<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">

    <!-- Header
    ============================================= -->
    <?php require_once ("html_header.php"?>

    <!-- Content
    ============================================= -->
    <section id="content">

        <div class="content-wrap">

            <div class="container clearfix">

                <div class="heading-block center">
                    <h1>Contact Us</h1>
                    <span>Get in Touch with Us</span>
                </div>

                <!-- Contact Form
                ============================================= -->
                <div class="col_one_third">

                    <div class="fancy-title title-dotted-border">
                        <h3>Send us an Email</h3>
                    </div>

                    <form class="nobottommargin" id="template-contactform" name="template-contactform" action="contactus_post.php" method="post" >

                        <div class="form-process"></div>

                        <div class="col_full">
                            <label for="template-contactform-name">Name <small>*</small></label>
                            <input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="sm-form-control required" />
                        </div>

                        <div class="col_full">
                            <label for="template-contactform-phone">Phone  <small>*</small></label>
                            <input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="sm-form-control required" />
                        </div>

                        <div class="col_full">
                            <label for="template-contactform-email">Email <small>*</small></label>
                            <input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email sm-form-control" />
                        </div>
                        <div class="col_full">
                            <label for="template-contactform-message">Message <small>*</small></label>
                            <textarea class="required sm-form-control" id="template-contactform-message" name="template-contactform-message" rows="6" cols="30"></textarea>
                        </div>

                        <div class="col_full">
                            <label for="template-contactform-message">Verification <small>*</small></label>
                            <div class="g-recaptcha" data-theme="light" data-sitekey="<?=$google_recaptcha_site_key?>"></div>

                        </div>


                        <div class="col_full hidden">
                            <input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="sm-form-control" />
                        </div>

                        <div class="col_full">
                            <button name="submit" type="submit" id="submit-button" tabindex="5" value="Submit" class="button button-3d nomargin">Submit</button>
                        </div>

                    </form>

                    <script type="text/javascript">

                        $("#template-contactform").validate({
                        });

                    </script>

                </div><!-- Contact Form End -->

                <!-- Google Map
                ============================================= -->
                <div class="col_two_third col_last">

                    <section id="google-map" class="gmap" style="height: 610px;"></section>

                    <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=<?=$recaptcha_langcode?>&key=AIzaSyBBkgvj6NU0oXbDva078yy9tKLedzONGG0"></script>
                    <script type="text/javascript" src="../js/jquery.gmap.js"></script>

                    <script type="text/javascript">

                        jQuery('#google-map').gMap({

                            address: 'Shing Dao Industrial Building, 232 Aberdeen Main Road, Aberdeen, Hong Kong',
                            maptype: 'ROADMAP',
                            zoom: 19,
                            markers: [
                                {
                                    address: "<?=$site_info["companyaddr_".$langcode]?>",
                                    html: '<div style="width: 300px;"><h4 style="margin-bottom: 8px;"><?=$site_info["companyname_".$langcode]?></h4><?=$site_info["companyaddr_".$langcode]?></div>',
                                    icon: {
                                        image: "../images/map-icon-red.png",
                                        iconsize: [90, 120],
                                        iconanchor: [90,120]
                                    }
                                }
                            ],

                            doubleclickzoom: false,
                            controls: {
                                disableDefaultUI:false
                                /*panControl: true,
                                 zoomControl: true,
                                 mapTypeControl: true,
                                 scaleControl: false,
                                 streetViewControl: false,
                                 overviewMapControl: false*/
                            }

                        });

                    </script>

                </div><!-- Google Map End -->

                <div class="clear"></div>

                <!-- Contact Info
                ============================================= -->
                <div class="row clear-bottommargin">

                    <div class="col-md-3 col-sm-6 bottommargin clearfix">
                        <div class="feature-box fbox-center fbox-bg fbox-plain" style="min-height:345px;">
                            <div class="fbox-icon"><img src="../images/contact_icon_location.png" ></div>
                            <h2>Location<span class="subtitle"><?=$site_info["companyaddr_".$langcode]?></span></h2>
                        </div>
                    </div>

                    <div class="col-md-3 col-sm-6 bottommargin clearfix">
                        <div class="feature-box fbox-center fbox-bg fbox-plain" style="min-height:345px;">
                            <div class="fbox-icon"><img src="../images/contact_icon_officehours.png" ></div>
                            <h2>Office Hours
                                <span class="subtitle text-left">
                                    Customer Service:<br>
                                    Monday to Friday: 10 am to 7pm<br>
                                    Saturday: 10am to 2pm<br><br>
                                    Opening Hours:<br>
                                    Monday to Sunday: 24 hours, all-year round (for customers only)

                                </span>

                            </h2>
                        </div>
                    </div>

                    <div class="col-md-3 col-sm-6 bottommargin clearfix">
                        <div class="feature-box fbox-center fbox-bg fbox-plain" style="min-height:345px;">
                            <div class="fbox-icon"><img src="../images/contact_icon_phone.png" ></div>
                            <h2>Telephone<a href="tel:+852<?=($site_info["companytel"])?>" style="color: inherit;" class="hotline"><span class="subtitle">(852) <?=$site_info["companytel"]?></span></a></h2>
                        </div>
                    </div>

                    <div class="col-md-3 col-sm-6 bottommargin clearfix">
                        <div class="feature-box fbox-center fbox-bg fbox-plain" style="min-height:345px;">
                            <div class="fbox-icon"><img src="../images/contact_icon_email.png" ></div>
                            <h2>Email<span class="subtitle"><a href="mailto:<?=$site_info["enquiryemail"]?>"><?=$site_info["enquiryemail"]?></a></span></h2>
                        </div>
                    </div>

                </div><!-- Contact Info End -->

            </div>

        </div>

    </section><!-- #content end -->

    <!-- Footer
    ============================================= -->
    <?php require_once ("html_footer.php"); ?>

</div><!-- #wrapper end -->

<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>

<!-- Footer Scripts
============================================= -->
<script type="text/javascript" src="../js/functions.js"></script>


</body>
</html>