Files
thinksaas_lmve/app/topic/html/admin/topic_edit_view.html
T
2023-06-22 13:33:25 +08:00

18 lines
546 B
HTML

{php include pubTemplate("header_admin")}
<!--main-->
<div class="midder">
{php include template("admin/menu");}
<div class="mb10"> <a class="btn mr10" href="index.php?app=topic&ac=admin&mg=topic&ts=edittopic">返回</a> <a class="btn mr10" href="index.php?app=topic&ac=admin&mg=topic&ts=update&topicid={$strTopic['topicid']}">更新数据</a></div>
<div>
<h1>{$strTopic['title']}</h1>
<div>{$strTopic['content']}</div>
<div style="clear:both"></div>
<div>{$strTopic['addtime']}</div>
</div>
</div>
{php include pubTemplate("footer_admin")}