|
{template "member","left"} |
|
{if $action=='add'}
歡迎投稿
{elseif $action=='edit'}
歡迎投稿
{elseif $action=='preview'}
{$title}
| 欄目 |
{$catname} |
| 標題 |
{$title} |
| 關鍵詞 |
{$keywords} |
| 日期 |
{$adddate} |
| 標題圖片 |
{$thumb} |
| 作者 |
{$author} |
| 來源 |
{$copyfrom} |
| 內容簡介 |
{$introduce} |
| 內容 |
{$content} |
{loop $fields $f}
| {$f[title]} |
{$f[value]} |
{/loop}
| |
返回
編輯
刪除
|
{elseif $action=='manage'}
文章管理 [ {if $status==3}已通過{elseif $status==1}待審核{elseif $status==0}草稿{elseif $status==2}退稿{/if} ]
| ID |
標題 |
欄目 |
發表時間 |
點擊 |
管理操作 |
{loop $articles $article}
| {$article[articleid]} |
{if $article[type]}{$article[type]} {/if}{if $article['status']==3}{else}{/if}{$article['title']}
|
{$article['catname']} |
{$article['adddate']} |
{$article['hits']} |
{if $article['status']<3}編輯 | 刪除{else}編輯 | 刪除{/if} |
{/loop}
{/if}
|