backemail.phtml
2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>YOHO!技术部问题反馈</title>
<meta property="wb:webmaster" content="678940312cf97365" />
</head>
<body>
<style>
body,div,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,input,p,blockquote,th,td,button,blockquote{ margin:0; padding:0;}
body{ font-family:宋体,Arial, Verdana;font-size:12px;background:#fff; margin:0; color:#666;text-align:left;}
img {border:0; vertical-align:middle;}
.yh_letter{
width:680px;
margin:12px auto;
font:
}
.yh_letter .letter_icon{
padding-left:20px;
border-bottom:1px solid #000;
}
.yh_letter .content{
padding:30px 0 0 30px
}
.yh_letter .content p{
font-size:14px;
margin-top:15px;
}
.yh_letter .content p.yellow{
color:#ff5500;
}
.yh_letter .content p.tips{
font-size:12px;
padding-top:20px;
}
.yh_letter .content p.right{
font-weight:bold;
text-align:right;
padding-right:100px;
margin-top:20px;
}
.yh_letter .content p.right2{
text-align:right;
padding-right:100px;
font-size:12px;
margin-top:10px;
}
</style>
<!--页头开始-->
<div class="yh_letter">
<div class="letter_icon">
<h1>技术部问题反馈</h1>
</div>
<div class="content">
<p>反馈:</p>
<p><?php echo $feedback;?></p>
<hr>
<p>标题:<a href="<?php echo SITE_MAIN.'/?state='.$state.'#'.$id;?>" target="_blank"><?php echo $sum;?></a></p>
<p>内容 :</p>
<p><?php echo $content;?></p>
<?php if($exp&$exp!=0):?>
<p>期待完成时间 :<?php echo $exp;?></p>
<?php endif;?>
<p>发起人:<?php echo $email;?></p>
<?php if($att&&$att!=''):?>
<p>附件:<a href="<?php echo $att;?>" target="_blank">下载</a></p>
<?php endif;?>
<p class="tips">这只是一封系统自动发送的邮件,请不要直接回复。</p>
<p class="right"><img src="http://wiki.yoho.cn/theme/default/images/logo.gif"/></p>
<p class="right2"><?php echo date('Y-m-d') ?></p>
</div>
</div>
<!--页尾结束-->
</body>
</html>