作者: {$username}
时间:
标题:
分类:
{$sort}
{section name=s loop=$sortrow}
{$sortrow[s].sortname}
{/section}
是否加密:
{if $sec==1}
是
{else}
否
{/if}
是
否
密码:
内容: {php} global $con; $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = './editor/'; $editor = new FCKeditor('content') ; $editor->BasePath = $sBasePath ; $editor->Value=$con; $editor->Create(); {/php}
{include file="footer.htm"}