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
|
<!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=iso-8859-1" /> <title>Message</title> <style type="text/css"> <!-- .style7 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.style15 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } .style16 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight:bold; } --> </style> </head>
<body> <table border="0" cellpadding="0" cellspacing="0" width="500"> <tbody> <tr> <td height="30" colspan="2" class="style16">Opinie nouã</td> </tr> <tr> <td colspan="2" class="style7" height="30">Înregistrat în data de: <strong>Data </strong></td> </tr> <tr> <td colspan="2" class="style7" height="30">Astept aprobarea dvs.! Intrati in partea de administrare a site-ului.</td> </tr> <tr> <td colspan="2" class="stTextN" align="center" height="30"><label></label></td> </tr> <tr> <td width="20%" height="20" nowrap="nowrap" class="style15">Nume:</td> <td width="80%" height="20"><span class="style7">NAME</span></td> </tr> <tr> <td height="20" nowrap="nowrap" class="style15">Email:</td> <td height="20"><span class="style7">EMAIL</span></td> </tr> <tr> <td height="20" nowrap="nowrap" class="style15" colspan="2">Mesaj:</td> </tr> <tr> <td height="20"><span class="style7">MSG</span></td> </tr> </tbody> </table> </body> </html>
|