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

     1  {{define "reached_user_limit_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" width="130px" alt="">
    16                                  </td>
    17                              </tr>
    18                          </table>
    19                          <table align="center" border="0" cellpadding="0" cellspacing="0"  width="100%"
    20                              style="border-collapse: collapse; max-width: 443px">
    21                              <tr style="width: 443px">
    22                                  <td>
    23                                      <table border="0" cellpadding="0" cellspacing="0"
    24                                          style="padding: 20px 0 0; text-align: center; margin: 0 auto">
    25                                          <tr>
    26                                              <td style="padding: 0 0 20px;">
    27                                                  <table align="center" border="0" cellpadding="0" cellspacing="0"
    28                                                      width="371px">
    29                                                      <tr>
    30                                                          <td>
    31                                                              <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>
    32                                                          </td>
    33                                                      </tr>
    34                                                  </table>
    35                                                  <p style="font-weight: normal; color: #3D3C40; font-size: 16px; line-height: 24px; font-family: Arial">
    36                                                      {{ .Props.Info1 }}</p>
    37                                                  <p style="margin: 31px 0 31px">
    38                                                      <a href="{{.Props.SiteURL}}/admin_console/billing/subscription" target="_blank"
    39                                                          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>
    40                                                  </p>
    41                                                  <p style="font-weight: normal; line-height: 20px; color: #3D3C40; margin-bottom: 24px; font-size: 14px; font-family: Arial">
    42                                                      {{ .Props.Info2 }}</p>
    43                                                  <img src="{{.Props.SiteURL}}/static/images/credit-card-empty-state.png"
    44                                                      width="320px" alt="">
    45                                              </td>
    46                                          </tr>
    47                                      </table>
    48                                  </td>
    49                              </tr>
    50                          </table>
    51                          <table align="center" border="0" cellpadding="0" cellspcing="0" width="612px">
    52                              <tr>
    53                                  <td style="border-bottom: 1px solid #E5E5E5"></td>
    54                              </tr>
    55                          </table>
    56                          <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%"
    57                              style="max-width: 443px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; background: #FFF; border-collapse: collapse;">
    58                                  <tr>
    59                                      <td style="font-family: Arial; padding: 20px 20px 24px 48px; text-align:left;">
    60                                          <h3 style="margin-bottom: 0;">Questions?</h3>
    61                                          <p style="font-weight: normal; margin-top: 0;">{{ .Props.EmailUs }} <a href="mailto:feedback@mattermost.com">feedback@mattermost.com</a></p>
    62                                      </td>
    63                                  </tr>
    64                          </table>
    65                          <table align="center" border="0" cellpadding="0" cellspcing="0" width="612px">
    66                              <tr>
    67                                  <td style="border-bottom: 1px solid #E5E5E5"></td>
    68                              </tr>
    69                          </table>
    70                          <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"
    71                              style="font-family: Arial; line-height: 16px; font-size: 12px; background: #FFF;">
    72                              <tr>
    73                                  <td
    74                                      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;">
    75                                      <p>
    76                                          {{.Props.Organization}}<br>
    77                                          {{.Props.Footer}}
    78                                      </p>
    79                                  </td>
    80  
    81                              </tr>
    82                          </table>
    83                      </td>
    84                  </tr>
    85              </table>
    86          </td>
    87      </tr>
    88  </table>
    89  </body>
    90  </html>
    91  {{end}}