Files
plugins/CommentToMail/owner.html
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

5 lines
510 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.
<div style="margin: 16px 40px; background-color: #eef2fa; border: 1px solid #d8e3e8; padding: 0 15px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;">
<p>{siteTitle}<a target="_blank" href="{permalink}">{title}</a></strong>&nbsp;有新的评论</p>
<p><strong>{author}</strong>&nbsp;评论说:{text}</p>
<p>时间:{time}<br />IP{ip}<br />邮箱:{mail}<br />状态:{status} [<a href='{manage}' target='_blank'>管理评论</a>]<br /></p>
</div>