1: <!-- NAME: reservacr.tpl -->
2: <div class="bloque1">
3: <h3>Reserves actuals</h3>
4: <p>Aquestes són les reserves actuals del complex rural <b>{NOMCR}</b>:</p>
5: </div>
6: <div class="bloque1">
7: <p> </p>
8: <table width="550" border="0" cellspacing="3">
9: <tr>
10: <th width="15" scope="col">Codi reserva</th>
11: <th width="450" scope="col">Usuari</th>
12: <th width="30" scope="col">Data reserva</th>
13: <th width="30" scope="col">Data d'inici</th>
14: <th width="30" scope="col">Data de finalització</th>
15: <th width="30" scope="col"> </th>
16: </tr>
17:{ROWRESERVA}
18: </table>
19: </div>
20: <!-- END: reservacr.tpl -->