mihorario_reporte.tpl.html 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!-- BEGIN: main -->
  2. <!-- BEGIN: datos -->
  3. <table style="width:100%;" border="1" class="normal">
  4. <tr>
  5. <td style="width:30%" align="center" valign="middle">FACULTAD DE INGENIERÍA</td>
  6. <td style="width:40%" align="center" valign="middle" rowspan="2"><span class="big mayusculas">{NOMBRE}</span><br>{AREA}<br>{PUESTO}
  7. </td>
  8. <td style="width:30%" align="center" valign="middle" rowspan="2"><b>Periodo: {PERIODO}</b><br>{SUPERIOR}<br>{HOY}</td>
  9. </tr>
  10. <tr>
  11. <td align="center"><!-- BEGIN: correo --><small>{CORREO}</small><br><!-- END: correo --></td>
  12. </tr>
  13. </table><!-- END: datos -->
  14. <table class="table table-bordered calendario-show" style="width:100%; margin-bottom: 15px; margin-top:5px;" cellpadding="0" cellspacing="0">
  15. <thead class="thead-dark">
  16. <tr>
  17. <th style="width:9%" class="normal">Horario</th>
  18. <!-- BEGIN: header --><th style="width:15%" class="normal">{DIA}</th><!-- END: header -->
  19. <th class="normal" style="visibility: hidden; border:0!important;"></th>
  20. </tr>
  21. </thead>
  22. <tbody>
  23. <!-- BEGIN: hora_row -->
  24. <tr>
  25. <!-- BEGIN: hora --><td class="hora borde big" rowspan="{FRACCIONES}" style="text-align: center;" >{HORA}:00</td><!-- END: hora -->
  26. <!-- BEGIN: td -->
  27. <!-- BEGIN: td_mihorario -->
  28. <td class='horario-big borde-dark small' style="background-color: {COLOR};" rowspan='{DURACION_SIZE}' title="{HORA}:{MIN}">
  29. <!-- BEGIN: hora --><p style="" class="text-monospace">{HORA_I} a {HORA_F}</p><!-- END: hora -->
  30. <!-- BEGIN: texto --><p><span class="mayusculas">{MATERIA}</span><br>Gpo: {GRUPO}</p><!-- END: texto -->
  31. <!-- BEGIN: grupo --><p>Gpo: {GRUPO}</p><!-- END: grupo -->
  32. <p>{SALON}</p>
  33. </td><!-- END: td_mihorario -->
  34. <!-- BEGIN: td_vacio --><td class='fraccion-big borde'></td><!-- END: td_vacio -->
  35. <!-- END: td -->
  36. <td class="fraccion-small" style="border:0!important; visibility: hidden;"></td>
  37. </tr><!-- END: hora_row -->
  38. </tbody>
  39. </table>
  40. <!-- BEGIN: error --><div style="padding: 50px; color:red">
  41. <h3 style="text-center">( ! ) Error al cargar el horario</h3>
  42. {ERROR}
  43. </div><!-- END: error -->
  44. <!-- BEGIN: submaterias_block -->
  45. <table class="small tabla-submaterias space-before" width="80%" cellpadding="0" cellspacing="0" align="center">
  46. <!-- BEGIN: row -->
  47. <tr>
  48. <!-- BEGIN: materia --><th class="mayusculas" rowspan="{MAT_ROWSPAN}">{MATERIA}</th><!-- END: materia -->
  49. <!-- BEGIN: submateria -->
  50. <td class="borde">{SUBMATERIA}</td>
  51. <td class="borde">{SALON}</td>
  52. <td class="borde">{PROFESOR}</td><!-- END: submateria -->
  53. </tr><!-- END: row -->
  54. </table><!-- END: submaterias_block -->
  55. <table style="width:100%;">
  56. <tr>
  57. <td style="width:70%">
  58. <!-- BEGIN: logo --><img src="../../img/logopdf.png" width="50mm"><!-- END: logo -->
  59. </td>
  60. <td style="width:30%" >
  61. <table class="small tabla-submaterias space-before" border="1" style="width: 100%">
  62. <!-- BEGIN: tipo_row -->
  63. <tr>
  64. <td style="width:70%; background-color: {COLOR}">{DESC}</td>
  65. <td style="width:30%;" align="right">{TOTAL} hrs</td>
  66. </tr><!-- END: tipo_row -->
  67. </table>
  68. </td>
  69. </tr>
  70. </table>
  71. <!-- END: main -->