warningsRemoved.eta 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <!DOCTYPE html>
  2. <html lang="sk">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="color-scheme" content="light dark">
  7. <meta name="supported-color-schemes" content="light dark">
  8. <title>varovania zrušené</title>
  9. </head>
  10. <body style="margin: 0; padding: 0; background-color: #eeeeee; font-family: sans-serif;">
  11. <div style="display: none; max-height: 0px; overflow: hidden; font-size: 1px; line-height: 1px; color: #eeeeee;">
  12. na vašej stanici <%= it.station.name %> boli zrušené varovania.
  13. &nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;
  14. &nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;
  15. </div>
  16. <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#eeeeee" style="background-color: #eeeeee;">
  17. <tr>
  18. <td align="center" style="padding: 20px 10%;">
  19. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  20. <tr>
  21. <td style="padding-top: 10px; padding-bottom: 10px;">
  22. <h2 style="margin: 0; font-size: 24px; color: #000000;"><%= process.env.APP_NAME %></h2>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td style="padding-bottom: 10px;">
  27. <p style="margin: 0; font-size: 16px; line-height: 1.3; color: #000000;">dobrý deň,</p>
  28. </td>
  29. </tr>
  30. <tr>
  31. <td style="padding-bottom: 10px;">
  32. <p style="margin: 0; font-size: 16px; line-height: 1.3; color: #000000;">na vašej stanici <strong><%= it.station.name %></strong> boli zrušené nasledujúce varovania:</p>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td style="padding-bottom: 10px;">
  37. <ul style="margin: 0; font-size: 16px; line-height: 1.3; color: #000000;">
  38. <% for (const warning of it.warnings) { %>
  39. <li><%= warning %></li>
  40. <% } %>
  41. </ul>
  42. </td>
  43. </tr>
  44. <tr>
  45. <td style="padding-bottom: 10px;">
  46. <p style="margin: 0; font-size: 16px; line-height: 1.3; color: #000000;">sledovať ich môžete kliknutím na tlačidlo nižšie.</p>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td style="padding-bottom: 15px;">
  51. <table border="0" cellspacing="0" cellpadding="0">
  52. <tr>
  53. <td align="center" bgcolor="#3232ff" style="border-radius: 8px; background-color: #3232ff;">
  54. <a href="<%= it.stationLink %>" target="_blank" style="padding: 10px 20px; font-size: 16px; color: #eeeeee; text-decoration: none; display: inline-block; font-weight: normal;">
  55. sledovať varovania
  56. </a>
  57. </td>
  58. </tr>
  59. </table>
  60. </td>
  61. </tr>
  62. <tr>
  63. <td style="padding-bottom: 30px;">
  64. <p style="margin: 0; font-size: 16px; line-height: 1.3; color: #000000;">
  65. nemôžete kliknúť na link? skopírujte si ho: <span style="word-break: break-all;"><%= it.stationLink %></span>
  66. </p>
  67. </td>
  68. </tr>
  69. <tr>
  70. <td style="border-top: 1px solid #cccccc; padding-top: 20px;">
  71. <p style="margin: 0;"><small style="font-size: 12px; color: #666666;"><%= process.env.APP_NAME %> <%= new Date().getFullYear() %></small></p>
  72. </td>
  73. </tr>
  74. </table>
  75. </td>
  76. </tr>
  77. </table>
  78. </body>
  79. </html>