Advertisement
SammyRicour

Untitled

Jun 28th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <style type="text/css">
  2. .left-hand-nav{
  3. display: none;
  4. }
  5. </style>
  6.  
  7. <!--Desktop-->
  8. <img src="https://www.iciparisxl.be/medias/sys_master/_actions-promotions/_actions-promotions/8941237829662/11909-landing-top-banner-pagina-korting-1-1IPXL-BEfr.jpg" width="100%" border="0" alt="Profitez de notre offre 1+1 sur les grands formats ICI PARIS XL skincare.*" class="hide-mobile" />
  9.  
  10. <!--Mobile-->
  11. <img src="https://www.iciparisxl.be/medias/sys_master/root/8941237633054/11909-landing-mobile-korting-IPXL-skincare-400ml-BEfr.jpg" width="100%" border="0" alt="Profitez de notre offre 1+1 sur les grands formats ICI PARIS XL skincare.*" class="mobile-only" />
  12.  
  13. <!--Bon
  14. <div style="width: 100%; text-align: center; margin: 20px 0px;">
  15. <a href="http://newsletter.iciparisxl.be/ipxl-belux/2019/pdf/bon_korting_13085_BEnl.pdf" style="display: initial; padding-bottom: 0px; display: inline-block;" target="_blank"><button class="btn-small btn-secondary btn-arrow-right">PRINT JE BON </button></a>
  16. </div>
  17. -->
  18.  
  19. <!--Legal-->
  20. <p style="text-align: justify; 11px; line-height: 15px; font-style: italic; color: #5b5b5b; margin-top: 10px;">* À l'achat de deux produits de soin ICI PARIS XL (format 400ml), vous payez le prix d’un seul des 2 produits (le plus cher des 2).<span id="legal_meer" style="display: none;"> Valable jusqu'au 31/07/2019 inclus dans toutes les parfumeries ICI PARIS XL en Belgique. Également valable dans l’e-shop belge. Non cumulable avec d'autres actions, promotions et/ou avantages. Sous réserve d'éventuelles erreurs ou modifications. </span><a onClick="ToggleLegal();"><span id="legal_dots">...</span> <span id="legal_text" style="text-decoration: underline; cursor: pointer;">Plus</span></a></p>
  21.  
  22.  
  23.  
  24.  
  25. <!--Toggle-->
  26. <script type="text/javascript">
  27. function ToggleLegal() {
  28. $("#legal_meer").toggle("slow");
  29.  
  30. var x = document.getElementById("legal_text");
  31. if (x.innerHTML === "Moins") {
  32. x.innerHTML = "Moins";
  33. $("#legal_dots").hide();
  34. }
  35.  
  36. else {
  37. x.innerHTML = "Plus";
  38. $("#legal_dots").show();
  39. }
  40. }
  41. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement