{tpl "head"} if($rootcat["pic"]) :

{$rootcat.title}

endif;
{form catid="$catid" onsubmit="return check();"} {loop item="vf"} $formctrl=$vf["formctrl"]; if($vf['isrequired']){ $strrequired="*"; } else{ $strrequired=""; } if($this->member){if(array_key_exists($vf['fdname'],$this->member)){ $ishas=true;}} {if $formctrl=='text'}
{elseif $formctrl=='textarea'}
{elseif $formctrl=='editor'}
{else}
{/if} {/loop}
{/form}
{tpl 'foot'}