{:Form::select('type_id',$typeIdList, ['label' => 'TypeId', 'verify' => 'required', 'search' => 1], [], '1')} {:Form::input('title', 'text', ['label' => 'Title', 'verify' => 'required'], '')} {:Form::input('url', 'text', ['label' => 'Url', 'verify' => 'required'], '')} {:Form::editor('description', ['label'=>'Description','verify' => ''])} {:Form::upload('icon',['label'=>'站点图标'],'')} {:Form::input('rel', 'text', ['label' => 'Rel', 'verify' => '','tips'=>'例如:nofollow(注释:不传递搜索引擎权重)'], 'nofollow')} {:Form::date('zctime', ['label' => 'Zctime', 'verify' => '','tips'=>'不填写则永久有效'])} {:Form::input('weigh', 'number', ['label' => 'Weigh', 'verify' => 'required','tips'=>'排序越高优先级越高'], '')} {:Form::select('status',$statusList, ['label' => 'Status', 'verify' => '', 'search' => 1], [], '1')} {:Form::submit()}