/var/www/hkosl.com/ifapc/html_20210817/IFAPC2021/application/views/main/templates/top.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
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?>
<?php $page_setting
['year'] = 2020?>
<!DOCTYPE html>
<html dir="ltr" lang="<?php echo get_lang() == 'en' 'en' 'zh'?>-HK">

<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link rel="shortcut icon" href="<?= assets_url('main/img/favicon.ico'?>">
    <!-- Stylesheets
    ============================================= -->
    <link
        href="//fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic"
        rel="stylesheet" type="text/css" />

    <link rel="stylesheet" href="<?= assets_url('main/css/all.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/bootstrap.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/style.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/swiper.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/dark.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/font-icons.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/animate.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/magnific-popup.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/responsive.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/alert.css'); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= assets_url('main/css/custom.css'); ?>" type="text/css" />
    <link rel="stylesheet" media="all" type="text/css"
        href="<?= assets_url('libraries/jquery-ui-1.12.1/jquery-ui.min.css'?>" />

    <!-- alertify -->
    <link href="<?= assets_url('libraries/alertify/alertify.core.css'?>" rel="stylesheet">
    <link href="<?= assets_url('libraries/alertify/alertify.bootstrap.css'?>" rel="stylesheet">

    <link href="<?= assets_url('main/css/alert.css'?>" rel="stylesheet">

    <?php if ($GLOBALS["datetimepicker"] == 1) { ?>
    <style>
    .ui-datepicker {
        z-index: 9999 !important;
    }
    </style>
    <link rel="stylesheet" media="all" type="text/css"
        href="<?= assets_url('libraries/datetimepicker/jquery-ui-timepicker-addon.css'?>" />
    <?php ?>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <!--[if lt IE 9]>
    <script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
    <![endif]-->
    <meta name="description"
        content="香港投資市場蓬勃發展,金、股、匯、以至各類型金融產品交易暢旺,當中有賴各大金融機構致力推動。散戶投資者參與投資市場,亦依賴這些金融機構的專業服務。<?php echo $page_setting['year']; ?>" />
    <!-- Global site tag (gtag.js) - Google Analytics 
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-45123111-31"></script>
    <script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }

    gtag('js', new Date());

    gtag('config', 'UA-45123111-31');
    </script>-->
    <title>
        <?php echo empty($page_setting['title']) ? __('香港股票分析師協會上市公司年度大獎{%year%}', ['year' => $page_setting['year']]) : $page_setting['title']; ?>
    </title>
</head>

<body class="stretched">

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

        <!-- Header
    ============================================= -->
        <header id="header" class="sticky-style-2">

            <div class="container clearfix">

                <!-- Logo
            ============================================= -->
                <div id="logo" class="divcenter">
                    <a href="<?php echo get_redirect_url(); ?>" class="standard-logo"><img class="divcenter"
                            src="<?= assets_url('main/img/logo' . (get_lang() == 'sc' '' '') . '.png'); ?>"
                            alt=""></a>
                    <a href="<?php echo get_redirect_url(); ?>" class="retina-logo"><img
                            src="<?= assets_url('main/img/logo' . (get_lang() == 'sc' '' '') . '.png'); ?>"></a>
                </div><!-- #logo end -->

            </div>

            <div id="header-wrap">
                <?php $url get_redirect_url(); ?>
                <!-- Primary Navigation
            ============================================= -->
                <nav id="primary-menu" class="style-2 center">
                    <div class="container clearfix">
                        <div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
                        <ul>
                            <li class="lv01"><a href="<?php echo $url?>">
                                    <div><?php echo __('Home'); ?></div>
                                </a></li>
                            <li class="lv01"><a href="#">
                                    <div><?php echo __('Awards'); ?></div>
                                </a>
                                <ul>
                                    <li><a href="<?php echo $url?>/purpose.php">
                                            <div><?php echo __('2021年度上市公司年度大獎'); ?></div>
                                        </a></li>
                                    <li><a
                                            href="<?php echo $url?>/ifapc/IFAPC2021/tc/application/form_create/nominee">
                                            <div>
                                                <?php echo __('報名表格'); ?>
                                            </div>
                                        </a></li>

                                </ul>
                            </li>

                            <li class="lv01"><a href="#">
                                    <div><?php echo __('Judging'); ?></div>
                                </a>
                                <ul>
                                    <li><a href="<?php echo $url?>/judging-process.php">
                                            <div><?php echo __('Judging Process & Criteria'); ?></div>
                                        </a></li>
                                    <!-- <li><a href="judging-patron.php"><div>榮譽贊助</div></a></li> -->
                                    <li><a href="<?php echo $url?>/judging-judges.php">
                                            <div><?php echo __('Judging Panel'); ?></div>
                                        </a></li>
                                    <!-- <li><a href="judging-advisors.php"><div>名譽顧問</div></a></li> -->
                                </ul>
                            </li>

                            <li class="lv01"><a href="#">
                                    <div><?php echo __('Structure'); ?></div>
                                </a>
                                <ul>
                                    <li><a href="<?php echo $url?>/organizations.php">
                                            <div><?php echo __('主辦及支持機構簡介2021'); ?></div>
                                        </a></li>

                                </ul>
                            </li>
                            <li class="lv01"><a href="#">
                                    <div><?php echo __('Result'); ?></div>
                                </a>
                                <ul>
                                    <li><a href="<?php echo $url?>/result2020.php">
                                            <div><?php echo __('{%year%} Award Results', ['year' => 2020]); ?></div>
                                        </a></li>
                                    <li><a href="<?php echo $url?>/result2019.php">
                                            <div><?php echo __('{%year%} Award Results', ['year' => 2019]); ?></div>
                                        </a></li>
                                    <li><a href="<?php echo $url?>/result.php">
                                            <div><?php echo __('{%year%} Award Results', ['year' => 2018]); ?></div>
                                        </a></li>
                                </ul>
                            </li>
                            <li class="lv01"><a href="<?php echo $url?>/album.php">
                                    <div><?php echo __('HIGHLIGHT'); ?></div>
                                </a></li>
                            <!--  <li class="lv01"><a href="<?php echo $url?>/event_video.php">
                                    <div><?php echo __('Event Video'); ?></div>
                                </a></li>-->
                            <li class="lv01"><a href="<?php echo $url?>/events.php">
                                    <div><?php echo __('Press'); ?></div>
                                </a></li>
                            <li class="lv01"><a href="<?php echo $url?>/contactus.php">
                                    <div><?php echo __('Contacts'); ?></div>
                                </a></li>
                            <li class="languages"><a href="#">
                                    <div><i class="fa fa-globe-asia"></i><?php echo __(strtoupper(get_lang())); ?></div>
                                </a>
                                <ul>
                                    <?php foreach (config_item('frontend_lang_list') as $key => $lang) { ?>
                                    <?php if ($key == get_lang()) continue; ?>
                                    <li><a href="<?php echo change_lang($key); ?>"><?php echo __(strtoupper($key)); ?>
                                            <div></div>
                                        </a></li>
                                    <?php ?>
                                </ul>
                            </li>
                            <?php if (check_judge_login()) { ?>
                            <li class="lv01"><a href="<?php echo front_url('judge/logout'); ?>">
                                    <div><?php echo __('Judge Logout'); ?></div>
                                </a></li>
                            <?php ?>
                        </ul>
                    </div>
                </nav><!-- #primary-menu end -->
            </div>

        </header><!-- #header end -->