<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <%=titulo%> <% call cabecera %>
<% 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%>
<% if not enlace2="" then %> <% end if%>
<%=ucase(nombre)%> <<
<% if not enlace1="" then%> <% end if %>
Equipamiento
<%=texto1%>
Accesorios extras (+info)
<% if not enlace2="" then%>(+ info ) <% 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%>
<% if not enlace2="" then %> <% end if%>
<%=ucase(nombre)%> <<
<% if not enlace1="" then%> <% end if %>
Equipament
<%=texto1%>
Accesoris extra (+info)
(+ info )
<%=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
<% if not enlace2="" then %> <% end if%>
<%=ucase(nombre)%> <<
<% if not enlace1="" then%> <% end if %>
Equipment
<%=texto1%>
Extra Accessories (+info)
(+ info )
<%=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%>
<% if not enlace2="" then %> <% end if%>
<%=ucase(nombre)%> <<
<% if not enlace1="" then%> <% end if %>
Equipamiento
<%=texto1%>
Accesorios extras (+info)
(+ info )
<%=texto2%>
 
 
<% if not contrato="" then %>CONTRATO -<%end if%>SOLICITUD DE RESERVA
 
<% end select %>
<% call banners_derecha %>
<% call pie %>