|
@@ -10,7 +10,7 @@
|
|
|
<foreach name="phb1" id="v">
|
|
<foreach name="phb1" id="v">
|
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
|
<a href="/b{$v.id}/" target="">
|
|
<a href="/b{$v.id}/" target="">
|
|
|
- <img class="fl" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}" onerror="imageError(this)">
|
|
|
|
|
|
|
+ <img class="fl lazyload" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}" onerror="imageError(this)">
|
|
|
<div>
|
|
<div>
|
|
|
<i></i>
|
|
<i></i>
|
|
|
<span class="nowrap">{$v.title}</span>
|
|
<span class="nowrap">{$v.title}</span>
|
|
@@ -28,7 +28,7 @@
|
|
|
<foreach name="phb2" id="v">
|
|
<foreach name="phb2" id="v">
|
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
|
<a href="/b{$v.id}/" target="">
|
|
<a href="/b{$v.id}/" target="">
|
|
|
- <img class="fl" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}" onerror="imageError(this)">
|
|
|
|
|
|
|
+ <img class="fl lazyload" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}" onerror="imageError(this)">
|
|
|
<div>
|
|
<div>
|
|
|
<i></i>
|
|
<i></i>
|
|
|
<span class="nowrap">{$v.title}</span>
|
|
<span class="nowrap">{$v.title}</span>
|
|
@@ -46,7 +46,7 @@
|
|
|
<foreach name="phb3" id="v">
|
|
<foreach name="phb3" id="v">
|
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
|
<a href="/b{$v.id}/" target="">
|
|
<a href="/b{$v.id}/" target="">
|
|
|
- <img class="fl" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}" onerror="imageError(this)">
|
|
|
|
|
|
|
+ <img class="fl lazyload" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}" onerror="imageError(this)">
|
|
|
<div>
|
|
<div>
|
|
|
<i></i>
|
|
<i></i>
|
|
|
<span class="nowrap">{$v.title}</span>
|
|
<span class="nowrap">{$v.title}</span>
|
|
@@ -67,7 +67,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="mob_none mt30">
|
|
<div class="mob_none mt30">
|
|
|
<foreach name="banner3" id="v">
|
|
<foreach name="banner3" id="v">
|
|
|
- <a href="{$v.url}" target="{$v.target}" title="{$v.title}"><img data-src="{:cmf_get_image_preview_url($v.image)}" onerror="imageError(this)" width="880" height="70" alt="{$v.title}"></a>
|
|
|
|
|
|
|
+ <a href="{$v.url}" target="{$v.target}" title="{$v.title}"><img class="lazyload" data-src="{:cmf_get_image_preview_url($v.image)}" onerror="imageError(this)" width="880" height="70" alt="{$v.title}"></a>
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -92,7 +92,7 @@
|
|
|
<if condition="!$is_mobile">
|
|
<if condition="!$is_mobile">
|
|
|
<div class="mt30 mob_none">
|
|
<div class="mt30 mob_none">
|
|
|
<foreach name="banner4" id="v">
|
|
<foreach name="banner4" id="v">
|
|
|
- <a href="{$v.url}" target="{$v.target}" title="{$v.title}"><img data-src="{:cmf_get_image_preview_url($v.image)}" onerror="imageError(this)" width="300" height="170" alt="{$v.title}"></a>
|
|
|
|
|
|
|
+ <a href="{$v.url}" target="{$v.target}" title="{$v.title}"><img class="lazyload" data-src="{:cmf_get_image_preview_url($v.image)}" onerror="imageError(this)" width="300" height="170" alt="{$v.title}"></a>
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</div>
|
|
</div>
|
|
|
</if>
|
|
</if>
|