{template 'common/mcheader'} {if $op == 'post'}
兑换{php echo activity_type_title($type)}
此设置项为当前礼品兑换设置一个名称。
此设置项设置当前礼品兑换需要消耗的积分类型,如:金币、积分、贡献等。
此设置项设置当前礼品兑换需要消耗的积分数量。
{if $type==1} {elseif $type==2} {elseif $type==3} {elseif $type==4} {elseif $type==5} {/if} 此设置项设置当前礼品兑换的礼品名称。
{if $type==5}
此设置项设置当前礼品兑的频率。
{/if}
此设置项设置每个用户最大兑换次数。
{if $type!=1 && $type!=2 && $type!=5}
此设置项设置兑换总量。
{/if}
{php echo tpl_form_field_image('thumb', $item['thumb'])}
{elseif $op == 'display'}
筛选
{loop $list $item} {/loop}
标题 图标 兑换类型 积分类型 积分数量 兑换物品 周期频率 每人最大兑换次数 已兑换数量 发布总数 操作
{$item['title']} {$creditnames[$item['credittype']]} {$item['credit']} {if !empty($item['extra']['title'])}{$item['extra']['title']}{/if} {if !empty($item['extra']['period'])}{$item['extra']['period']}天{/if} {$item['pretotal']} {$item['num']} {$item['total']}
{$pager}
{/if} {template 'common/footer'}