|
|
<% = RS1("heading") %>
<% If RS1("subheading") = "no" then %>
<% else %>
<% = RS1("subheading") %>
<% end if %>
<% = RS1("city") %>
,
<% = RS1("country") %>
,
<%
if RS1("language") = "swedish" then
Month1 = right(left(RS1("viewable"),6),2)
if left(Month1,1) = "0" then
Month1 = right(Month1,1)
end if
If Month1 = 1 then
Month1 = "januari"
elseif Month1 = 2 then
Month1 = "februari"
elseif Month1 = 3 then
Month1 = "mars"
elseif Month1 = 4 then
Month1 = "april"
elseif Month1 = 5 then
Month1 = "maj"
elseif Month1 = 6 then
Month1 = "juni"
elseif Month1 = 7 then
Month1 = "juli"
elseif Month1 = 8 then
Month1 = "augusti"
elseif Month1 = 9 then
Month1 = "september"
elseif Month1 = 10 then
Month1 = "oktober"
elseif Month1 = 11 then
Month1 = "november"
elseif Month1 = 12 then
Month1 = "december"
end if
dag = left(right(RS1("viewable"),4),2)
if dag < 10 then
dag = right(left(right(RS1("viewable"),4),2),1)
else
dag = left(right(RS1("viewable"),4),2)
end if
date_string = "" & dag & " " & Month1 & ", " & left(RS1("viewable"),4) & " - "
elseif RS1("language") = "english" then
Month1 = MonthName(right(left(RS1("viewable"),6),2))
dag = left(right(RS1("viewable"),4),2)
if dag < 10 then
dag = right(left(right(RS1("viewable"),4),2),1)
else
dag = left(right(RS1("viewable"),4),2)
end if
date_string = "" & Month1 & " " & dag & ", " & left(RS1("viewable"),4) & " - "
elseif RS1("language") = "french" then
Month1 = right(left(RS1("viewable"),6),2)
if left(Month1,1) = "0" then
Month1 = right(Month1,1)
end if
If Month1 = 1 then
Month1 = "janvier"
elseif Month1 = 2 then
Month1 = "février"
elseif Month1 = 3 then
Month1 = "mars"
elseif Month1 = 4 then
Month1 = "avril"
elseif Month1 = 5 then
Month1 = "mai"
elseif Month1 = 6 then
Month1 = "juin"
elseif Month1 = 7 then
Month1 = "juillet"
elseif Month1 = 8 then
Month1 = "août"
elseif Month1 = 9 then
Month1 = "septembre"
elseif Month1 = 10 then
Month1 = "octobre"
elseif Month1 = 11 then
Month1 = "novembre"
elseif Month1 = 12 then
Month1 = "décembre"
end if
dag = left(right(RS1("viewable"),4),2)
if dag < 10 then
dag = right(left(right(RS1("viewable"),4),2),1)
else
dag = left(right(RS1("viewable"),4),2)
end if
date_string = "" & dag & " " & Month1 & ", " & left(RS1("viewable"),4) & " - "
end if
response.write(date_string)
if RS1("intro") <> "" then
%>
<% = RS1("intro") %>
<%
end if
%>
<% = RS1("text") %>
<%
if RS1("language") = "swedish" then
contact_header = "För ytterligare information kontakta:"
contact_text = RS1("contact_name") & ", " & RS1("contact_title") & " Cycore AB " & _
"" & RS1("contact_mail") & " " & _
"Telefon: " & RS1("contact_phone")
elseif RS1("language") = "english" then
contact_header = "For further information, please contact:"
contact_text = RS1("contact_name") & ", " & RS1("contact_title") & " Cycore " & _
"" & RS1("contact_mail") & " " & _
"Phone: " & RS1("contact_phone")
elseif RS1("language") = "french" then
contact_header = "Pour plus d'informations, vous pouvez contacter : "
contact_text = RS1("contact_name") & ", " & RS1("contact_title") & " Cycore " & _
"" & RS1("contact_mail") & " " & _
"Tél. : " & RS1("contact_phone")
end if
if rs1("contact_name") <> "" then
%>
<%=contact_header%>
|
<%=contact_text%>
|
<%
end if
%>
<% RS2.MoveFirst %>
<% = RS2("boiler") %>
|
|
" target="_blank" class="font" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('printer','','/img/print/3d_printer_over.gif',1)">
" target="_blank" class="font" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('printer','','/img/print/3d_printer_over.gif',1)">
|