{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_guestbook')} {/if}
{if config::get('mobilechk_enable') && config::get('mobilechk_guestbook')}
{/if}
{lang('guestemail')}
{form::input('guestemail',get('guestemail'))}
{lang('guestqq')}
{form::input('guestqq',get('guestqq'))}
{lang('title')}
{form::input('title',get('title'))}
{lang('content')}
{form::textarea('content',get('content'))}
{lang('title')}
{form::input('title',get('title'))}
{lang('content')}
{form::textarea('content',get('content'))}
{verify()}
{if $user}

{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}
{tag_内容页底图文产品三条} {template 'width_max.html'} {template 'footer.html'}