{template 'header.html'}
{lang(tel)}
{get(tel)}
{lang(leftservers)}
{get(qq1name)} {get(qq2name)} {get(qq3name)} {get(qq4name)} {get(qq5name)}
{lang(address)}
{get(address)}
{lang(attention)}{lang(official)}{lang(wechat)}


{lang('guestbook')}
Guestbook {template 'position.html'}
{lang('contactname')}
{form::input('nickname',get('username'))}
{lang('guesttel')}
{form::input('guesttel',get('guesttel'))}
{if config::get('mobilechk_enable') && config::get('mobilechk_guestbook')}
{/if}
{lang('guestemail')}
{form::input('guestemail',get('guestemail'))}
{lang('guestqq')}
{form::input('guestqq',get('guestqq'))}
{loop $field $f} {$name|lang}
{form::getform($name,@$form,$field,@$data)}
{/loop} {if config::get('verifycode')=='1'}
{verify()}
{/if} {if config::get('verifycode')=='2'}
{/if}
{if config::get('guestbook_list')=='1'} {if config::get('guestbook_user')=='1'}

{lang('guestlist')}

Guestbook List

{loop $data $d}

{$d[content]}

{if $d['reply']}
{lang('adminreply')}: {$d['reply']}
{/if}

{$d[username]}{sdate($d['adddate'],'Y-m-d H:i')}

{/loop}
{/if} {/if}
{if isset($pages)}
{category_pagination($catid)}
{/if}
{template 'footer.html'}