Created
May 4, 2018 04:00
-
-
Save hawkapparel/dc07dc7e45c8bbee6f70905aeeaa3937 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var htmlCupon = ""; | |
htmlCupon += "<div id=\"MiCuponYujuTech\" class=\"divfondo\" >"; | |
htmlCupon += "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">"; | |
htmlCupon += "<tr>"; | |
htmlCupon += "<td>"; | |
htmlCupon += "<a href=\"javascript:CerrarCupon();\" class=\"a-nodeseo\">"; | |
htmlCupon += "<img src=\"img/x.png\" class=\"img-cupon\" border=\"0\" />"; | |
htmlCupon += "<span class=\"txt-nodeseo\">NO DESEO ESTA RECOMPENSA</span>"; | |
htmlCupon += "</a>"; | |
htmlCupon += "</td>"; | |
htmlCupon += "</tr>"; | |
htmlCupon += "<tr>"; | |
htmlCupon += "<td>"; | |
htmlCupon += "<img src=\"" + urlImagen + "\" class=\"img-premio\" border=\"0\" />"; | |
htmlCupon += "</td>"; | |
htmlCupon += "</tr>"; | |
htmlCupon += "<tr>"; | |
htmlCupon += "<td class=\"celda-principal\">"; | |
htmlCupon += "<div class=\"contenedor-textos\">"; | |
htmlCupon += "<div class=\"txt-noauspicia\">"; | |
htmlCupon += textoNoAuspicia; | |
htmlCupon += "</div>"; | |
htmlCupon += "</div>"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment