1:  <!-- NAME: menuadmin.tpl -->
   2:  <div class="bloque1">
   3:  <h3>Administraci&oacute;</h3>
   4:  </div>
   5:  <div class="bloque1">
   6:    <a name="_eh"></a>Administraci&oacute; d'empresaris hostalers:<br><br>
   7:  <table width="550" border="0" cellspacing="3">
   8:    <tr>
   9:      <th width="61" scope="col">Codi</th>
  10:      <th width="137" scope="col">Nom i cognoms</th>
  11:      <th width="70" scope="col">E-mail</th>
  12:      <th width="30" scope="col">Actiu</th>
  13:      <th width="61" scope="col">&nbsp;</th>
  14:      <th width="61" scope="col">&nbsp;</th>
  15:      <th width="61" scope="col">&nbsp;</th>
  16:    </tr>
  17:{ROWADEH}
  18:  </table>
  19:  <p>&nbsp;</p>
  20:  </div>
  21:  <div class="bloque1">
  22:    <a name="_cr"></a>Administraci&oacute; de complexos rurals:<br><br>
  23:  <table width="550" border="0" cellspacing="3">
  24:    <tr>
  25:      <th width="61" scope="col">Codi</th>
  26:      <th width="137" scope="col">Nom</th>
  27:      <th width="70" scope="col">E-mail del propietari</th>
  28:      <th width="30" scope="col">Actiu</th>
  29:      <th width="61" scope="col">&nbsp;</th>
  30:      <th width="61" scope="col">&nbsp;</th>
  31:      <th width="61" scope="col">&nbsp;</th>
  32:    </tr>
  33:{ROWADCR}
  34:  </table>
  35:  </div>
  36:  <!-- END: menuadmin.tpl -->
  37: