Files
thinksaas_lmve/app/system/html/anti_wordadd.html
T
2023-06-22 13:33:25 +08:00

24 lines
548 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{php include pubTemplate("header_admin")}
<!--main-->
<div class="midder">
{template anti_menu}
<form method="post" action="{SITE_URL}index.php?app=system&ac=anti&ts=wordadddo">
<div class="form-group">
<label class="text-danger">输入敏感词(一行一个)</label>
<textarea style="height: 300px;" class="form-control" name="word"></textarea>
</div>
<div>
<button type="submit" class="btn btn-primary">执行批量添加</button>
</div>
</form>
</div>
{php include pubTemplate("footer_admin")}