1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!-- BEGIN: main -->
- <!-- BEGIN: datos -->
- <table style="width:100%;" border="1" class="normal">
- <tr>
- <td style="width:30%" align="center" valign="middle">FACULTAD DE INGENIERÍA</td>
- <td style="width:40%" align="center" valign="middle" rowspan="2"><span class="big mayusculas">{NOMBRE}</span><br>{AREA}<br>{PUESTO}
-
- </td>
- <td style="width:30%" align="center" valign="middle" rowspan="2"><b>Periodo: {PERIODO}</b><br>{SUPERIOR}<br>{HOY}</td>
- </tr>
- <tr>
- <td align="center"><!-- BEGIN: correo --><small>{CORREO}</small><br><!-- END: correo --></td>
- </tr>
- </table><!-- END: datos -->
- <table class="table table-bordered calendario-show" style="width:100%; margin-bottom: 15px; margin-top:5px;" cellpadding="0" cellspacing="0">
- <thead class="thead-dark">
- <tr>
- <th style="width:9%" class="normal">Horario</th>
- <!-- BEGIN: header --><th style="width:15%" class="normal">{DIA}</th><!-- END: header -->
- <th class="normal" style="visibility: hidden; border:0!important;"></th>
- </tr>
- </thead>
- <tbody>
- <!-- BEGIN: hora_row -->
- <tr>
- <!-- BEGIN: hora --><td class="hora borde big" rowspan="{FRACCIONES}" style="text-align: center;" >{HORA}:00</td><!-- END: hora -->
- <!-- BEGIN: td -->
- <!-- BEGIN: td_mihorario -->
- <td class='horario-big borde-dark small' style="background-color: {COLOR};" rowspan='{DURACION_SIZE}' title="{HORA}:{MIN}">
- <!-- BEGIN: hora --><p style="" class="text-monospace">{HORA_I} a {HORA_F}</p><!-- END: hora -->
- <!-- BEGIN: texto --><p><span class="mayusculas">{MATERIA}</span><br>Gpo: {GRUPO}</p><!-- END: texto -->
- <!-- BEGIN: grupo --><p>Gpo: {GRUPO}</p><!-- END: grupo -->
- <p>{SALON}</p>
- </td><!-- END: td_mihorario -->
- <!-- BEGIN: td_vacio --><td class='fraccion-big borde'></td><!-- END: td_vacio -->
- <!-- END: td -->
- <td class="fraccion-small" style="border:0!important; visibility: hidden;"></td>
- </tr><!-- END: hora_row -->
- </tbody>
- </table>
- <!-- BEGIN: error --><div style="padding: 50px; color:red">
- <h3 style="text-center">( ! ) Error al cargar el horario</h3>
- {ERROR}
- </div><!-- END: error -->
- <!-- BEGIN: submaterias_block -->
- <table class="small tabla-submaterias space-before" width="80%" cellpadding="0" cellspacing="0" align="center">
- <!-- BEGIN: row -->
- <tr>
- <!-- BEGIN: materia --><th class="mayusculas" rowspan="{MAT_ROWSPAN}">{MATERIA}</th><!-- END: materia -->
- <!-- BEGIN: submateria -->
- <td class="borde">{SUBMATERIA}</td>
- <td class="borde">{SALON}</td>
- <td class="borde">{PROFESOR}</td><!-- END: submateria -->
- </tr><!-- END: row -->
- </table><!-- END: submaterias_block -->
- <table style="width:100%;">
- <tr>
- <td style="width:70%">
- <!-- BEGIN: logo --><img src="../../img/logopdf.png" width="50mm"><!-- END: logo -->
- </td>
- <td style="width:30%" >
- <table class="small tabla-submaterias space-before" border="1" style="width: 100%">
- <!-- BEGIN: tipo_row -->
- <tr>
- <td style="width:70%; background-color: {COLOR}">{DESC}</td>
- <td style="width:30%;" align="right">{TOTAL} hrs</td>
- </tr><!-- END: tipo_row -->
- </table>
- </td>
- </tr>
- </table>
- <!-- END: main -->
|