Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 27.05 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Customer completed order email
  4.  *
  5.  * This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-completed-order.php.
  6.  *
  7.  * HOWEVER, on occasion WooCommerce will need to update template files and you
  8.  * (the theme developer) will need to copy the new files to your theme to
  9.  * maintain compatibility. We try to do this as little as possible, but it does
  10.  * happen. When this occurs the version of the template file will be bumped and
  11.  * the readme will list any important changes.
  12.  *
  13.  * @see https://docs.woocommerce.com/document/template-structure/
  14.  * @package WooCommerce/Templates/Emails
  15.  * @version 3.7.0
  16.  */
  17.  
  18. defined( 'ABSPATH' ) || exit;
  19.  
  20. ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
  22. <head>
  23.   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  24.   <!--[if !mso]><!-->
  25.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  26.   <!--<![endif]-->
  27.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  28.   <meta name="format-detection" content="telephone=no">
  29.   <meta name="x-apple-disable-message-reformatting">
  30.   <title><?= get_bloginfo('name', 'display'); ?></title>
  31.   <link href="https://fonts.googleapis.com/css?family=Kanit:700i|Roboto:400,500,700&display=swap" rel="stylesheet">
  32.   <style type="text/css">
  33.     #outlook a {
  34.       padding: 0;
  35.     }
  36.  
  37.     .ReadMsgBody,
  38.     .ExternalClass {
  39.       width: 100%;
  40.     }
  41.  
  42.     .ExternalClass,
  43.     .ExternalClass p,
  44.     .ExternalClass td,
  45.     .ExternalClass div,
  46.     .ExternalClass span,
  47.     .ExternalClass font {
  48.       line-height: 100%;
  49.     }
  50.  
  51.     div[style*="margin: 14px 0"],
  52.     div[style*="margin: 16px 0"] {
  53.       margin: 0 !important;
  54.     }
  55.  
  56.     table,
  57.     td {
  58.       mso-table-lspace: 0;
  59.       mso-table-rspace: 0;
  60.     }
  61.  
  62.     table,
  63.     tr,
  64.     td {
  65.       border-collapse: collapse;
  66.     }
  67.  
  68.     body,
  69.     td,
  70.     th,
  71.     p,
  72.     div,
  73.     li,
  74.     a,
  75.     span {
  76.       -webkit-text-size-adjust: 100%;
  77.       -ms-text-size-adjust: 100%;
  78.       mso-line-height-rule: exactly;
  79.     }
  80.  
  81.     img {
  82.       border: 0;
  83.       outline: none;
  84.       line-height: 100%;
  85.       text-decoration: none;
  86.       -ms-interpolation-mode: bicubic;
  87.     }
  88.  
  89.     a[x-apple-data-detectors] {
  90.       color: inherit !important;
  91.       text-decoration: none !important;
  92.     }
  93.  
  94.     body {
  95.       margin: 0;
  96.       padding: 0;
  97.       width: 100% !important;
  98.       -webkit-font-smoothing: antialiased;
  99.     }
  100.  
  101.     .pc-gmail-fix {
  102.       display: none;
  103.       display: none !important;
  104.     }
  105.  
  106.     @media screen and (min-width: 621px) {
  107.       .pc-email-container {
  108.         width: 620px !important;
  109.       }
  110.     }
  111.  
  112.     @media screen and (max-width:620px) {
  113.       .pc-sm-p-24-20-30 {
  114.         padding: 24px 20px 30px !important
  115.       }
  116.       .pc-sm-mw-100pc {
  117.         max-width: 100% !important
  118.       }
  119.       .pc-sm-ta-center {
  120.         text-align: center !important
  121.       }
  122.       .pc-sm-p-35-30 {
  123.         padding: 35px 30px !important
  124.       }
  125.       .pc-sm-p-31-20-39 {
  126.         padding: 31px 20px 39px !important
  127.       }
  128.     }
  129.  
  130.     @media screen and (max-width:525px) {
  131.       .pc-xs-p-15-10-20 {
  132.         padding: 15px 10px 20px !important
  133.       }
  134.       .pc-xs-h-100 {
  135.         height: 100px !important
  136.       }
  137.       .pc-xs-br-disabled br {
  138.         display: none !important
  139.       }
  140.       .pc-xs-fs-30 {
  141.         font-size: 30px !important
  142.       }
  143.       .pc-xs-lh-42 {
  144.         line-height: 42px !important
  145.       }
  146.       .pc-xs-p-25-20 {
  147.         padding: 25px 20px !important
  148.       }
  149.       .pc-xs-p-15-10-25 {
  150.         padding: 15px 10px 25px !important
  151.       }
  152.     }
  153.   </style>
  154.   <!--[if mso]>
  155.     <style type="text/css">
  156.         .pc-fb-font {
  157.             font-family: Helvetica, Arial, sans-serif !important;
  158.         }
  159.     </style>
  160.     <![endif]-->
  161.   <!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->
  162. </head>
  163. <body style="width: 100% !important; margin: 0; padding: 0; mso-line-height-rule: exactly; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background-color: #f4f4f4" class="">
  164.   <span style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">Votre commande est expédiée</span>
  165.   <table class="pc-email-body" width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation" style="table-layout: fixed;">
  166.     <tbody>
  167.       <tr>
  168.         <td class="pc-email-body-inner" align="center" valign="top">
  169.           <!--[if gte mso 9]>
  170.             <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
  171.                 <v:fill type="tile" src="" color="#f4f4f4"></v:fill>
  172.             </v:background>
  173.             <![endif]-->
  174.           <!--[if (gte mso 9)|(IE)]><table width="620" align="center" border="0" cellspacing="0" cellpadding="0" role="presentation"><tr><td width="620" align="center" valign="top"><![endif]-->
  175.           <table class="pc-email-container" width="100%" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto; max-width: 620px;">
  176.             <tbody>
  177.               <tr>
  178.                 <td align="left" valign="top" style="padding: 0 10px;">
  179.                   <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  180.                     <tbody>
  181.                       <tr>
  182.                         <td height="20" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  183.                       </tr>
  184.                     </tbody>
  185.                   </table>
  186.                   <!-- BEGIN MODULE: Header 1 -->
  187.                   <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  188.                     <tbody>
  189.                       <tr>
  190.                         <td bgcolor="#1B1B1B" align="center" valign="top" style="background-color: #1B1B1B; background-position: center; border-radius: 8px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); background-image: url('https://cdn.mesplaques.fr/emails/colissimo-a8a.jpg'); background-repeat: no-repeat; background-size: cover" background="https://cdn.mesplaques.fr/emails/colissimo-a8a.jpg">
  191.                           <!--[if gte mso 9]>
  192.             <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width: 600px;">
  193.                 <v:fill type="frame" src="" color="#1B1B1B"></v:fill>
  194.                 <v:textbox style="mso-fit-shape-to-text: true;" inset="0,0,0,0">
  195.                     <div style="font-size: 0; line-height: 0;">
  196.                         <table width="600" border="0" cellpadding="0" cellspacing="0" role="presentation" align="center">
  197.                             <tr>
  198.                                 <td style="font-size: 14px; line-height: 1.5;" valign="top">
  199.                                     <table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
  200.                                         <tr>
  201.                                             <td colspan="3" height="24" style="line-height: 1px; font-size: 1px;">&nbsp;</td>
  202.                                         </tr>
  203.                                         <tr>
  204.                                             <td width="30" style="line-height: 1px; font-size: 1px;" valign="top">&nbsp;</td>
  205.                                             <td valign="top" align="left">
  206.             <![endif]-->
  207.                           <!--[if !gte mso 9]><!-->
  208.                           <table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
  209.                             <tbody>
  210.                               <tr>
  211.                                 <td class="pc-sm-p-24-20-30 pc-xs-p-15-10-20" style="padding: 24px 30px 40px;" valign="top">
  212.                                   <!--<![endif]-->
  213.                                   <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  214.                                     <tbody>
  215.                                       <tr>
  216.                                         <td style="font-size: 0;" valign="top">
  217.                                           <!--[if (gte mso 9)|(IE)]><table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation"><tr><td width="255" valign="middle"><![endif]-->
  218.                                           <div class="pc-sm-mw-100pc" style="display: inline-block; width: 100%; max-width: 255px; vertical-align: middle;">
  219.                                             <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  220.                                               <tbody>
  221.                                                 <tr>
  222.                                                   <td class="pc-sm-ta-center" valign="top" style="padding: 10px;">
  223.                                                     <a href="https://mesplaques.fr" style="text-decoration: none;"><img src="https://cdn.mesplaques.fr/emails/logo-mesplaques-white-xa7.png" width="139" height="18" alt="Mesplaques logo" style="max-width: 100%; height: auto; border: 0; line-height: 100%; outline: 0; -ms-interpolation-mode: bicubic; font-size: 14px; color: #ffffff;"></a>
  224.                                                   </td>
  225.                                                 </tr>
  226.                                               </tbody>
  227.                                             </table>
  228.                                           </div>
  229.                                           <!--[if (gte mso 9)|(IE)]></td><td width="285" valign="middle"><![endif]-->
  230.                                           <div class="pc-sm-mw-100pc" style="display: inline-block; width: 100%; max-width: 285px; vertical-align: middle;">
  231.                                             <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  232.                                               <tbody>
  233.                                                 <tr>
  234.                                                   <td class="pc-sm-ta-center" valign="top" style="padding: 9px 10px 10px; line-height: 18px; font-family: Helvetica, sans-serif; font-size: 14px;">
  235.                                                     <a href="https://www.mesplaques.fr/plaques-immatriculation/vehicules/plaques-auto/" style="text-decoration: none; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; color: #ffffff">AUTO</a>
  236.                                                     <span style="font-family: Helvetica, sans-serif; font-size: 20px;">&nbsp;&nbsp;</span>
  237.                                                     <a href="https://www.mesplaques.fr/plaques-immatriculation/vehicules/plaques-moto/" style="text-decoration: none; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; color: #ffffff">MOTO</a>
  238.                                                     <span style="font-family: Helvetica, sans-serif; font-size: 20px;">&nbsp;&nbsp;</span>
  239.                                                     <a href="https://www.mesplaques.fr/plaques-immatriculation/vehicules/plaques-4x4/" style="text-decoration: none; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; color: #ffffff">4X4</a>
  240.                                                     <span style="font-family: Helvetica, sans-serif; font-size: 20px;">&nbsp;&nbsp;</span>
  241.                                                     <a href="https://www.mesplaques.fr/plaques-immatriculation/vehicules/plaques-usa/" style="text-decoration: none; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; color: #ffffff">USA</a>
  242.                                                     <span style="font-family: Helvetica, sans-serif; font-size: 20px;">&nbsp;&nbsp;</span><a href="https://www.mesplaques.fr/plaques-immatriculation/vehicules/plaques-camion/" style="text-decoration: none; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; color: #ffffff">CAMION</a></td>
  243.                                                 </tr>
  244.                                               </tbody>
  245.                                             </table>
  246.                                           </div>
  247.                                           <!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
  248.                                         </td>
  249.                                       </tr>
  250.                                     </tbody>
  251.                                     <tbody>
  252.                                       <tr>
  253.                                         <td class="pc-xs-h-100" height="135" style="line-height: 1px; font-size: 1px;">&nbsp;</td>
  254.                                       </tr>
  255.                                       <tr>
  256.                                         <td class="pc-fb-font" style="padding: 0 10px;" valign="top">
  257.                                           <a style="text-decoration: none; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; color: #ffffff">Commande N°<?= $order->get_order_number() ?></a>
  258.                                         </td>
  259.                                       </tr>
  260.                                       <tr>
  261.                                         <td class="pc-xs-fs-30 pc-xs-lh-42 pc-fb-font" style="padding: 13px 10px 0; letter-spacing: -0.7px; line-height: 46px; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 37px; font-weight: 800; color: #ffffff" valign="top"><em><span style="font-family: 'Kanit', Helvetica, Arial, sans-serif;">COMMANDE EXPÉDIÉE</span></em></td>
  262.                                       </tr>
  263.                                     </tbody>
  264.                                   </table>
  265.                                   <!--[if !gte mso 9]><!-->
  266.                                 </td>
  267.                               </tr>
  268.                             </tbody>
  269.                           </table>
  270.                           <!--<![endif]-->
  271.                           <!--[if gte mso 9]>
  272.                                             </td>
  273.                                             <td width="30" style="line-height: 1px; font-size: 1px;" valign="top">&nbsp;</td>
  274.                                         </tr>
  275.                                         <tr>
  276.                                             <td colspan="3" height="40" style="line-height: 1px; font-size: 1px;">&nbsp;</td>
  277.                                         </tr>
  278.                                     </table>
  279.                                 </td>
  280.                             </tr>
  281.                         </table>
  282.                     </div>
  283.                 </v:textbox>
  284.             </v:rect>
  285.             <![endif]-->
  286.                         </td>
  287.                       </tr>
  288.                     </tbody>
  289.                   </table>
  290.                   <!-- END MODULE: Header 1 -->
  291.                   <!-- BEGIN MODULE: Content 16 -->
  292.                   <table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
  293.                     <tbody>
  294.                       <tr>
  295.                         <td height="8" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  296.                       </tr>
  297.                     </tbody>
  298.                   </table>
  299.                   <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  300.                     <tbody>
  301.                       <tr>
  302.                         <td class="pc-sm-p-35-30 pc-xs-p-25-20" style="padding: 40px; background-color: #121b28; border-radius: 8px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1)" valign="top" bgcolor="#121b28">
  303.                           <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation">
  304.                             <tbody>
  305.                               <tr>
  306.                                 <td class="pc-fb-font" style="font-family: 'Kanit', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: 24px; letter-spacing: -0.2px;font-style: italic; color: #ffffff" valign="middle">VOS PLAQUES SONT EN ROUTE !</td>
  307.                               </tr>
  308.                               <tr>
  309.                                 <td colspan="2" height="20" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  310.                               </tr>
  311.                               <tr>
  312.                                 <td class="pc-fb-font" colspan="2" style="line-height: 28px; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 300; letter-spacing: -0.2px; color: #ffffff" valign="top">J'ai le plaisir de vous annoncer que votre commande vient de quitter notre atelier, pour être confiée à notre coureur automobile Colissimo. Vous allez d'ailleurs recevoir dans les prochaines heures un email supplémentaire avec votre numéro de tracking.<br><br>On me dit dans l'oreillette que la ligne d'arrivée devrait être franchie entre 48 et 72 heures.</td>
  313.                               </tr>
  314.                             </tbody>
  315.                           </table>
  316.                         </td>
  317.                       </tr>
  318.                     </tbody>
  319.                   </table>
  320.                   <!-- END MODULE: Content 16 -->
  321.                   <!-- BEGIN MODULE: Content 14 -->
  322.                   <table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
  323.                     <tbody>
  324.                       <tr>
  325.                         <td height="8" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  326.                       </tr>
  327.                     </tbody>
  328.                   </table>
  329.                   <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation">
  330.                     <tbody>
  331.                       <tr>
  332.                         <td class="pc-sm-p-35-30 pc-xs-p-25-20" valign="top" bgcolor="#ffffff" style="padding: 40px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);">
  333.                           <table border="0" cellpadding="0" cellspacing="0" style="text-align: center;" width="100%" align="center" role="presentation">
  334.                             <tbody>
  335.                               <tr>
  336.                                 <td class="pc-fb-font" valign="top" style="line-height: 28px; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 17px; font-weight: 300; letter-spacing: -0.2px; color: #000000">Si vous avez des questions, mon équipe et moi-même sommes disponibles par téléphone au<strong> 09 71 07 02 02</strong> ou directement via le <strong>chat du site</strong> internet.</td>
  337.                               </tr>
  338.                               <tr>
  339.                                 <td height="20" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  340.                               </tr>
  341.                             </tbody>
  342.                             <tbody>
  343.                               <tr>
  344.                                 <td valign="top" align="center">
  345.                                   <img src="https://cdn.mesplaques.fr/emails/pablo-qpv.jpg" width="74" alt="" style="max-width: 100%; height: auto; border: 0; text-decoration: none; line-height: 100%; outline: 0; -ms-interpolation-mode: bicubic; display: block; Margin: 0 auto;" height="">
  346.                                 </td>
  347.                               </tr>
  348.                               <tr>
  349.                                 <td height="10" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  350.                               </tr>
  351.                             </tbody>
  352.                             <tbody>
  353.                               <tr>
  354.                                 <td class="pc-fb-font" valign="top" style="text-align: center; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 500; line-height: 21px; letter-spacing: -0.1px; color: #1B1B1B;">Pablo</td>
  355.                               </tr>
  356.                               <tr>
  357.                                 <td height="2" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  358.                               </tr>
  359.                             </tbody>
  360.                             <tbody>
  361.                               <tr>
  362.                                 <td class="pc-fb-font" valign="top" style="text-align: center; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 300; line-height: 20px; letter-spacing: -0.2px; color: #9B9B9B;">Responsable atelier</td>
  363.                               </tr>
  364.                             </tbody>
  365.                           </table>
  366.                         </td>
  367.                       </tr>
  368.                     </tbody>
  369.                   </table>
  370.                   <!-- END MODULE: Content 14 -->
  371.                   <!-- BEGIN MODULE: Footer 4 -->
  372.                   <table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
  373.                     <tbody>
  374.                       <tr>
  375.                         <td height="8" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  376.                       </tr>
  377.                     </tbody>
  378.                   </table>
  379.                   <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation">
  380.                     <tbody>
  381.                       <tr>
  382.                         <td class="pc-sm-p-31-20-39 pc-xs-p-15-10-25" style="padding: 31px 30px 39px 30px; background-color: #1B1B1B; border-radius: 8px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);" valign="top" bgcolor="#1B1B1B">
  383.                           <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation">
  384.                             <tbody>
  385.                               <tr>
  386.                                 <td valign="top" style="font-size: 0;">
  387.                                   <!--[if (gte mso 9)|(IE)]><table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation"><tr><td width="433" valign="top"><![endif]-->
  388.                                   <div class="pc-sm-mw-100pc" style="display: inline-block; width: 100%; max-width: 433px; vertical-align: top;">
  389.                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  390.                                       <tbody>
  391.                                         <tr>
  392.                                           <td class="pc-fb-font" style="line-height: 20px; letter-spacing: -0.2px; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 13px; padding: 10px; color: #726d6d" valign="top"><em><strong><span style="color: #ffffff;">POWERED BY</span> <img style="width: 13%; vertical-align: middle;" src="https://www.product.co/wp-content/uploads/2019/04/logo_header.gif"><br></strong></em><br>Carrer Balmes, 183, S1A<br>08006 Barcelona<br>Espagne</td>
  393.                                         </tr>
  394.                                       </tbody>
  395.                                     </table>
  396.                                   </div>
  397.                                   <!--[if (gte mso 9)|(IE)]></td><td width="107" valign="top"><![endif]-->
  398.                                   <div class="pc-sm-mw-100pc" style="display: inline-block; width: 100%; max-width: 107px; vertical-align: top;">
  399.                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  400.                                       <tbody>
  401.                                         <tr>
  402.                                           <td valign="top" style="padding: 9px 0 10px;">
  403.                                             <table border="0" cellpadding="0" cellspacing="0" role="presentation">
  404.                                               <tbody>
  405.                                                <tr>
  406.                                                   <td valign="middle" style="padding: 0 10px;">
  407.                                                     <a href="https://fr-fr.facebook.com/mesplaques/" style="text-decoration: none;"><img src="https://cdn.mesplaques.fr/emails/facebook-white.png" width="15" height="15" alt="" style="border: 0; line-height: 100%; outline: 0; -ms-interpolation-mode: bicubic; font-size: 14px; color: #ffffff;"></a>
  408.                                                   </td>
  409.                                                   <td valign="middle" style="padding: 0 10px;">
  410.                                                     <a href="https://www.instagram.com/mesplaquesfr/" style="text-decoration: none;"><img src="https://cdn.mesplaques.fr/emails/instagram-white.png" width="16" height="15" alt="" style="border: 0; line-height: 100%; outline: 0; -ms-interpolation-mode: bicubic; font-size: 14px; color: #ffffff;"></a>
  411.                                                   </td>
  412.                                                 </tr>
  413.                                               </tbody>
  414.                                             </table>
  415.                                           </td>
  416.                                         </tr>
  417.                                       </tbody>
  418.                                     </table>
  419.                                   </div>
  420.                                   <!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
  421.                                 </td>
  422.                               </tr>
  423.                             </tbody>
  424.                             <tbody>
  425.                               <tr>
  426.                                 <td height="9" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  427.                               </tr>
  428.                               <tr>
  429.                                 <td class="pc-fb-font" style="line-height: 20px; font-family: Arial, sans-serif; font-size: 14px; color: #ffffff; padding: 0 10px;" valign="top">
  430.                                 </td>
  431.                               </tr>
  432.                             </tbody>
  433.                           </table>
  434.                         </td>
  435.                       </tr>
  436.                     </tbody>
  437.                   </table>
  438.                   <!-- END MODULE: Footer 4 -->
  439.                   <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  440.                     <tbody>
  441.                       <tr>
  442.                         <td height="20" style="font-size: 1px; line-height: 1px;">&nbsp;</td>
  443.                       </tr>
  444.                     </tbody>
  445.                   </table>
  446.                 </td>
  447.               </tr>
  448.             </tbody>
  449.           </table>
  450.           <!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
  451.         </td>
  452.       </tr>
  453.     </tbody>
  454.   </table>
  455.   <!-- Fix for Gmail on iOS -->
  456.   <div class="pc-gmail-fix" style="white-space: nowrap; font: 15px courier; line-height: 0;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement