| |
 |
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 %>
|
 |
|
|
|