分享一个漂亮的评论邮件回复模板

好的作品让人眼前一亮,比如seatop老师的网站评论邮件回复模板。所谓的评论邮件回复功能是指,网站读者留下自己的邮箱地址,如果评论有回复,就会收到一份邮件提醒。效果如下:

评论邮件回复

seatop老师热情地送给了我这份模板:

<html>
<head>
<title>给{$poster}的回复</title>
<style type=”text/css”>
#a {margin:20px;padding:10px;width:600px;border:6px solid #333366;color:#333366;font-size:14px;}
.b {width:100%;padding:5px;background:#333366;color:#fff;}
.b a {color:#fff;text-decoration:none;}
.c {width:100%;padding:5px;background:#fff;color:#333366;}
</style>
</head>
<body>
<div id=”a”>
<p>{$poster},您好!</p>
<p>
您在<a href=”{$config[‘blogurl’]}” target=”_blank”>{$config[‘blogname’]} </a>{$entry_link}的{$rep_type}({$post_time}):</p>
<p>{$poster_content}</p>
<p>回复如下({$reply_time}):</p>
<p>{$adminreplycontent}</p>
<p>查看本条{$rep_type}详细内容请前往地址:</p>
<p><a href=”{$goto_blog_url}” target=”_blank”>{$goto_blog_url}</a></p>
<p>{$config[‘blogdesc’]}感谢您对<a href=”{$config[‘blogurl’]}” target=”_blank”>{$config[‘blogname’]}</a>的关注。</p>
</div>
</body>
</html>

读者请根据需要自行修改。

3 thoughts on “分享一个漂亮的评论邮件回复模板

Leave a Reply to 酷喵 Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.