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 | 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 | 7 | date_default_timezone_set('Etc/UTC'); | 
| 8 | 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 | 14 | $text = file_get_contents("list.php"); | 
| 13 | 15 | |
| ... | ... | @@ -16,13 +18,21 @@ require 'PHPMailer/PHPMailerAutoload.php'; | 
| 16 | 18 | } | 
| 17 | 19 | |
| 18 | 20 | if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && !empty($_POST['email']) ) { | 
| 19 | - | |
| 20 | - | |
| 21 | - | |
| 22 | - | |
| 21 | + | |
| 23 | 22 | $name = stripslashes($_POST['name']); | 
| 24 | 23 | $email = stripslashes($_POST['email']); | 
| 25 | 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 | 36 | //Create a new PHPMailer instance | 
| 27 | 37 | $mail = new PHPMailer; | 
| 28 | 38 | //Tell PHPMailer to use SMTP | ... | ... | 
www-arktika/list.php
| 1 | -<html> | |
| 2 | -<head> | |
| 1 | +<html><head> | |
| 3 | 2 | <meta charset="utf-8"> | 
| 4 | 3 | <style> | 
| 5 | 4 | a, a.img{ | 
| ... | ... | @@ -17,31 +16,31 @@ | 
| 17 | 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 | 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 | 18 | </tr> | 
| 20 | - </tbody></table> | |
| 19 | + </table> | |
| 21 | 20 | </td> | 
| 22 | 21 | </tr> | 
| 23 | 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 | 24 | <table border="0" cellpadding="0" cellspacing="0" width="660" height="157"> | 
| 26 | 25 | <tr> | 
| 27 | 26 | <td align="center" valign="top"> | 
| 28 | 27 | <table border="0" cellpadding="0" cellspacing="0" width="660"> | 
| 29 | 28 | <tr><td height="23" valign="top"></td></tr> | 
| 30 | 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 | 32 | <td align="right" valign="top"> | 
| 34 | 33 | <table border="0" cellpadding="0" cellspacing="0"> | 
| 35 | 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 | 36 | </tr> | 
| 38 | 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 | 39 | </tr> | 
| 41 | - </tbody></table> | |
| 40 | + </table> | |
| 42 | 41 | </td> | 
| 43 | 42 | </tr> | 
| 44 | - </tbody></table> | |
| 43 | + </table> | |
| 45 | 44 | </td> | 
| 46 | 45 | </tr> | 
| 47 | 46 | <tr><td height="2"></td></tr> | 
| ... | ... | @@ -49,16 +48,16 @@ | 
| 49 | 48 | <td align="center"> | 
| 50 | 49 | <table border="0" cellpadding="0" cellspacing="0"> | 
| 51 | 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 | 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 | 56 | </tr> | 
| 58 | - </tbody></table> | |
| 57 | + </table> | |
| 59 | 58 | </td> | 
| 60 | 59 | </tr> | 
| 61 | - </tbody></table> | |
| 60 | + </table> | |
| 62 | 61 | </td> | 
| 63 | 62 | </tr> | 
| 64 | 63 | <tr><td height="18"></td></tr> | 
| ... | ... | @@ -66,63 +65,77 @@ | 
| 66 | 65 | <td align="center"> | 
| 67 | 66 | <table cellspacing="0" cellpadding="0" border="0" width="660"> | 
| 68 | 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 | 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 | 92 | </tr> | 
| 88 | 93 | <tr><td height="10px"></td></tr> | 
| 89 | 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 | 96 | <a href="http://semena.in.ua/semena_ovoshchey_1c_20/ru" target="_blank" style="text-decoration:none;color:#53a726;">Семена<br>овощей</a> | 
| 92 | 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 | 100 | <a href="http://semena.in.ua/semena_tsvetov_1c_20/ru" target="_blank" style="text-decoration:none;color:#b22b2c;">Семена<br>цветов</a> | 
| 96 | 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 | 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 | 108 | <a href="http://semena.in.ua/gazonnye_travy_1c_20/ru" target="_blank" style="text-decoration:none;color:#1b7981;">Газонные<br>травы</a> | 
| 104 | 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 | 112 | <a href="http://semena.in.ua/sadjenci_1c_20/ru" target="_blank" style="text-decoration:none;color:#935927;">Саженцы</a> | 
| 108 | 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 | 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 | 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 | 126 | </tr> | 
| 114 | - </tbody></table> | |
| 127 | + </table> | |
| 115 | 128 | </td> | 
| 116 | 129 | </tr> | 
| 117 | 130 | <tr><td height="10"></td></tr> | 
| 118 | 131 | <tr> | 
| 119 | 132 | <td align="center" valign="top" width="100%"> | 
| 120 | 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 | 136 | </td></tr> | 
| 124 | 137 | <tr> | 
| 125 | - <td align="center" background="images/center_white.png"> | |
| 138 | + <td align="center" background="list_images/center_white.png"> | |
| 126 | 139 | |
| 127 | 140 | <table border="0" cellpadding="0" cellspacing="0" width="620px"> | 
| 128 | 141 | <tr><td align="center"> | 
| ... | ... | @@ -140,7 +153,7 @@ | 
| 140 | 153 | </tr> | 
| 141 | 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 | 157 | <tr><td style="color: #333333;font-family: Calibri;font-size: 16px;line-height: 18px;letter-spacing: -0.2px;"><br /> | 
| 145 | 158 | Обратите внимание! Для того, чтобы воспользоваться промокодом, необходимо зарегистрироваться на нашем сайте.<br /><br />Удачных покупок и хорошего урожая!<br /><br /> | 
| 146 | 159 | </td> | 
| ... | ... | @@ -150,7 +163,7 @@ | 
| 150 | 163 | </td> | 
| 151 | 164 | </tr> | 
| 152 | 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 | 167 | <table border="0" cellpadding="0" cellspacing="0" width="620px"> | 
| 155 | 168 | |
| 156 | 169 | <tr><td height="30px"></td> | 
| ... | ... | @@ -168,7 +181,7 @@ | 
| 168 | 181 | |
| 169 | 182 | <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> | 
| 170 | 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 | 185 | <tr> | 
| 173 | 186 | <td align="center"> | 
| 174 | 187 | <table cellspacing="0" border="0" cellpadding="0" width="660"> | 
| ... | ... | @@ -176,7 +189,7 @@ | 
| 176 | 189 | <td> | 
| 177 | 190 | <table cellpadding="0" cellspacing="0" border="0" height="236"> | 
| 178 | 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 | 193 | </tr> | 
| 181 | 194 | <tr> | 
| 182 | 195 | <td valign="top" height="60" style="color: #4a4a4a; font-size: 15px; font-family: calibri; font-weight: normal;">Адрес центрального офиса:<br> | 
| ... | ... | @@ -186,11 +199,11 @@ | 
| 186 | 199 | </td> | 
| 187 | 200 | <td align="center"> | 
| 188 | 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 | 207 | </tbody></table> | 
| 195 | 208 | </td> | 
| 196 | 209 | <td align="right"> | 
| ... | ... | @@ -199,9 +212,9 @@ | 
| 199 | 212 | <td> | 
| 200 | 213 | <table cellspacing="0" cellpadding="0" border="0" width="168" style="text-align: right"> | 
| 201 | 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 | 218 | </tr> | 
| 206 | 219 | </tbody></table> | 
| 207 | 220 | </td> | ... | ... | 
