pdf_export_student.tpl 737 B

1234567891011121314151617181920212223
  1. <div style="position: absolute; top: 30px; right: 50px;">
  2. <img src="{{ _p.web_css_theme }}images/header-logo.png" width="200">
  3. </div>
  4. <h1 style="color:#000000; background-color:#fff;font-size: 22px; text-align: center; font-weight: bold; padding: 5px 10px;">
  5. {{ title }}
  6. </h1>
  7. <h1 style="color:#ffffff; background-color:#084B8A;font-size: 22px; text-align: center; font-weight: bold; padding: 5px 10px;">
  8. {{ session_title }}
  9. </h1>
  10. <div style="font-weight: bold; padding-bottom: 20px;">
  11. {{ student }}
  12. </div>
  13. <div style="background: #f1f6ff;">
  14. {{ table_progress }}
  15. </div>
  16. <div style="padding-bottom: 20px; margin-top: 20px;">
  17. {{ subtitle }}
  18. </div>
  19. <div style="background: #f1f6ff;">
  20. {{ table_course }}
  21. </div>