|
|
|
@ -65,7 +65,21 @@ |
|
|
|
<video src="{$current_cate.description}" muted autoplay loop playsinline width="1920" height="720"></video> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
{hcTaglib:category id="372" item="vo" field="*"} |
|
|
|
{php} |
|
|
|
$ui_about_intro = uiId('about_intro'); |
|
|
|
$ui_about_history = uiId('about_history'); |
|
|
|
$ui_about_culture = uiId('about_culture'); |
|
|
|
$ui_about_global = uiId('about_global'); |
|
|
|
$ui_about_members = uiId('about_members'); |
|
|
|
$ui_about_honors = uiId('about_honors'); |
|
|
|
$ui_about_csr = uiId('about_csr'); |
|
|
|
$ui_download_csr = uiId('download_csr'); |
|
|
|
$csr_report_href = getMuiLangUrl('/download.html'); |
|
|
|
if ($ui_download_csr > 0) { |
|
|
|
$csr_report_href .= '?cid=' . $ui_download_csr; |
|
|
|
} |
|
|
|
{/php} |
|
|
|
{hcTaglib:category id="$ui_about_intro" item="vo" field="*"} |
|
|
|
<section class="ab-intro section__wrap" id="intro" data-header-dark> |
|
|
|
<h2 class="ab-intro__title">{$vo.title}</h2> |
|
|
|
<div class="ab-intro__body"> |
|
|
|
@ -95,7 +109,7 @@ |
|
|
|
{/hcTaglib:category} |
|
|
|
|
|
|
|
|
|
|
|
{hcTaglib:category id="373" item="vo" field="*"} |
|
|
|
{hcTaglib:category id="$ui_about_history" item="vo" field="*"} |
|
|
|
<section class="ab-history" id="history" data-header-dark style="background-image: url({$vo.thumbnail.url ?? ''})"> |
|
|
|
<div class="ab-history__head section__wrap"> |
|
|
|
<h2 class="ab-history__title">{$vo.title}</h2> |
|
|
|
@ -147,7 +161,7 @@ |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
{/hcTaglib:category} |
|
|
|
{hcTaglib:category id="374" item="vo" field="*"} |
|
|
|
{hcTaglib:category id="$ui_about_culture" item="vo" field="*"} |
|
|
|
<section class="ab-culture" id="culture"> |
|
|
|
<div class="ab-culture__bg" aria-hidden="true"> |
|
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" width="1920" height="900" /> |
|
|
|
@ -179,7 +193,7 @@ |
|
|
|
</section> |
|
|
|
{/hcTaglib:category} |
|
|
|
|
|
|
|
{hcTaglib:category id="375" item="vo" field="*"} |
|
|
|
{hcTaglib:category id="$ui_about_global" item="vo" field="*"} |
|
|
|
<section class="ab-global section__wrap" id="global" data-header-dark> |
|
|
|
<h2 class="ab-global__title">{$vo.title}</h2> |
|
|
|
{php} |
|
|
|
@ -219,7 +233,7 @@ |
|
|
|
</section> |
|
|
|
{/hcTaglib:category} |
|
|
|
|
|
|
|
{hcTaglib:category id="376" item="vo" field="*"} |
|
|
|
{hcTaglib:category id="$ui_about_members" item="vo" field="*"} |
|
|
|
<section class="ab-members" id="members"> |
|
|
|
<div class="ab-members__bg" aria-hidden="true"> |
|
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" width="1920" height="900" /> |
|
|
|
@ -262,7 +276,7 @@ |
|
|
|
</section> |
|
|
|
{/hcTaglib:category} |
|
|
|
|
|
|
|
{hcTaglib:category id="377" item="vo" field="*"} |
|
|
|
{hcTaglib:category id="$ui_about_honors" item="vo" field="*"} |
|
|
|
<section class="ab-honors section__wrap" id="honors" data-header-dark> |
|
|
|
<div class="ab-honors__head"> |
|
|
|
<h2 class="ab-honors__title">{$vo.title}</h2> |
|
|
|
@ -297,7 +311,7 @@ |
|
|
|
</section> |
|
|
|
{/hcTaglib:category} |
|
|
|
|
|
|
|
{hcTaglib:category id="378" item="vo" field="*"} |
|
|
|
{hcTaglib:category id="$ui_about_csr" item="vo" field="*"} |
|
|
|
<section class="ab-csr" id="csr"> |
|
|
|
<div class="ab-csr__bg" aria-hidden="true"> |
|
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" width="1920" height="720" /> |
|
|
|
@ -308,7 +322,7 @@ |
|
|
|
<p class="ab-csr__desc"> |
|
|
|
{$vo.description} |
|
|
|
</p> |
|
|
|
<a class="s-btn s-btn--light s-btn--pill" href="/download.html?cid=691">CSR Report</a> |
|
|
|
<a class="s-btn s-btn--light s-btn--pill" href="{$csr_report_href}">CSR Report</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
|