{template 'common/header'}
{if empty($id)}添加{else}编辑{/if}公告
{php echo tpl_form_field_link('notice[url]', $notice['url']);}
{loop $grades $item} {$item['title']}
{/loop}
{php echo tpl_form_field_image('notice[picurl]', $notice['picurl'], '')}
正方形图片,大小 120*120 左右则可
{php echo tpl_ueditor('description', $notice['description']);}
{template 'common/footer'}