{php include $this->template('web_public/header')}
{$info['quarters']} {$info['address']}
风       格: {$info['tag_name']}
面       积: {$info['area']}m²
施工队长: {$info['lists_info']['name']}
师: {$info['list_info']['name']}
{loop $info['info'] $item}
{$item['title']}
{/loop}
{loop $info['info'] $item} {if $item['check'] == 1}
{$item['title']}
{php echo htmlspecialchars_decode($item['content']['info_text'])} {if $item['squared']}
    {loop $item['squared'] $items}
  • {/loop}
{/if}
{/if} {/loop}
{if $from_info['img']} {/if}
{loop $from_info['body'] $item} {if $item['status'] == 1} {/if} {/loop}
{$item['name']}: {if $item['type'] == 'text'} {elseif $item['type'] == 'radio'} {elseif $item['type'] == 'checkbox'} {elseif $item['type'] == 'phone'} {elseif $item['type'] == 'name'} {elseif $item['type'] == 'select'} {/if}
{$from_info['font']}
{php include $this->template('web_public/footer_nav')}