| |
<%if Myvalue1<>"" then%>
<%rs_mea.movefirst%>
<%rs_mea.move Myvalue1%>
&gamme=plaisir_tradition','produit','width=408,height=510,scrollbars=yes')"> " width="165" height="120" border="0">
<%if trim(rs_mea("designation_EN"))<>"" then%>
<% designation=rs_mea("designation_EN")%>
<%else%>
<% designation=rs_mea("designation")%>
<%end if%>
<%=designation%>
&gamme=plaisir_tradition','produit','width=408,height=510,scrollbars=yes')" class="bleu">Find
out more
<%end if%>
<%if Myvalue2<>"" then%>
<%rs_mea.movefirst%>
<%rs_mea.move Myvalue2%>
&gamme=plaisir_tradition','produit','width=408,height=510,scrollbars=yes')"> " width="165" height="120" border="0">
<%if trim(rs_mea("designation_EN"))<>"" then%>
<% designation=rs_mea("designation_EN")%>
<%else%>
<% designation=rs_mea("designation")%>
<%end if%>
<%=designation%>
&gamme=plaisir_tradition','produit','width=408,height=510,scrollbars=yes')" class="bleu">Find
out more
<%end if%>
|
|
Since 1821, Gien has continuously
created the tradition of new models inspired by older
and varied styles. Art faience brings together collections,
entirely painted by hand, in finely-worked forms. These
delicately finished models are veritable works of art.
TOUS NOS DÉCORS :
<%
Nmax = 10 ' nombre par page
Ncur = 0 ' n° de la fiche courante
Ndeb = 0 ' 1ère fiche transmise par l'URL
if request.queryString("num")<>"" then _
Ndeb = Cint(request.queryString("num"))
while not rs.eof and Ncur= Ndeb then
%>
<%if trim(rs("designation_EN"))<>"" then%>
<% designation=rs("designation_EN")%>
<%else%>
<% designation=rs("designation")%>
<%end if%>
<%=designation%> |
','produit','width=409,height=510,scrollbars=yes')" class="bleu">Find
out more |
<%
end if
rs.movenext
Ncur = Ncur + 1
wend
%>
<% ' Navigation
' Des fiches avant ?
if Ndeb > 0 then%>
Back |
<% end if %>
<% ' Navigation
' Des fiches après ?
if not RS.eof then%>
Next  |
<%end if%>
|
|