<% if request("bic")<>"" then %>
Home
<%
totbic=len(request("bic"))
startbic=1
DO WHILE not startbic = totbic
SQL="SELECT categoria FROM struttura_bic where bic = '" & left(request("bic"),startbic) & "'"
set RS_bic=conn.execute(SQL)
cat=RS_bic(0)
%>
> "><%=cat%>
<% startbic = startbic + 1 %>
<% loop %>
<%
SQL="SELECT categoria FROM struttura_bic where bic = '" & request("bic") & "'"
set RS_last_bic=conn.execute(SQL)
if (not RS_last_bic.eof) then
cat=RS_last_bic(0)
%>
> <%=cat%>
<%
end if
end if %>
Dettaglio del libro:
<%=rs("titolo")%> |
||
<% if rs("immagine")<>"" then %>
<%end if%>
<% end if %>
|
Autori: | <%=rs("autori")%> |
| Editore: | <%=rs("editore")%> | |
| Anno: | <%=rs("anno")%> | |
| Prezzo: | <% response.write(formatnumber(prezzo_euro,2)) '=rs("prezzo_euro")/100 %> € | |
| ISBN: | <%=rs("isbn")%> | |
| Pagine: | <%=rs("pagine")%> | |
| Disponibilità: | <% if rs("disponibilita")="IN" then ' In the future this should be change to use the "origin" field. ' To discern between the english and the italian books, we look ' at the price field, but this could cause problems. if(rs("prezzo_euro") > 0) then %> 5 giorni <% else %> 10/15 giorni lavorativi <% end if else %> Non ancora pubblicato <% end if %> | |
| <% if desc_lunga <> "" then response.write(desc_lunga) else response.write(rs("descrizione_breve")) end if %> | ||
| Hai bisogno di altre informazioni prima di procedere con l'acquisto? Vuoi sapere il numero delle pagine e l'anno di pubblicazione (in alcuni casi non è segnato nella ns scheda!), ricevere via email l'abstract, la copertina del libro, l'indice, un'estratto del contenuto? Contattaci e saremo lieti di inviarti tutte le informazioni disponibili! |
||

<%end if%>
<% end if %>