{include file="index/header" /}

{:lang('Welcome page')}


{:lang('System information')}

{:lang('System name')}:{$Think.config.version.name} {$Think.config.version.description}

{:lang('System version')}:{$Think.config.version.number}

{:lang('The latest version')}:{:lang('The latest version is being detected')} 

{:lang('Official website')}:www.{$Think.config.version.official}

{notempty name="zxwenzhang"}

{:lang('Latest articles')} [{:lang('All articles')}]

{volist name="zxwenzhang" id="vo"}
{$vo.post_title}
{/volist}
{/notempty} {notempty name="zxpinglun"}

{:lang('Latest comment')}{if condition="$permissions < 6"} [{:lang('All comments')}]{/if}

{volist name="zxpinglun" id="vo"}
{$vo.content}
{/volist}
{/notempty} {if condition="$permissions < 5"} {notempty name="zxliuyan"}

{:lang('Latest message')}{if condition="$permissions < 6"} [{:lang('All messages')}]{/if}

{volist name="zxliuyan" id="vo"}
{$vo.msg|subtext=100}
{/volist}
{/notempty} {/if}

{include file="index/footer" /}