horario_reporte.tpl.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!-- BEGIN: main -->
  2. <!-- BEGIN: top --><table style="width:100%;">
  3. <tr><td><h3>{LEFT}</h3></td><td align="right"><h3>{RIGHT}</h3></td></tr>
  4. </table><!-- END: top -->
  5. <table class="table table-bordered calendario-show" style="width:100%; margin-bottom: 15px; margin-top:5px;" cellpadding="0" cellspacing="0">
  6. <thead class="thead-dark">
  7. <tr>
  8. <th style="width:9%" class="big">Hora</th>
  9. <!-- BEGIN: header --><th style="width:15%" class="big">{DIA}</th><!-- END: header -->
  10. <th class="big" style="visibility: hidden; border:0!important; display: none"></th>
  11. </tr>
  12. </thead>
  13. <tbody>
  14. <!-- BEGIN: hora_row -->
  15. <tr>
  16. <!-- BEGIN: hora --><td class="hora borde big" rowspan="{FRACCIONES}" style="text-align: center;" >{HORA}:00</td><!-- END: hora -->
  17. <!-- BEGIN: td -->
  18. <!-- BEGIN: td_horario -->
  19. <td class='horario-big borde-dark small' style="background-color: {COLOR};" rowspan='{DURACION_SIZE}' title="{HORA}:{MIN}">
  20. <!-- BEGIN: hora --><p style="font-size: 80%;" class="text-monospace">{HORA_I} - {HORA_F}</p><!-- BEGIN: spacer--><p class="spacer">&nbsp;</p><!-- END: spacer--><!-- END: hora -->
  21. <!-- BEGIN: texto --><p class="mayusculas">{MATERIA}</p><!-- END: texto -->
  22. <!-- BEGIN: spacer --><p class="spacer">&nbsp;</p><!-- END: spacer -->
  23. <p>Salón: {SALON}</p>
  24. <!-- BEGIN: spacer --><p class="spacer">&nbsp;</p><!-- END: spacer -->
  25. <p style="font-size: 85%"><!-- BEGIN: profesor -->{PROFESOR}<br><!-- END: profesor --></p>
  26. </td><!-- END: td_horario -->
  27. <!-- BEGIN: td_vacio --><td class='fraccion-big borde'></td><!-- END: td_vacio -->
  28. <!-- END: td -->
  29. <td class="fraccion-small" style="border:0!important; visibility: hidden; display: none"></td>
  30. </tr><!-- END: hora_row -->
  31. </tbody>
  32. </table>
  33. <!-- BEGIN: submaterias_block -->
  34. <table class="small tabla-submaterias space-before" width="80%" cellpadding="0" cellspacing="0" align="center">
  35. <!-- BEGIN: row -->
  36. <tr>
  37. <!-- BEGIN: materia --><th rowspan="{MAT_ROWSPAN}"><span class="mayusculas" >{MATERIA}</span><br>&nbsp;&nbsp;<span class="text-capitalize">[{DIA}]</span></th><!-- END: materia -->
  38. <!-- BEGIN: submateria -->
  39. <td class="borde">{SUBMATERIA}</td>
  40. <td class="borde">{SALON_SUB}</td>
  41. <td class="borde">{PROFESOR_SUB}</td><!-- END: submateria -->
  42. </tr><!-- END: row -->
  43. </table><!-- END: submaterias_block -->
  44. <!-- END: main -->