|
|
title(); ?>
hasSaved || 'post_draft' == $posts->type) {
echo '' . _t('草稿') . '';
}
if ('hidden' == $posts->status) {
echo '' . _t('隐藏') . '';
} elseif ('waiting' == $posts->status) {
echo '' . _t('待审核') . '';
} elseif ('private' == $posts->status) {
echo '' . _t('私密') . '';
} elseif ($posts->password) {
echo '' . _t('密码保护') . '';
}
?>
type): ?>
|
author(); ?>
|
categories;
$length = count($categories); ?>
$val): ?>
adminUrl('manage-posts.php?category=' . $val['mid']
. (isset($request->uid) ? '&uid=' . $request->filter('encode')->uid : '')
. (isset($request->status) ? '&status=' . $request->filter('encode')->status : ''));
echo '">' . $val['name'] . '' . ($key < $length - 1 ? ', ' : ''); ?>
|
hasSaved): ?>
modified); ?>
word()); ?>
dateWord(); ?>
|