github.com/masterhung0112/hk_server/v5@v5.0.0-20220302090640-ec71aef15e1c/templates/cloud_upgrade_request_email.html (about)

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