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

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