<% dim como como = request.querystring("como") if como = "" then como = Session("como") if como = "" then como = "blanco" Session("como") = como if como = "blanco" then textoPulsado="#660033" else textoPulsado="#bfb69a" end if dim id id = request.querystring("id") dim fs dim folder Set fs=Server.CreateObject("Scripting.FileSystemObject") SET Obj_Conn = Server.CreateObject("ADODB.Connection") Obj_Conn.ConnectionString = dsn_ruta Obj_Conn.Open SET Obj_RS = Server.CreateObject("ADODB.Recordset") %> Ruta del Vino de Rioja Alavesa
 
Inicio English | Euskera | <%=day(now)%> de <%SELECT CASE MONTH(now) CASE 1 response.write("Enero") CASE 2 response.write("Febrero") CASE 3 response.write("Marzo") CASE 4 response.write("Abril") CASE 5 response.write("Mayo") CASE 6 response.write("Junio") CASE 7 response.write("Julio") CASE 8 response.write("Agosto") CASE 9 response.write("Septiembre") CASE 10 response.write("Octubre") CASE 11 response.write("Noviembre") CASE 12 response.write("Diciembre") END SELECT%> de <%=year(now)%>   
<% if como = "blanco" then %> <% else %> <% end if %> <% if como = "tinto" then %> <% else %> <% end if %> <% if como = "crianza" then %> <% else %> <% end if %>
Buscador Próximamente Próximamente Ver como blancoVer como tintoVer como crianza

Ver el dossier de prensa

<% Obj_RS.Open "SELECT * FROM agenda " & _ "WHERE id = " & id, Obj_Conn, 3, 3 if not Obj_RS.eof then %> <% end if 'Obj_RS.eof de la actividad %>
 Agenda
" width="160" height="94" class="bordesImagenes">
  

<%=Obj_RS("titulo_cas")%>
<%=Obj_RS("fecha_mostrar_cas")%>

<%=Replace(Obj_RS("resumen_cas"), VbCrLf,"
")%>

<%=Replace(Obj_RS("detalle_cas"), VbCrLf,"
")%>


<% if Obj_RS("empresa")<>0 then %>" class="enlaceDetalle">· Ver empresa
<%end if%> <% if Obj_RS("municipio")<>0 then %>" class="enlaceDetalle">· Ver municipio
<%end if%>

 

 
Copyright 2005. Ruta del Vino de Rioja Alavesa   
<% Obj_Conn.Close SET Obj_Rs = Nothing SET Obj_Conn = Nothing %>