<%@LANGUAGE="VBSCRIPT"%> <% Dim elenco_notizie Dim elenco_notizie_numRows Set elenco_notizie = Server.CreateObject("ADODB.Recordset") elenco_notizie.ActiveConnection = MM_scuolaimpresa_STRING elenco_notizie.Source = "SELECT * FROM notizie WHERE visibile = 'S' ORDER BY posizione ASC" elenco_notizie.CursorType = 0 elenco_notizie.CursorLocation = 2 elenco_notizie.LockType = 1 elenco_notizie.Open() %> <% Dim elenco_seminari__MMColParam elenco_seminari__MMColParam = "1" If (Request.QueryString("id") <> "") Then elenco_seminari__MMColParam = Request.QueryString("id") End If %> <% Dim elenco_seminari Dim elenco_seminari_numRows Set elenco_seminari = Server.CreateObject("ADODB.Recordset") elenco_seminari.ActiveConnection = MM_scuolaimpresa_STRING elenco_seminari.Source = "SELECT * FROM seminari WHERE id = " + Replace(elenco_seminari__MMColParam, "'", "''") + "" elenco_seminari.CursorType = 0 elenco_seminari.CursorLocation = 2 elenco_seminari.LockType = 1 elenco_seminari.Open() elenco_seminari_numRows = 0 %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 elenco_notizie_numRows = elenco_notizie_numRows + Repeat2__numRows %> ScuolaImpresa - <%=(elenco_seminari.Fields.Item("titolo").Value)%>
<%file = elenco_seminari.Fields.Item("file_immagine1").Value if (file <> "") then %>


<% end if%> <%file = elenco_seminari.Fields.Item("file_immagine2").Value if (file <> "") then %>


<% end if%> <%file = elenco_seminari.Fields.Item("file_immagine3").Value if (file <> "") then %>


<% end if%> <%file = elenco_seminari.Fields.Item("file_immagine4").Value if (file <> "") then %>


<% end if%> <%file = elenco_seminari.Fields.Item("file_immagine5").Value if (file <> "") then %>


<% end if%>

 

 

 
<%temp=elenco_seminari.Fields.Item("data").Value if (temp<>"") then%> <%=temp%>
<%end if%> <%temp=elenco_seminari.Fields.Item("relatore").Value if (temp<>"") then%> <%=temp%>
<%end if%> <%temp=elenco_seminari.Fields.Item("titolo").Value if (temp<>"") then%> <%=temp%> <%end if%>
<%if (elenco_seminari.Fields.Item("elearning").Value="S") then%> Area riservata Formazione a Distanza <%end if%> <%if (elenco_seminari.Fields.Item("file_video").Value<>"") then%> ">Visualizza file video <%end if%> <%if (elenco_seminari.Fields.Item("file_audio").Value<>"") then%> ">Ascolta file audio <%end if%> <%if (elenco_seminari.Fields.Item("scheda_iscrizione").Value="S") then%> " class="testocolonna">Prenota un posto <%end if%>

<%=InserisciBR(elenco_seminari.Fields.Item("descrizione").Value)%>

<%=InserisciBR(elenco_seminari.Fields.Item("testo").Value)%>

<% file1 = elenco_seminari.Fields.Item("file_documento1").Value file2 = elenco_seminari.Fields.Item("file_documento2").Value file3 = elenco_seminari.Fields.Item("file_documento3").Value if ((file1<>"") OR (file1<>"") OR (file1<>"")) then %>
Allegati (clicca per scaricarli o visualizzarli)

<%if (file1<>"") then%>

<%=file1%>

<%end if%> <%if (file2<>"") then%>

<%=file2%>

<%end if%> <%if (file3<>"") then%>

<%=file3%>

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

 

Home Page

 

realizzazione web NAONIS.COM sas

 

<% elenco_seminari.Close() Set elenco_seminari = Nothing %> <% elenco_notizie.Close() Set elenco_notizie = Nothing %>