{template 'header.html'} {template 'position.html'}

{lang('guestbook')}

Guestbook

{lang('contactname')}
{form::input('nickname',get('username'))}
{lang('guesttel')}
{form::input('guesttel',get('guesttel'))}
{if config::get('mobilechk_enable') && config::get('mobilechk_login')}
{/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($comment['adddate'],'Y-m-d H:i')}

{/loop}
{/if} {/if}
{tag_内容页底图文产品三条} {template 'width_max.html'} {template 'footer.html'}