|
\\ <%=Testo_Path_Pannello%> : <%=Testo_Sezione_Upload%>
<%
If Request.QueryString("errore") = "" Then
%>
<%=Testo_Introduzione_Upload%>
<%=Testo_Spiegazione_Upload%>
<%
Else
If Request.QueryString("errore") = "si" Then
%>
<%=Testo_Errore_Upload%>
<%=Testo_Link_RiprovaAzione%> <%=Testo_SceltaOppure%> <%=Testo_Link_AccediElencoFile%>.
<%
End If
If Request.QueryString("errore") = "no" AND Request.QueryString("file") <> "" Then
%>
<%=Testo_Upload_Conferma%> <%=Server.HTMLEncode(Request.QueryString("file"))%>
<%=Testo_Link_NuovoUpload%>.
<%
End If
End If
%>
<%=Testo_LinkChiudi%>
|