github.com/masterhung0112/hk_server/v5@v5.0.0-20220302090640-ec71aef15e1c/templates/payment_failed_body.html (about) 1 {{define "payment_failed_body"}} 2 <html> 3 <body> 4 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" 5 style="margin-top: 20px; line-height: 1.7; color: #555;font-family: Arial; font-style: normal; font-weight: bold;"> 6 <tr> 7 <td> 8 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" 9 style="max-width: 660px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; background: #FFF;"> 10 <tr> 11 <td style="border: 1px solid #ddd;"> 12 <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%"> 13 <tr> 14 <td style="padding: 20px 20px 10px; text-align:left;"> 15 <img src="{{.Props.SiteURL}}/static/images/logo-email.png" style="opacity: 0.5" 16 width="130px" alt=""> 17 </td> 18 </tr> 19 </table> 20 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" 21 style="border-collapse: collapse; max-width: 443px"> 22 <tr style="width: 443px"> 23 <td> 24 <table border="0" cellpadding="0" cellspacing="0" 25 style="padding: 20px 0 0; text-align: center; margin: 0 auto"> 26 <tr> 27 <td style="padding: 0 0 64px;"> 28 <table align="center" border="0" cellpadding="0" cellspacing="0" 29 width="371px"> 30 <tr> 31 <td> 32 <h2 33 style="margin-bottom: 0; text-align: center; color: #3D3C40; font-weight: bold; margin-top: 10px; line-height: 32px; font-size: 28px; font-family: Arial"> 34 {{ .Props.Title }}</h2> 35 </td> 36 </tr> 37 </table> 38 <p 39 style="font-weight: normal; color: #3D3C40; font-size: 16px; line-height: 24px; font-family: Arial"> 40 {{ .Props.Info1 }}</p> 41 <p style="margin-top: 16px; margin-bottom: 24px; font-weight: bold; font-size: 16px; line-height: 24px; color: #3D3C40; font-family: Arial">{{.Props.Info2}}<br>{{.Props.FailedReason}}</p> 42 <p style="margin-top: 24px; margin-bottom: 24px; font-weight: normal; font-size: 16px; line-height: 24px; color: #3D3C40; font-family: Arial">{{.Props.Info3}}</p> 43 <p style="margin: 31px 0 31px"> 44 <a href="{{.Props.SiteURL}}/admin_console/billing/subscription" 45 target="_blank" 46 style="font-weight: normal; border-radius: 4px; background: #166DE0; color: #fff;outline: none; min-width: 200px; padding: 11px 24px 11px 24px; font-size: 16px; font-family: Arial; cursor: pointer; -webkit-appearance: none;text-decoration: none; margin-top: 16px;">{{ .Props.Button }}</a> 47 </p> 48 </td> 49 </tr> 50 </table> 51 </td> 52 </tr> 53 </table> 54 <table align="center" border="0" cellpadding="0" cellspcing="0" width="612px"> 55 <tr> 56 <td style="border-bottom: 1px solid #E5E5E5"></td> 57 </tr> 58 </table> 59 <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" 60 style="max-width: 443px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; background: #FFF; border-collapse: collapse;"> 61 <tr> 62 <td style="font-family: Arial; padding: 20px 20px 24px 48px; text-align:left;"> 63 <h3 style="margin-bottom: 0;">Questions?</h3> 64 <p style="font-weight: normal; margin-top: 0;">{{ .Props.EmailUs }} <a 65 href="mailto:feedback@mattermost.com">feedback@mattermost.com</a></p> 66 </td> 67 </tr> 68 </table> 69 <table align="center" border="0" cellpadding="0" cellspcing="0" width="612px"> 70 <tr> 71 <td style="border-bottom: 1px solid #E5E5E5"></td> 72 </tr> 73 </table> 74 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" 75 style="font-family: Arial; line-height: 16px; font-size: 12px; background: #FFF;"> 76 <tr> 77 <td 78 style="font-weight: normal; text-align: center;color: #AAA;font-size: 11px;padding-bottom: 10px;padding: 0;line-height: 16px;padding-bottom: 48px;padding-top: 4px;"> 79 <p> 80 {{.Props.Organization}}<br> 81 {{.Props.Footer}} 82 </p> 83 </td> 84 85 </tr> 86 </table> 87 </td> 88 </tr> 89 </table> 90 </td> 91 </tr> 92 </table> 93 </body> 94 </html> 95 {{end}}