include "../datos.php";
$url = explode('-', $_GET['url']);
$id= $url['0'];
$abogado=mysql_query("select * from componentes where id= '$id'",$conexion);
$aboga=mysql_fetch_object($abogado);
$abs=mysql_query("select * from abogados where id = '$aboga->buffete' and $visible_en='si'",$conexion);
$ab=mysql_fetch_object($abs);
?>
echo ($aboga->nombre);?>
Servicios de Asesoramiento Jurídico y Empresarial S.L.';?>" />
Servicios de Asesoramiento Jurídico y Empresarial S.L.';?> " />
00:00:00
-
switch(date("m")){
case 01: $mes = "Enero"; break;
case 02: $mes = "Febrero"; break;
case 03: $mes = "Marzo"; break;
case 04: $mes = "Abril"; break;
case 05: $mes = "Mayo"; break;
case 06: $mes = "Junio"; break;
case 07: $mes = "Julio"; break;
case 08: $mes = "Agosto"; break;
case 09: $mes = "Septiembre"; break;
case 10: $mes = "Octubre"; break;
case 11: $mes = "Noviembre"; break;
case 12: $mes = "Diciembre"; break;
}
setlocale(LC_ALL,"es_ES");
echo strftime("%e %B %Y");
?>
//date("d").' '.$mes.' '.date("Y")?>
echo ($ab->titular); if($ab->titular=='HISPACOLEM') echo ' Servicios de Asesoramiento Jurídico y Empresarial S.L.';?>
if($ingles) echo 'MEMBERS OF THE OFFICE'; else echo 'COMPONENTES DEL BUFETE';?>
$cont=0;
$componentes=mysql_query("select * from componentes where buffete='$ab->id' order by orden asc",$conexion);
while($componente=mysql_fetch_object($componentes)){ $cont++;?>
echo ($ab->titular); if($ab->titular=='HISPACOLEM') echo ' Servicios de Asesoramiento Jurídico y Empresarial S.L.';?>
if($ingles) echo 'SPECIALITIES OF THE OFFICE'; else echo 'ESPECIALIDADES DEL BUFETE';?>
$cont=0;
$componentes=mysql_query("select * from especialidades where buffete='$ab->id'",$conexion);
while($componente=mysql_fetch_object($componentes)){ $cont++;?>
bgcolor="#EEEEEE" }?>>
if($ingles){
switch($componente->nombre){
case 'General': echo 'General law'; break;
case 'Civil': echo 'Civil law'; break;
case 'Derecho Administrativo': echo 'Administrative Claims'; break;
case 'Fiscal y Tributario': echo 'Tax and tributary law'; break;
case 'Urbanismo y Medioambiente': echo 'Urbanism and Envoironment'; break;
case 'Penal': echo 'Criminal law'; break;
case 'Matrimonial y Familiar': echo 'Family law, separations and divorces'; break;
case 'Nacionalidad y Extranjería': echo 'Nationality'; break;
case 'Laboral': echo 'Labour'; break;
case 'Seguridad Social': echo 'National Insurance'; break;
case 'Derecho del Tráfico': echo 'Insurance claims, Traffic accidents'; break;
case 'Mercantil': echo 'Commercial law'; break;
case 'Derecho de sucesiones': echo 'Inheritance and wills'; break;
case 'Administración de fincas': echo 'Conveyancing, Property law, Real estate law'; break;
case 'Derecho internacional': echo 'International law'; break;
case 'Derecho canónico': echo 'Canon law'; break;
case 'Asesoría de empresas': echo 'Advising company, Company law and company formation'; break;
default: echo $componente->nombre; break;
}
}
else echo ($componente->nombre);
?>