import('inc/head') ->set('info', 'task/info.one') ->set('title', '$info.name') ->set('name', 'task') ->fetch('header .back@href', 'javascript:history.go(-1)') ->render('info', array ( '.wrapper' => array ( 'dt' => '<{$v.name}>', '.ico-jc' => '$v.cate.name', '.ico-person' => '<{$v.user_num}>人领取', '.ico-time' => '任务到期:<{$v.edate_str}>', '.tk-coin|0' => array ( 'span' => array ( 'html' => '$v.list_score' ), ), '.tk-coin|1' => array ( 'span' => array ( 'html' => '$v.list_group_score' ), ), '.tk-article' => '$v.content', '.ctrls|0' => array ( 'section' => array ( 'html' => '$v.button.desc', ), 'a' => array ( 'class' => '$v.button.class', 'href' => '$v.button.link', 'dever-send' => '$v.button.submit', 'html' => '$v.button.name', ), ), '.ctrls|1' => array ( 'style' => 'display:none', ), ), )) ->import('inc/foot') ->display();