custom_certificate.tpl 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{{ 'Certificate' | get_lang }}</title>
  6. </head>
  7. <body>
  8. <table border="0" bgcolor="#92c647" cellpadding="0" cellspacing="0" align="center" width="80%">
  9. <tr>
  10. <td bgcolor="#92c647"><img src="{{ _p.web_css_theme }}images/header_top.png" style="display: block;"></td>
  11. </tr>
  12. <tr>
  13. <td>
  14. <table border="0" cellspacing="0" cellpadding="0" width="100%">
  15. <tr>
  16. <td bgcolor="#92c647" width=58 height=91>
  17. <img src="{{ _p.web_css_theme }}images/lado-b.png" style="display:block;">
  18. </td>
  19. <td bgcolor="#92c647" width=700 height=91 style="font-family:CourierSans-Light; font-weight: bold; line-height: 47px; color:#FFF; padding-bottom: 10px; font-size: 45px;">
  20. {{ 'CertificateHeader' | get_lang }}
  21. </td>
  22. <td bgcolor="#92c647" width=58 height=91>
  23. <img src="{{ _p.web_css_theme }}images/lado-header.png" style="display:block;">
  24. </td>
  25. </tr>
  26. </table>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td>
  31. <table bgcolor="#FFFFFF" border="0" cellspacing="0" cellpadding="0" width="100%" height=900>
  32. <tr>
  33. <td bgcolor="#92c647" height=755><img src="{{ _p.web_css_theme }}images/lado-a.png" style="display:block;"></td>
  34. <td height=755 style="font-family:CourierSans-Light; line-height: 22px; color:#40ad49; padding: 40px; font-size: 18px;" valign="top">
  35. <h3 style="color: #672290; font-size: 24px;">
  36. {{ complete_name }}
  37. </h3>
  38. <p style="font-size: 16px;">
  39. {{ 'UserHasParticipateDansDePlatformeXTheContratDateXCertificateDateXTimeX' | get_lang | format(_s.site_name, certificate_generated_date_no_time, terms_validation_date_no_time, time_in_platform_in_hours)}}
  40. </p>
  41. <br />
  42. <p style="font-size: 16px;">{{ 'ThisTrainingHasXHours' | get_lang | format(time_in_platform_in_hours)}}</p><br />
  43. <p style="font-size: 16px;">
  44. {{ 'TimeSpentInLearningPaths' | get_lang }} : {{ time_spent_in_lps }}
  45. </p>
  46. <br />
  47. <p style="font-size: 16px;">{{ 'TheContentsAreValidated' | get_lang }}:</p>
  48. {#{% if sessions %}#}
  49. {#<ul style="color: #672290; font-size: 16px;">#}
  50. {#{% for session in sessions %}#}
  51. {#<li> {{ session.session_name }}</li>#}
  52. {#{% endfor %}#}
  53. {#</ul>#}
  54. {#{% endif %}#}
  55. {% if courses %}
  56. <ul style="color: #672290; font-size: 16px;">
  57. {% for course in courses %}
  58. <li>{{ course }}</li>
  59. {% endfor %}
  60. </ul>
  61. {% endif %}
  62. <br />
  63. <h4 style="color: #672290; font-size: 16px;">{{ complete_name }}</h4>
  64. <p style="color:#40ad49; font-size: 16px;">{{ 'SkillsValidated' | get_lang }}:</p>
  65. {% if skills %}
  66. <ul style="color: #672290; font-size: 16px;">
  67. {% for skill in skills %}
  68. <li>{{ skill.name }}</li>
  69. {% endfor %}
  70. </ul>
  71. {% endif %}
  72. <br />
  73. <p style="color:#40ad49; font-size: 16px;">Berlin/Paris, {{ 'The' | get_lang }} <span style="font-weight: bold; color: #672290;">{{ certificate_generated_date_no_time }}</span><br />
  74. {{ 'ThePlatformTeam' | get_lang }}</p>
  75. <br />
  76. </td>
  77. <td height=755 bgcolor="#92c647">
  78. <img src="{{ _p.web_css_theme }}images/lado-b.png" style="display:block;">
  79. </td>
  80. </tr>
  81. </table>
  82. </td>
  83. </tr>
  84. <tr>
  85. <td>
  86. <table border="0" cellspacing="0" cellpadding="0" width="100%" height=91>
  87. <tr>
  88. <td bgcolor="#92c647" width=58 height=91><img src="{{ _p.web_css_theme }}images/lado-b.png" style="display:block;"></td>
  89. <td bgcolor="#92c647" width=500 height=91 style="font-family:CourierSans-Light; line-height: 18px; color:#FFF;">
  90. {{ 'CertificateFooter' | get_lang }}
  91. </td>
  92. <td bgcolor="#92c647" width=245 height=91><img src="{{ _p.web_css_theme }}images/lado-footer.png" style="display:block;"></td>
  93. </tr>
  94. </table>
  95. </td>
  96. </tr>
  97. </table>
  98. </body>
  99. </html>