1: <!-- NAME: mesinfo.tpl -->
2: <div class="bloque1">
3: <h3>Cerca de complexos rurals </h3>
4: <p>A continuació es mostren les dades ampliades del <b>complex rural</b> i l'<b>allotjament</b> escollits.</p>
5: </div>
6:<div class="bloque1">
7: <p> </p>
8: <table width="660" border="0" cellspacing="3">
9: <tr>
10: <td width="348"><p>
11: <b>Complex rural</b><br><br>
12: Nom: <b>{NOMCR}</b><br>
13: Telèfon: <b>{TELEFON}</b><br>
14: E-mail: <b>{EMAIL}</b><br>
15: Adreça: <b>{ADRECA}</b><br>
16: Codi postal: <b>{CODIPOSTAL}</b><br>
17: Població: <b>{POBLACIO}</b><br>
18: Provincia: <b>{PROVINCIA}</b><br>
19: Tipus d'allotjaments: <b>{TIPUSALL}</b><br>
20: Descripció: <b>{DESCRCR}</b><br>
21: </p></td>
22: <td width="321"><p>
23: <b>Allotjament</b><br><br>
24: Capacitat: <b>{CAPACITAT}</b><br>
25: Preu (temporada {TEMPORADA}): <b>{PREU}</b> €/dia<br>
26: Número d'allotjaments: <b>{NUMALL}</b><br>
27: Descripció: <b>{DESCRALL}</b><br>
28: </p></td>
29: </tr>
30: <tr>
31: <td width="348"><p>
32: <b>Dades reserva</b><br><br>
33: Data d'inici: <b>{DATAINI}</b><br>
34: Data de finalització: <b>{DATAFI}</b><br>
35: Cost total: <b>{COST}</b> €<br>
36: </p></td>
37: <td width="321"><div align="right"><img src="./php/veurefoto.php?idcr={IDCR}" alt="complex rural" width="320" height="240"></div></td>
38: </tr>
39: </table>
40: <p>Si vols completar la reserva, fes click ací: <a href="{MGET}">Realitzar reserva</a></p>
41:</div>
42: <!-- END: mesinfo.tpl -->