| <% call menu %> |
<%
id=request.QueryString("id")
cat=request.QueryString("cat")
set rs=server.CreateObject("ADODB.Recordset")
select case session("idioma")
case 1%>
<%
sql="SELECT flota.nombre,flota.id,flota.fotom,flota.fotog,flota.contrato,flota.texto1,flota.texto2,flota.enlace1,flota.enlace2,categorias.categoria FROM flota,categorias WHERE flota.id ="&id&" AND categorias.id ="&cat&" "
rs.open sql,Oconn,2,2
if not rs.eof then
nombre=rs("nombre")
texto1=rs("texto1")
texto2=rs("texto2")
enlace1=rs("enlace1")
enlace2=rs("enlace2")
fotom=rs("fotom")
fotog=rs("fotog")
categoria=rs("categoria")
contrato=rs("contrato")
end if
rs.close
%>
Flota de <%=categoria%>
 |
| <%=ucase(nombre)%> |
<< |
 |
<% if not enlace2="" then %>
| Equipamiento |
| <%=texto1%> |
<% if not enlace1="" then%>
| Accesorios extras (+info) |
<% end if %>
|
<% if not enlace2="" then%>(+ info ) <% end if %> |
<% end if%>
|
| <%=texto2%> |
| |
| |
| <% if not contrato="" then %>CONTRATO -<%end if%>SOLICITUD DE RESERVA |
| |
|
<% case 2 %>
<%
sql="SELECT flota.nombrecat,flota.id,flota.fotom,flota.fotog,flota.contrato,flota.texto1cat,flota.texto2cat,flota.enlace1,flota.enlace2,categorias.categoriacat FROM flota,categorias WHERE flota.id ="&id&" AND categorias.id ="&cat&""
rs.open sql,Oconn,2,2
if not rs.eof then
nombre=rs("nombrecat")
texto1=rs("texto1cat")
texto2=rs("texto2cat")
enlace1=rs("enlace1")
enlace2=rs("enlace2")
fotom=rs("fotom")
fotog=rs("fotog")
categoria=rs("categoriacat")
contrato=rs("contrato")
end if
rs.close
%>
Flota de <%=categoria%>
 |
| <%=ucase(nombre)%> |
<< |
 |
<% if not enlace2="" then %>
| Equipament |
| <%=texto1%> |
<% if not enlace1="" then%>
| Accesoris extra (+info) |
<% end if %>
|
(+ info ) |
<% end if%>
|
| <%=texto2%> |
| |
| |
| <% if not contrato="" then %>CONTRATE -<%end if%>SOLICITUD DE RESERVA |
| |
|
<% case 3 %>
<%
sql="SELECT flota.nombreing,flota.id,flota.fotom,flota.fotog,flota.contrato,flota.texto1ing,flota.texto2ing,flota.enlace1,flota.enlace2,categorias.categoriaing FROM flota,categorias WHERE flota.id ="&id&" AND categorias.id ="&cat&""
rs.open sql,Oconn,2,2
if not rs.eof then
nombre=rs("nombreing")
texto1=rs("texto1ing")
texto2=rs("texto2ing")
enlace1=rs("enlace1")
enlace2=rs("enlace2")
fotom=rs("fotom")
fotog=rs("fotog")
categoria=rs("categoriaing")
contrato=rs("contrato")
end if
rs.close
%>
<%=categoria%> fleet
 |
| <%=ucase(nombre)%> |
<< |
 |
<% if not enlace2="" then %>
| Equipment |
| <%=texto1%> |
<% if not enlace1="" then%>
| Extra Accessories (+info) |
<% end if %>
|
(+ info ) |
<% end if%>
|
| <%=texto2%> |
| |
| |
| <% if not contrato="" then %>CONTRACT -<%end if%>
RENT FORM |
| |
|
<% case else %>
<%
sql="SELECT flota.nombre,flota.id,flota.fotom,flota.fotog,flota.contrato,flota.texto1,flota.texto2,flota.enlace1,flota.enlace2,categorias.categoria FROM flota,categorias WHERE flota.id ="&id&" AND categorias.id ="&cat&" "
rs.open sql,Oconn,2,2
if not rs.eof then
nombre=rs("nombre")
texto1=rs("texto1")
texto2=rs("texto2")
enlace1=rs("enlace1")
enlace2=rs("enlace2")
fotom=rs("fotom")
fotog=rs("fotog")
categoria=rs("categoria")
contrato=rs("contrato")
end if
rs.close
%>
Flota de <%=categoria%>
 |
| <%=ucase(nombre)%> |
<< |
 |
<% if not enlace2="" then %>
| Equipamiento |
| <%=texto1%> |
<% if not enlace1="" then%>
| Accesorios extras (+info) |
<% end if %>
|
(+ info ) |
<% end if%>
|
| <%=texto2%> |
| |
| |
| <% if not contrato="" then %>CONTRATO -<%end if%>SOLICITUD DE RESERVA |
| |
|
<% end select %>
|
<% call banners_derecha %> |