{if $reply['id']}
{/if}
{php echo tpl_form_field_daterange('datelimit', array('start'=>date('Y-m-d H:i',$reply['start_time']),'end'=>date('Y-m-d H:i',$reply['end_time'])), true)}
活动时间要包含投票时间和报名时间
{php echo tpl_form_field_daterange('tdatelimit', array('start'=>date('Y-m-d H:i',$reply['tstart_time']),'end'=>date('Y-m-d H:i',$reply['tend_time'])), true)}
投票时间必须在活动时间内
此设置用于投票未开始提示语
此设置用于投票已结束提示语
{php echo tpl_form_field_daterange('bdatelimit', array('start'=>date('Y-m-d H:i',$reply['bstart_time']),'end'=>date('Y-m-d H:i',$reply['bend_time'])), true)}
报名时间必须在活动时间内
此设置用于报名未开始提示语
此设置用于报名已结束提示语
{php echo tpl_form_field_image('picture', $reply['picture'])}
大图片建议尺寸:900像素 * 500像素
用于图文显示的简介和活动首页的简单说明
活动详细说明
{php echo tpl_form_field_image('nostart', $reply['nostart']);}
活动暂停图片背景图片
{php echo tpl_form_field_image('stopping', $reply['stopping']);}
活动未开始图片背景图片
{php echo tpl_form_field_image('end', $reply['end']);}
活动已结束图片背景图片