123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!-- BEGIN: main -->
- <!-- BEGIN: top --><table style="width:100%;">
- <tr><td><h3>{LEFT}</h3></td><td align="right"><h3>{RIGHT}</h3></td></tr>
- </table><!-- END: top -->
- <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="big">Hora</th>
- <!-- BEGIN: header --><th style="width:15%" class="big">{DIA}</th><!-- END: header -->
- <th class="big" style="visibility: hidden; border:0!important; display: none"></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_horario -->
- <td class='horario-big borde-dark small' style="background-color: {COLOR};" rowspan='{DURACION_SIZE}' title="{HORA}:{MIN}">
- <!-- BEGIN: hora --><p style="font-size: 80%;" class="text-monospace">{HORA_I} - {HORA_F}</p><!-- BEGIN: spacer--><p class="spacer"> </p><!-- END: spacer--><!-- END: hora -->
- <!-- BEGIN: texto --><p class="mayusculas">{MATERIA}</p><!-- END: texto -->
- <!-- BEGIN: spacer --><p class="spacer"> </p><!-- END: spacer -->
- <p>Salón: {SALON}</p>
- <!-- BEGIN: spacer --><p class="spacer"> </p><!-- END: spacer -->
- <p style="font-size: 85%"><!-- BEGIN: profesor -->{PROFESOR}<br><!-- END: profesor --></p>
- </td><!-- END: td_horario -->
- <!-- BEGIN: td_vacio --><td class='fraccion-big borde'></td><!-- END: td_vacio -->
- <!-- END: td -->
- <td class="fraccion-small" style="border:0!important; visibility: hidden; display: none"></td>
- </tr><!-- END: hora_row -->
- </tbody>
- </table>
- <!-- BEGIN: submaterias_block -->
- <table class="small tabla-submaterias space-before" width="80%" cellpadding="0" cellspacing="0" align="center">
- <!-- BEGIN: row -->
- <tr>
- <!-- BEGIN: materia --><th rowspan="{MAT_ROWSPAN}"><span class="mayusculas" >{MATERIA}</span><br> <span class="text-capitalize">[{DIA}]</span></th><!-- END: materia -->
- <!-- BEGIN: submateria -->
- <td class="borde">{SUBMATERIA}</td>
- <td class="borde">{SALON_SUB}</td>
- <td class="borde">{PROFESOR_SUB}</td><!-- END: submateria -->
- </tr><!-- END: row -->
- </table><!-- END: submaterias_block -->
- <!-- END: main -->
|