{template 'head'}
{template 'menu'}

{php echo $id ? '修改' : '添加'}投票

: 建议封面图图片尺寸为400*320 {php echo tpl_form_field_image('cover_image', $column_data['cover_image'], tomedia($column_data['cover_image']));}
{php echo tpl_form_field_multi_image('describe_img', $column_data['describe_img']);}
{php echo tpl_form_field_date('start_time', $column_data['start_time'], true)}
{php echo tpl_form_field_date('end_time', $column_data['end_time'], true)}
{php echo tpl_form_field_district('region', $values = array())}
{php echo tpl_form_field_date('sign_start_time', $column_data['sign_start_time'], true)}
{php echo tpl_form_field_date('sign_end_time', $column_data['sign_end_time'], true)}
{template 'record'}
{template 'finally'}