draft && $post->draft['cid'] != $post->cid): ?>
draft['modified']); ?>
删除它', $postModifyDate->word(),
Typecho_Common::url('/action/contents-post-edit?do=deleteDraft&cid=' . $post->cid, $options->index)); ?>
routingTable['post']['url'], $options->index);
list ($scheme, $permalink) = explode(':', $permalink, 2);
$permalink = ltrim($permalink, '/');
$permalink = preg_replace("/\[([_a-z0-9-]+)[^\]]*\]/i", "{\\1}", $permalink);
if ($post->have()) {
$permalink = str_replace(array(
'{cid}', '{category}', '{year}', '{month}', '{day}'
), array(
$post->cid, $post->category, $post->year, $post->month, $post->day
), $permalink);
}
$input = '
';
?>
content($post); ?>
markdown && (!$post->have() || $post->isMarkdown)): ?>
option($post); ?>
pass('editor', true)): ?>
advanceOption($post); ?>
have()): ?>
modified); ?>
—
%s 撰写',
Typecho_Common::url('manage-posts.php?uid=' . $post->author->uid, $options->adminUrl), $post->author->screenName); ?>
word()); ?>