{template 'header'} {if $operation == 'display'}
我的预约
{if empty($rows)}
没有查询到与您相关的预约。
{else} {loop $rows $item} {php echo date('Y-m-d H:i:s', $item['createtime'])} {$research[$item['reid']]['title']} {/loop} {/if}
{elseif $operation == 'detail'}
{$research['title']}
{$research['content']}
我们的回复
{$research['information']}
我的预约资料
{loop $research['fields'] $item} {if $item['type'] == 'image'} {else} {/if} {/loop}
{$item['title']}点击查看附件{if !empty($item['data'])}{$item['data']}{else}无{/if}
{/if} {template 'footer'}