{include file="head.html"}
{$table.title}
发布
{foreach item=rs from=$list} {php $this->_var["row"]=$this->_var["rs"]["data"]}
{$rs["data"]["title"]["title"]}:{$rs["data"]["title"]["value"]}
{$row["title"]["title"]}:{$row["title"]["value"]}
{foreach item=c from=$rs.data} {if $c.fieldtype=='text'}
{$c.title}
{$c.value}
{elseif $c.fieldtype=='textarea'}
{$c.title}
{$c.value}
{elseif $c.fieldtype=='select'}
{$c.title}
{$c.value}
{elseif $c.fieldtype=='html'}
{$c.title}
{$c.value}
{elseif $c.fieldtype=='img'}
{$c.title}
{/if} {/foreach}
{/foreach}
{include file="footer.html"}