{include file="page_header.tpl.htm"}
{include file="admin_menu.tpl.htm"}
文章列表
編號
文章標題
建立日期
功能
{section name="sec1" loop=$article_list}
{$smarty.section.sec1.iteration}
{$article_list[sec1].title}
{$article_list[sec1].pubDate}
修改
|
刪除
{sectionelse}
沒有文章可顯示
{/section}
{include file="page_footer.tpl.htm"}