Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

41 строка
1.9 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>Instandhaltungsplanung</title>
  6. <style>
  7. body, table, td, th {text-align: left;font-size: 11px;line-height: 16px;font-weight: normal;font-style:normal;font-family: Arial, Verdana, sans-serif;}
  8. table {margin: 0;}
  9. h1, h2, h3, h4, h5, h6, p, table {padding: 0;margin: 0;}
  10. h1, h2, h3, h4, h5, h6 {font-weight: bold;}
  11. td, th {padding: 0;vertical-align: top;font-weight: normal;}
  12. h1 {font-size: 24px;line-height: 32px;padding-bottom: 40px;}
  13. h1 span {font-size: 11px;font-weight: normal;}
  14. h2 {font-size: 20px;line-height: 28px;padding-bottom: 30px;}
  15. h3 {font-size: 16px;line-height: 22px;padding-bottom: 15px;}
  16. h4 {font-size: 13px;line-height: 18px;padding-bottom: 5px;}
  17. .mini-table {width: 75%;margin: 0 0 40px 0;border-collapse: collapse;}
  18. .mini-table td {page-break-inside: avoid;vertical-align: top;padding: 10px 0;border-bottom: 1px solid #000;}
  19. .mini-table td:last-child {text-align: right;font-weight: bold;}
  20. .mini-table td span {display: block;padding: 0 10px 0 0;}
  21. </style>
  22. </head>
  23. <body>
  24. <table width="100%">
  25. <tr>
  26. <td colspan="2"><br /></td>
  27. </tr>
  28. <tr>
  29. <td width="70%"><h1>MPP Tool - Arbeitsblatt <span>(erstellt am: {{ worksheet.creationDate|date("d.m.Y H:i") }})</span></h1></td>
  30. <td width="30%" style="text-align: right;"><img src="{{ app.request.getSchemeAndHttpHost() ~ '/assets/images/logos/real-fm.png' }}" alt="RealFM e.V." style="display: block;width: auto;height: 40px;" /></td>
  31. </tr>
  32. </table>
  33. {% include 'snippets/worksheet-result.html.twig' with {
  34. data: {
  35. 'worksheet': worksheet,
  36. 'sortedWorksheetTasks': sortedWorksheetTasks,
  37. 'isPdf': isPdf
  38. }
  39. } %}
  40. </body>
  41. </html>