-if input.image_file -if input.style== "1" -url =input.image_file.file.large.medium.url -elsif input.style== "2" -url =input.image_file.file.large.medium.small.url -elsif input.style== "3" -url =input.image_file.file.square.url -elsif input.style== "4" -url =input.image_file.file.large.medium.small.thumb.url -elsif input.style== "5" -url =input.image_file.file.large.url -elsif input.style== "6" -url =input.image_file.file.url -elsif input.style== "7" -url =input.image_file.file.square.url -else -url ="" -url = "http#{("" if Rails.env.production?)}://"+HOSTNAME+url -style = "" -style = "text-align:center;width:100%;" if input.alignement == "center" -style = "float:right;" if input.alignement == "right" -style = "float:left;" if input.alignement == "left" -style = false if input.alignement == "none" - if input.cible -link = input.cible.cible_url(@lang.slug) -styleimg="" -styleimg += "border-radius:50%;max-width:100%;" if input.style== "7" -styleimg += "width:"+input.width.to_s+"px;" if input.width? -styleimg += "height:"+input.height.to_s+"px;" if input.height? -styleimg += "margin-top:#{input.margin_top}px;" if input.margin_top? -styleimg += "margin-bottom:#{input.margin_bottom}px;" if input.margin_bottom? -styleimg += "margin-left:#{input.margin_left}px;" if input.margin_left? -styleimg += "margin-right:#{input.margin_right}px;" if input.margin_right? =raw '