<%@LANGUAGE="VBSCRIPT"%> <% Option Explicit %> <% Response.Expires = -1500 %> <% 'If Request.ServerVariables("REMOTE_ADDR") <> "127.0.0.1" And Request.ServerVariables("REMOTE_ADDR") <> "212.183.161.99" And Request.ServerVariables("REMOTE_ADDR") <> "212.183.165.65" Then On Error Resume Next Dim Tmp1,Tmp2,Login,Indice,password dim id,lang dim foto dim titolo dim testo dim fs dim allegato dim datacreazione dim f Tmp1 = Request("id") Tmp2 = "" For Indice = 1 To Len(Tmp1) If Asc(Mid(Tmp1,Indice,1)) >= Asc("0") And Asc(Mid(Tmp1,Indice,1)) <= Asc("9") Then Tmp2 = Tmp2 & Mid(Tmp1,Indice,1) End If Next id = Left(Tmp2, 5) lang = left(Request.querystring("lang"),3) if(lang<>"eng")then lang="ita" end if Set rs = Server.CreateObject("ADODB.Recordset") %> <% if id <> "" then rs.Open "SELECT * FROM news where id=" & id, conn, 3, 3 if rs.eof then response.End() Titolo = rs("Titolo") testo = rs("testo") If Titolo <> "" Then Titolo = Converti_stringa(Titolo) If testo <> "" Then testo = Converti_stringa(testo) %>
<% if rs("foto") <> "" then select case lcase(right(rs("foto"), 4)) case ".swf" %> "> " quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"> <% case ".gif", ".jpg" Response.write "" case else: Response.write "" end select else Response.write "" end if %>
<%=titolo%>
<%=testo%>
<% if rs("allegato") <> "" then %> " target="_blank">Scarica allegato pdf <% end if %>
<% else %>
<% if(lang="eng")then %> Somin born in Cologno al Serio (Bergamo) in 1992, after a fifteen years experience of his founder in the field of the industrial assembly. He specializes and is growing rapidly, first in Italy, then in Europe, in the field of industrials steel assembly, thanks also to massive investments in human resources, aiming at training a workforce and create a working group cohesive and highly motivated to the corporate objectives. Over the years, Somin has become a leader in the field of assembly: the main skills of technicians and operators of society is to show exceptional flexibility to complete every customer's required, also the most complex, making the best ideas using the best designing systems. <% else %> Somin nasce a Cologno al Serio (Bergamo) nel 1992, dopo un’esperienza quindicinale nel settore montaggi da parte della sua proprietà. Si specializza e cresce rapidamente, prima in Italia, poi in Europa, nel campo dei montaggi industriali siderurgici, grazie a massicci investimenti sulle risorse umane, puntando a una formazione continua degli organici che ha garantito la creazione di un gruppo di lavoro coeso e molto motivato sugli obiettivi societari. Nel corso degli anni, Somin è diventata leader nel settore dei montaggi: la principale abilità dei tecnici e operatori della società è quella di mostrare una straordinaria flessibilità assoluta a richieste anche molto complesse dei committenti, realizzando al meglio idee e progetti di impianti, anche di grandissime dimensioni. <% end if %>
 
<% End if %>