Commit 61e4231f3531f17f55306b89e33536454d51d508
1 parent
1cacd25a
arktika mail template
Showing
2 changed files
with
89 additions
and
66 deletions
Show diff stats
www-arktika/email.php
@@ -6,8 +6,10 @@ | @@ -6,8 +6,10 @@ | ||
6 | //This should be done in your php.ini, but this is how to do it if you don't have access to that | 6 | //This should be done in your php.ini, but this is how to do it if you don't have access to that |
7 | date_default_timezone_set('Etc/UTC'); | 7 | date_default_timezone_set('Etc/UTC'); |
8 | require 'PHPMailer/PHPMailerAutoload.php'; | 8 | require 'PHPMailer/PHPMailerAutoload.php'; |
9 | - | ||
10 | - function getContent($code){ | 9 | + |
10 | +$db_conn = pg_connect("host=195.248.225.114 dbname=semena user=dev_semena password=Y7adSdcfHcuvXxyn") or die(json_encode(pg_last_error())); | ||
11 | + | ||
12 | +function getContent($code){ | ||
11 | // Читаем содержимое | 13 | // Читаем содержимое |
12 | $text = file_get_contents("list.php"); | 14 | $text = file_get_contents("list.php"); |
13 | 15 | ||
@@ -16,13 +18,21 @@ require 'PHPMailer/PHPMailerAutoload.php'; | @@ -16,13 +18,21 @@ require 'PHPMailer/PHPMailerAutoload.php'; | ||
16 | } | 18 | } |
17 | 19 | ||
18 | if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && !empty($_POST['email']) ) { | 20 | if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && !empty($_POST['email']) ) { |
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | 21 | + |
23 | $name = stripslashes($_POST['name']); | 22 | $name = stripslashes($_POST['name']); |
24 | $email = stripslashes($_POST['email']); | 23 | $email = stripslashes($_POST['email']); |
25 | $code = "4749440"; | 24 | $code = "4749440"; |
25 | + | ||
26 | + $today = date("Y-m-d H:i:s"); | ||
27 | + $query = pg_query($db_conn, "INSERT INTO customers_arktika (name, email, date) VALUES (E'".$name."', E'".$email."', CURRENT_TIMESTAMP)"); | ||
28 | + if (pg_affected_rows($query) > 0) { | ||
29 | + $json['error'] = false; // oшибoк нe былo | ||
30 | + echo json_encode($json); // вывoдим мaссив oтвeтa | ||
31 | + //return true; | ||
32 | + } else { | ||
33 | + echo "false"; | ||
34 | + } | ||
35 | + | ||
26 | //Create a new PHPMailer instance | 36 | //Create a new PHPMailer instance |
27 | $mail = new PHPMailer; | 37 | $mail = new PHPMailer; |
28 | //Tell PHPMailer to use SMTP | 38 | //Tell PHPMailer to use SMTP |
www-arktika/list.php
1 | -<html> | ||
2 | -<head> | 1 | +<html><head> |
3 | <meta charset="utf-8"> | 2 | <meta charset="utf-8"> |
4 | <style> | 3 | <style> |
5 | a, a.img{ | 4 | a, a.img{ |
@@ -17,31 +16,31 @@ | @@ -17,31 +16,31 @@ | ||
17 | <td align="left" valign="middle" height="30"><a href="http://semena.in.ua/news-actions" style="color:white;font-family:Calibri;font-size:13px;font-style:Italic;">Заманчивые предложения</a></td> | 16 | <td align="left" valign="middle" height="30"><a href="http://semena.in.ua/news-actions" style="color:white;font-family:Calibri;font-size:13px;font-style:Italic;">Заманчивые предложения</a></td> |
18 | <td align="right" valign="middle" height="30"><a href="#" style="color:white;font-family:Calibri;font-size:13px;font-style:Italic;">Загрузить картинки</a></td> | 17 | <td align="right" valign="middle" height="30"><a href="#" style="color:white;font-family:Calibri;font-size:13px;font-style:Italic;">Загрузить картинки</a></td> |
19 | </tr> | 18 | </tr> |
20 | - </tbody></table> | 19 | + </table> |
21 | </td> | 20 | </td> |
22 | </tr> | 21 | </tr> |
23 | <tr> | 22 | <tr> |
24 | - <td align="center" valign="top" style="background: url('images/fon_header.png');background-repeat-y: no-repeat;"> | 23 | + <td align="center" valign="top" style="background: url('list_images/fon_header.png');background-repeat-y: no-repeat;"> |
25 | <table border="0" cellpadding="0" cellspacing="0" width="660" height="157"> | 24 | <table border="0" cellpadding="0" cellspacing="0" width="660" height="157"> |
26 | <tr> | 25 | <tr> |
27 | <td align="center" valign="top"> | 26 | <td align="center" valign="top"> |
28 | <table border="0" cellpadding="0" cellspacing="0" width="660"> | 27 | <table border="0" cellpadding="0" cellspacing="0" width="660"> |
29 | <tr><td height="23" valign="top"></td></tr> | 28 | <tr><td height="23" valign="top"></td></tr> |
30 | <tr> | 29 | <tr> |
31 | - <td width="203px" height="70" align="left" background="images/logo.png" style="background-position:left 10px;background-repeat:no-repeat;" valign="top"><a href="http://semena.in.ua" target="_blank" style="border:none;"><img src="images/link.png" border="none" height="50" width="174"></a></td> | ||
32 | - <td width="308" align="center" height="70" background="images/tel_all.png" style="background-position-y: 7px;background-repeat:no-repeat;"></td> | 30 | + <td width="203px" height="70" align="left" background="list_images/logo.png" style="background-position:left 10px;background-repeat:no-repeat;" valign="top"><a href="http://semena.in.ua" target="_blank" style="border:none;"><img src="list_images/link.png" border="none" height="50" width="174"></a></td> |
31 | + <td width="308" align="center" height="70" background="list_images/tel_all.png" style="background-position-y: 7px;background-repeat:no-repeat;"></td> | ||
33 | <td align="right" valign="top"> | 32 | <td align="right" valign="top"> |
34 | <table border="0" cellpadding="0" cellspacing="0"> | 33 | <table border="0" cellpadding="0" cellspacing="0"> |
35 | <tr> | 34 | <tr> |
36 | - <td background="images/ico-6.png" height="26" style="background-repeat:no-repeat;background-position: left 7px;padding-left: 20px;"><a href="http://semena.in.ua/callback/ru" style="color:#4a4a4a;font-size:13px;font-family:Calibri;font-style:italic;">Обратная связь</a></td> | 35 | + <td background="list_images/ico-6.png" height="26" style="background-repeat:no-repeat;background-position: left 7px;padding-left: 20px;"><a href="http://semena.in.ua/callback/ru" style="color:#4a4a4a;font-size:13px;font-family:Calibri;font-style:italic;">Обратная связь</a></td> |
37 | </tr> | 36 | </tr> |
38 | <tr> | 37 | <tr> |
39 | - <td background="images/ico-7.png" height="26" style="background-repeat:no-repeat;background-position: left 8px;padding-left: 20px;"><a href="http://semena.in.ua/video/ru" style="color:#4a4a4a;font-size:13px;font-family:Calibri;font-style:italic;">Видеообзоры</a></td> | 38 | + <td background="list_images/ico-7.png" height="26" style="background-repeat:no-repeat;background-position: left 8px;padding-left: 20px;"><a href="http://semena.in.ua/video/ru" style="color:#4a4a4a;font-size:13px;font-family:Calibri;font-style:italic;">Видеообзоры</a></td> |
40 | </tr> | 39 | </tr> |
41 | - </tbody></table> | 40 | + </table> |
42 | </td> | 41 | </td> |
43 | </tr> | 42 | </tr> |
44 | - </tbody></table> | 43 | + </table> |
45 | </td> | 44 | </td> |
46 | </tr> | 45 | </tr> |
47 | <tr><td height="2"></td></tr> | 46 | <tr><td height="2"></td></tr> |
@@ -49,16 +48,16 @@ | @@ -49,16 +48,16 @@ | ||
49 | <td align="center"> | 48 | <td align="center"> |
50 | <table border="0" cellpadding="0" cellspacing="0"> | 49 | <table border="0" cellpadding="0" cellspacing="0"> |
51 | <tr> | 50 | <tr> |
52 | - <td background="images/menu01.png" width="142" height="36" style="background-position:top center; background-repeat:no-repeat;text-align:center;" align="center"><a target="_blank" href="http://semena.in.ua/o-kompanii-1/ru" style="font-family: Calibri;text-decoration: none;text-align: center;color: white;font-size: 14px;font-weight: bold;">О КОМПАНИИ</a> | 51 | + <td background="list_images/menu01.png" width="142" height="36" style="background-position:top center; background-repeat:no-repeat;text-align:center;" align="center"><a target="_blank" href="http://semena.in.ua/o-kompanii-1/ru" style="font-family: Calibri;text-decoration: none;text-align: center;color: white;font-size: 14px;font-weight: bold;">О КОМПАНИИ</a> |
53 | </td> | 52 | </td> |
54 | - <td background="images/menu02.png" width="183" height="36" style="background-position:top center; background-repeat:no-repeat;text-align:center;" align="center"><a target="_blank" href="http://semena.in.ua/dostavka-i-oplata-2/ru" style="font-family: Calibri;text-decoration: none;text-align: center;color: white;font-size: 14px;font-weight: bold;">ДОСТАВКА И ОПЛАТА</a></td> | ||
55 | - <td background="images/menu03.png" width="96" height="36" style="background-position:top center; background-repeat:no-repeat;text-align:center;" align="center"><a target="_blank" href="http://semena.in.ua/news-actions/ru" style="font-family: Calibri;text-decoration: none;text-align: center;color: white;font-size: 14px;font-weight: bold;">АКЦИИ</a></td> | ||
56 | - <td background="images/menu04.png" width="233" height="36" style="background-position:top center; background-repeat:no-repeat;text-align:center;" align="center"><a target="_blank" href="http://semena.in.ua/prof_tips/ru" style="font-family: Calibri;text-decoration: none;text-align: center;color: white;font-size: 14px;font-weight: bold;">СОВЕТЫ ПРОФЕССИОНАЛОВ</a></td> | 53 | + <td background="list_images/menu02.png" width="183" height="36" style="background-position:top center; background-repeat:no-repeat;text-align:center;" align="center"><a target="_blank" href="http://semena.in.ua/dostavka-i-oplata-2/ru" style="font-family: Calibri;text-decoration: none;text-align: center;color: white;font-size: 14px;font-weight: bold;">ДОСТАВКА И ОПЛАТА</a></td> |
54 | + <td background="list_images/menu03.png" width="96" height="36" style="background-position:top center; background-repeat:no-repeat;text-align:center;" align="center"><a target="_blank" href="http://semena.in.ua/news-actions/ru" style="font-family: Calibri;text-decoration: none;text-align: center;color: white;font-size: 14px;font-weight: bold;">АКЦИИ</a></td> | ||
55 | + <td background="list_images/menu04.png" width="233" height="36" style="background-position:top center; background-repeat:no-repeat;text-align:center;" align="center"><a target="_blank" href="http://semena.in.ua/prof_tips/ru" style="font-family: Calibri;text-decoration: none;text-align: center;color: white;font-size: 14px;font-weight: bold;">СОВЕТЫ ПРОФЕССИОНАЛОВ</a></td> | ||
57 | </tr> | 56 | </tr> |
58 | - </tbody></table> | 57 | + </table> |
59 | </td> | 58 | </td> |
60 | </tr> | 59 | </tr> |
61 | - </tbody></table> | 60 | + </table> |
62 | </td> | 61 | </td> |
63 | </tr> | 62 | </tr> |
64 | <tr><td height="18"></td></tr> | 63 | <tr><td height="18"></td></tr> |
@@ -66,63 +65,77 @@ | @@ -66,63 +65,77 @@ | ||
66 | <td align="center"> | 65 | <td align="center"> |
67 | <table cellspacing="0" cellpadding="0" border="0" width="660"> | 66 | <table cellspacing="0" cellpadding="0" border="0" width="660"> |
68 | <tr> | 67 | <tr> |
69 | - <td width="96" height="96" bgcolor="#53a726" background="images/f-1.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
70 | - <a href="http://semena.in.ua/semena_ovoshchey_1c_20/ru" target="_blank"><img width="96" height="96" valign="top" align="left" src="images/link.png" border="none"></a> | 68 | + <td width="65" height="65" background="list_images/f-1.jpg" style="background-position:center center;background-repeat:no-repeat;"> |
69 | + <a href="http://semena.in.ua/semena_ovoshchey_1c_20/ru" target="_blank"><img width="65" height="65" valign="top" align="left" src="list_images/link.png" border="none"></a> | ||
71 | </td> | 70 | </td> |
72 | - <td width="17"></td> | ||
73 | - <td width="96" height="96" bgcolor="#b22b2c" background="images/f-2.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
74 | - <a href="http://semena.in.ua/semena_tsvetov_1c_20/ru" target="_blank"><img width="96" height="96" valign="top" align="left" src="images/link.png" border="none"></a></td> | ||
75 | - <td width="17"></td> | ||
76 | - <td width="96" height="96" bgcolor="#f36c00" background="images/f-3.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
77 | - <a href="http://semena.in.ua/udobrenija_i_sredstva_zashchity_1c_20/ru" target="_blank"><img width="96" height="96" valign="top" align="left" src="images/link.png" border="none"></a></td> | ||
78 | - <td width="16"></td> | ||
79 | - <td width="96" height="96" bgcolor="#1b7981" background="images/f-4.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
80 | - <a href="http://semena.in.ua/gazonnye_travy_1c_20/ru" target="_blank"><img width="96" height="96" valign="top" align="left" src="images/link.png" border="none"></a></td> | ||
81 | - <td width="17"></td> | ||
82 | - <td width="96" height="96" bgcolor="#935927" background="images/f-5.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
83 | - <a href="http://semena.in.ua/sadjenci_1c_20/ru" target="_blank"><img width="96" height="96" valign="top" align="left" src="images/link.png" border="none"></a></td> | ||
84 | - <td width="17"></td> | ||
85 | - <td width="96" height="96" bgcolor="#b1873f" background="images/f-6.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
86 | - <a href="http://semena.in.ua/tovary_dlja_sada_i_ogoroda_1c_20/ru" target="_blank"><img width="96" height="96" valign="top" align="left" src="images/link.png" border="none"></a></td> | 71 | + <td width="20" valign="top"></td> |
72 | + <td width="65" height="65" background="list_images/f-2.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
73 | + <a href="http://semena.in.ua/semena_tsvetov_1c_20/ru" target="_blank"><img width="65" height="65" valign="top" align="left" src="list_images/link.png" border="none"></a></td> | ||
74 | + <td width="20" valign="top"></td> | ||
75 | + <td width="65" height="65" background="list_images/f-3.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
76 | + <a href="http://semena.in.ua/udobrenija_i_sredstva_zashchity_1c_20/ru" target="_blank"><img width="65" height="65" valign="top" align="left" src="list_images/link.png" border="none"></a></td> | ||
77 | + <td width="20" valign="top"></td> | ||
78 | + <td width="65" height="65" background="list_images/f-4.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
79 | + <a href="http://semena.in.ua/gazonnye_travy_1c_20/ru" target="_blank"><img width="65" height="65" valign="top" align="left" src="list_images/link.png" border="none"></a></td> | ||
80 | + <td width="20" valign="top"></td> | ||
81 | + <td width="65" height="65" background="list_images/f-5.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
82 | + <a href="http://semena.in.ua/sadjenci_1c_20/ru" target="_blank"><img width="65" height="65" valign="top" align="left" src="list_images/link.png" border="none"></a></td> | ||
83 | + <td width="20" valign="top"></td> | ||
84 | + <td width="65" height="65" background="list_images/f-6.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
85 | + <a href="http://semena.in.ua/tovary_dlja_sada_i_ogoroda_1c_20/ru" target="_blank"><img width="65" height="65" valign="top" align="left" src="list_images/link.png" border="none"></a></td> | ||
86 | + <td width="20" valign="top"></td> | ||
87 | + <td width="65" height="65" background="list_images/f-7.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
88 | + <a href="http://semena.in.ua/zootovari_1c_20/ru" target="_blank"><img width="65" height="65" valign="top" align="left" src="list_images/link.png" border="none"></a></td> | ||
89 | + <td width="20" valign="top"></td> | ||
90 | + <td width="65" height="65" background="list_images/f-8.jpg" style="background-position:center center;background-repeat:no-repeat;"> | ||
91 | + <a href="http://semena.in.ua/biopreparati_1c_20/ru" target="_blank"><img width="65" height="65" valign="top" align="left" src="list_images/link.png" border="none"></a></td> | ||
87 | </tr> | 92 | </tr> |
88 | <tr><td height="10px"></td></tr> | 93 | <tr><td height="10px"></td></tr> |
89 | <tr> | 94 | <tr> |
90 | - <td height="50" width="96" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#53a726;text-transform:uppercase;"> | 95 | + <td height="50" width="65" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#53a726;text-transform:uppercase;"> |
91 | <a href="http://semena.in.ua/semena_ovoshchey_1c_20/ru" target="_blank" style="text-decoration:none;color:#53a726;">Семена<br>овощей</a> | 96 | <a href="http://semena.in.ua/semena_ovoshchey_1c_20/ru" target="_blank" style="text-decoration:none;color:#53a726;">Семена<br>овощей</a> |
92 | </td> | 97 | </td> |
93 | - <td width="17" valign="top"></td> | ||
94 | - <td height="50" width="96" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#b22b2c;text-transform:uppercase;"> | 98 | + <td width="20" valign="top"></td> |
99 | + <td height="50" width="65" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#b22b2c;text-transform:uppercase;"> | ||
95 | <a href="http://semena.in.ua/semena_tsvetov_1c_20/ru" target="_blank" style="text-decoration:none;color:#b22b2c;">Семена<br>цветов</a> | 100 | <a href="http://semena.in.ua/semena_tsvetov_1c_20/ru" target="_blank" style="text-decoration:none;color:#b22b2c;">Семена<br>цветов</a> |
96 | </td> | 101 | </td> |
97 | - <td width="17" valign="top"></td> | ||
98 | - <td height="50" width="96" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#f36c00;text-transform:uppercase;"> | ||
99 | - <a href="http://semena.in.ua/udobrenija_i_sredstva_zashchity_1c_20/ru" target="_blank" style="text-decoration:none;color:#f36c00;">Удобрения и<br>средства<br>защиты</a> | 102 | + <td width="20" valign="top"></td> |
103 | + <td height="50" width="65" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#f36c00;text-transform:uppercase;"> | ||
104 | + <a href="http://semena.in.ua/udobrenija_i_sredstva_zashchity_1c_20/ru" target="_blank" style="text-decoration:none;color:#f36c00;">Удобрения<br>и средства<br>защиты</a> | ||
100 | </td> | 105 | </td> |
101 | - <td width="16" valign="top"></td> | ||
102 | - <td height="50" width="96" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#1b7981;text-transform:uppercase;"> | 106 | + <td width="20" valign="top"></td> |
107 | + <td height="50" width="65" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#1b7981;text-transform:uppercase;"> | ||
103 | <a href="http://semena.in.ua/gazonnye_travy_1c_20/ru" target="_blank" style="text-decoration:none;color:#1b7981;">Газонные<br>травы</a> | 108 | <a href="http://semena.in.ua/gazonnye_travy_1c_20/ru" target="_blank" style="text-decoration:none;color:#1b7981;">Газонные<br>травы</a> |
104 | </td> | 109 | </td> |
105 | - <td width="17" valign="top"></td> | ||
106 | - <td height="50" width="96" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#935927;text-transform:uppercase;"> | 110 | + <td width="20" valign="top"></td> |
111 | + <td height="50" width="65" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#935927;text-transform:uppercase;"> | ||
107 | <a href="http://semena.in.ua/sadjenci_1c_20/ru" target="_blank" style="text-decoration:none;color:#935927;">Саженцы</a> | 112 | <a href="http://semena.in.ua/sadjenci_1c_20/ru" target="_blank" style="text-decoration:none;color:#935927;">Саженцы</a> |
108 | </td> | 113 | </td> |
109 | - <td width="17" valign="top"></td> | ||
110 | - <td height="50" width="96" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#b1873f;text-transform:uppercase;"> | 114 | + <td width="20" valign="top"></td> |
115 | + <td height="50" width="65" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#b1873f;text-transform:uppercase;"> | ||
111 | <a href="http://semena.in.ua/tovary_dlja_sada_i_ogoroda_1c_20/ru" target="_blank" style="text-decoration:none;color:#b1873f;">Товары<br>для сада<br>и огорода</a> | 116 | <a href="http://semena.in.ua/tovary_dlja_sada_i_ogoroda_1c_20/ru" target="_blank" style="text-decoration:none;color:#b1873f;">Товары<br>для сада<br>и огорода</a> |
112 | </td> | 117 | </td> |
118 | + <td width="20" valign="top"></td> | ||
119 | + <td height="50" width="65" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#5b4a42;text-transform:uppercase;"> | ||
120 | + <a href="http://semena.in.ua/zootovari_1c_20/ru" target="_blank" style="text-decoration:none;color:#5b4a42;">Зоотовары</a> | ||
121 | + </td> | ||
122 | + <td width="20" valign="top"></td> | ||
123 | + <td height="50" width="65" valign="top" align="center" style="line-height: 1.3;font-family:Calibri;font-weight:bold;font-size:13px;color:#00a3de;text-transform:uppercase;"> | ||
124 | + <a href="http://semena.in.ua/biopreparati_1c_20/ru" target="_blank" style="text-decoration:none;color:#00a3de;">Био-препараты</a> | ||
125 | + </td> | ||
113 | </tr> | 126 | </tr> |
114 | - </tbody></table> | 127 | + </table> |
115 | </td> | 128 | </td> |
116 | </tr> | 129 | </tr> |
117 | <tr><td height="10"></td></tr> | 130 | <tr><td height="10"></td></tr> |
118 | <tr> | 131 | <tr> |
119 | <td align="center" valign="top" width="100%"> | 132 | <td align="center" valign="top" width="100%"> |
120 | <table border="0" cellpadding="0" cellspacing="0" width="682"> | 133 | <table border="0" cellpadding="0" cellspacing="0" width="682"> |
121 | - <tr><td background="images/top_white.png" width="100%" height="30" align="center" valign="top"> | 134 | + <tr><td background="list_images/top_white.png" width="100%" height="30" align="center" valign="top"> |
122 | 135 | ||
123 | </td></tr> | 136 | </td></tr> |
124 | <tr> | 137 | <tr> |
125 | - <td align="center" background="images/center_white.png"> | 138 | + <td align="center" background="list_images/center_white.png"> |
126 | 139 | ||
127 | <table border="0" cellpadding="0" cellspacing="0" width="620px"> | 140 | <table border="0" cellpadding="0" cellspacing="0" width="620px"> |
128 | <tr><td align="center"> | 141 | <tr><td align="center"> |
@@ -140,7 +153,7 @@ | @@ -140,7 +153,7 @@ | ||
140 | </tr> | 153 | </tr> |
141 | <tr><td align="center" style="text-align:center;"> | 154 | <tr><td align="center" style="text-align:center;"> |
142 | 155 | ||
143 | - <a href="http://semena.in.ua/semena_ovoshchey_1c_20/ogurets_1c_21/arena_f1_ru_1c2-3030/ru" target="_blank" style="color:#00aeef;text-decoration:none;text-align:center;border:none;"><img src="images/buy_but.png"></a></td></tr> | 156 | + <a href="http://semena.in.ua/semena_ovoshchey_1c_20/ogurets_1c_21/arena_f1_ru_1c2-3030/ru" target="_blank" style="color:#00aeef;text-decoration:none;text-align:center;border:none;"><img src="list_images/buy_but.png"></a></td></tr> |
144 | <tr><td style="color: #333333;font-family: Calibri;font-size: 16px;line-height: 18px;letter-spacing: -0.2px;"><br /> | 157 | <tr><td style="color: #333333;font-family: Calibri;font-size: 16px;line-height: 18px;letter-spacing: -0.2px;"><br /> |
145 | Обратите внимание! Для того, чтобы воспользоваться промокодом, необходимо зарегистрироваться на нашем сайте.<br /><br />Удачных покупок и хорошего урожая!<br /><br /> | 158 | Обратите внимание! Для того, чтобы воспользоваться промокодом, необходимо зарегистрироваться на нашем сайте.<br /><br />Удачных покупок и хорошего урожая!<br /><br /> |
146 | </td> | 159 | </td> |
@@ -150,7 +163,7 @@ | @@ -150,7 +163,7 @@ | ||
150 | </td> | 163 | </td> |
151 | </tr> | 164 | </tr> |
152 | <tr> | 165 | <tr> |
153 | - <td background="images/bottom_white.png" width="100%" style="background-position: bottom center;" align="center" valign="top"> | 166 | + <td background="list_images/bottom_white.png" width="100%" style="background-position: bottom center;" align="center" valign="top"> |
154 | <table border="0" cellpadding="0" cellspacing="0" width="620px"> | 167 | <table border="0" cellpadding="0" cellspacing="0" width="620px"> |
155 | 168 | ||
156 | <tr><td height="30px"></td> | 169 | <tr><td height="30px"></td> |
@@ -168,7 +181,7 @@ | @@ -168,7 +181,7 @@ | ||
168 | 181 | ||
169 | <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> | 182 | <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> |
170 | <td> | 183 | <td> |
171 | - <table cellpadding="0" cellspacing="0" border="0" width="100%" height="236" background="images/bg-2.jpg"> | 184 | + <table cellpadding="0" cellspacing="0" border="0" width="100%" height="236" background="list_images/bg-2.jpg"> |
172 | <tr> | 185 | <tr> |
173 | <td align="center"> | 186 | <td align="center"> |
174 | <table cellspacing="0" border="0" cellpadding="0" width="660"> | 187 | <table cellspacing="0" border="0" cellpadding="0" width="660"> |
@@ -176,7 +189,7 @@ | @@ -176,7 +189,7 @@ | ||
176 | <td> | 189 | <td> |
177 | <table cellpadding="0" cellspacing="0" border="0" height="236"> | 190 | <table cellpadding="0" cellspacing="0" border="0" height="236"> |
178 | <tr> | 191 | <tr> |
179 | - <td height="90"><a target="_blank" href="http://semena.in.ua/ru"><img src="images/logo.png" border="0" alt="semena.in.ua"></a></td> | 192 | + <td height="90"><a target="_blank" href="http://semena.in.ua/ru"><img src="list_images/logo.png" border="0" alt="semena.in.ua"></a></td> |
180 | </tr> | 193 | </tr> |
181 | <tr> | 194 | <tr> |
182 | <td valign="top" height="60" style="color: #4a4a4a; font-size: 15px; font-family: calibri; font-weight: normal;">Адрес центрального офиса:<br> | 195 | <td valign="top" height="60" style="color: #4a4a4a; font-size: 15px; font-family: calibri; font-weight: normal;">Адрес центрального офиса:<br> |
@@ -186,11 +199,11 @@ | @@ -186,11 +199,11 @@ | ||
186 | </td> | 199 | </td> |
187 | <td align="center"> | 200 | <td align="center"> |
188 | <table cellspacing="0" cellpadding="0" border="0"> | 201 | <table cellspacing="0" cellpadding="0" border="0"> |
189 | - <tr><td background="images/tel01.png" width="150" height="29" title="(044) 581-67-15" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | ||
190 | - <tr><td background="images/tel02.png" width="150" height="29" title="(044) 451-48-59" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | ||
191 | - <tr><td background="images/tel03.png" width="150" height="29" title="(050) 464-48-49" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | ||
192 | - <tr><td background="images/tel04.png" width="150" height="29" title="(067) 464-48-59" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | ||
193 | - <tr><td background="images/tel05.png" width="150" height="29" title="(093) 026-86-64" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | 202 | + <tr><td background="list_images/tel01.png" width="150" height="29" title="(044) 581-67-15" style="background-position: top left; background-repeat:no-repeat;"></td></tr> |
203 | + <tr><td background="list_images/tel02.png" width="150" height="29" title="(044) 451-48-59" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | ||
204 | + <tr><td background="list_images/tel03.png" width="150" height="29" title="(050) 464-48-49" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | ||
205 | + <tr><td background="list_images/tel04.png" width="150" height="29" title="(067) 464-48-59" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | ||
206 | + <tr><td background="list_images/tel05.png" width="150" height="29" title="(093) 026-86-64" style="background-position: top left; background-repeat:no-repeat;"></td></tr> | ||
194 | </tbody></table> | 207 | </tbody></table> |
195 | </td> | 208 | </td> |
196 | <td align="right"> | 209 | <td align="right"> |
@@ -199,9 +212,9 @@ | @@ -199,9 +212,9 @@ | ||
199 | <td> | 212 | <td> |
200 | <table cellspacing="0" cellpadding="0" border="0" width="168" style="text-align: right"> | 213 | <table cellspacing="0" cellpadding="0" border="0" width="168" style="text-align: right"> |
201 | <tr> | 214 | <tr> |
202 | - <td><a target="_blank" href="https://www.facebook.com/Professionalseeds"><img src="images/fb.png" width="48" height="48" border="0" alt=""></a></td> | ||
203 | - <td><a target="_blank" href="https://www.youtube.com/channel/UCMnG-NxtoprcTxKcPouwWdQ"><img src="images/youtube.png" width="48" height="48" border="0" alt=""></a></td> | ||
204 | - <td><a target="_blank" href="https://vk.com/public116774284"><img src="images/vk.png" width="48" height="48" border="0" alt=""></a></td> | 215 | + <td><a target="_blank" href="https://www.facebook.com/Professionalseeds"><img src="list_images/fb.png" width="48" height="48" border="0" alt=""></a></td> |
216 | + <td><a target="_blank" href="https://www.youtube.com/channel/UCMnG-NxtoprcTxKcPouwWdQ"><img src="list_images/youtube.png" width="48" height="48" border="0" alt=""></a></td> | ||
217 | + <td><a target="_blank" href="https://vk.com/public116774284"><img src="list_images/vk.png" width="48" height="48" border="0" alt=""></a></td> | ||
205 | </tr> | 218 | </tr> |
206 | </tbody></table> | 219 | </tbody></table> |
207 | </td> | 220 | </td> |