插件配置:{$addon}
{if empty($fields)}
该插件未定义 config.php,暂无可配置项。
{else /}
{volist name="fields" id="f"}
{$f.title}
{if $f.type == 'textarea'}
{$f.value}
{elseif $f.type == 'select' /}
{volist name="$f.options" id="opt"}
{$opt}
{/volist}
{elseif $f.type == 'radio' /} {volist name="$f.options" id="opt"}
{/volist} {elseif $f.type == 'checkbox' /} {volist name="$f.options" id="opt"}
{/volist} {elseif $f.type == 'number' /}
{else /}
{/if} {if $f.tip}
{$f.tip}
{/if}
{/volist}
保存
{/if}