You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
725 B
22 lines
725 B
{include file="page_header"}
|
|
{foreach $list as $list}
|
|
{foreach $list.activity_list as $key=>$activity}
|
|
<section {if $key > 0}class="m-top06"{/if}>
|
|
<a href="{U('detail', array('id'=>$activity.act_id))}">
|
|
<div class="act-header-box-list">
|
|
<div class="act-right-box">
|
|
{$list.activity_name}
|
|
</div>
|
|
<img src="{$activity.activity_thumb}">
|
|
</div>
|
|
<div class="padding-all b-color-f ">
|
|
<h3 class="my-u-title-size">{$activity.act_name}</h3>
|
|
<p class="act-cont">{$activity.start_time} - {$activity.end_time} </p>
|
|
</div>
|
|
</a>
|
|
</section>
|
|
{/foreach}
|
|
{/foreach}
|
|
{include file="script"}
|
|
</body>
|
|
</html>
|
|
|