1 line
613 B
HTML
1 line
613 B
HTML
{php include pubTemplate("header_admin")}<div class="midder"><h6>社区公告设置</h6>{php include pubTemplate("plugin_menu")}<form method="POST" action="{SITE_URL}index.php?app=pubs&ac=plugin&plugin=gonggao&in=edit&ts=do"><table class="table table-hover"><tr><td>公告标题</td><td><input style="width:350px;" name="title" value="{$strGonggao['title']}" /></td></tr><tr><td>公告链接</td><td><input name="url" style="width:350px;" value="{$strGonggao['url']}" /></td></tr><tr><td></td><td><input type="submit" value="提交修改" /></td></tr></table></form></div>{php include pubTemplate("footer_admin")} |